You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chris Halverson <ch...@ncube.com> on 2002/09/13 18:34:49 UTC

Re: Tomcat Embedded into application - stuck

Did anyone ever figure out what was going on here? Chris?  I've the same
issue.  Everything initializes fine with Tomcat embedded but I always
get a 404 and the following log
 
 
 
StandardContext[]: Starting
StandardContext[]: Processing start(), current available=false
StandardContext[]: Configuring default Resources
StandardContext[]: Configuring non-privileged default Loader
StandardContext[]: Configuring default Manager
StandardContext[]: Processing standard container startup
WebappLoader[]: Deploying class repositories to work directory
C:\usr\ncube\work\_\localhost\_
StandardManager[]: Seeding random number generator class
java.security.SecureRandom
StandardManager[]: Seeding of random number generator has been completed
ContextConfig[]: ContextConfig: Processing START
ContextConfig[]: Missing default web.xml, using application web.xml only
StandardContext[]: Setting deployment descriptor public ID to '-//Sun
Microsystems, Inc.//DTD Web Application 2.2//EN'
ContextConfig[]: Scanning web.xml tag libraries
ContextConfig[]: Scanning TLD files in /WEB-INF
ContextConfig[]: Scanning library JAR files
ContextConfig[]: Added certificates -> request attribute Valve
ContextConfig[]: Pipline Configuration:
ContextConfig[]:   org.apache.catalina.valves.CertificatesValve/1.0
ContextConfig[]:   org.apache.catalina.core.StandardContextValve/1.0
ContextConfig[]: ======================
StandardContext[]: Configuring application event listeners
StandardContext[]: Sending application start events
StandardContext[]: Starting filters
StandardContext[]: Posting standard context attributes
StandardContext[]: Starting completed
StandardContext[]: Mapping contextPath='' with requestURI='/' and
relativeURI='/'
StandardContext[]: Decoded relativeURI='/'
StandardContext[]:   Trying exact match
StandardContext[]:   Trying prefix match
StandardContext[]:   Trying extension match
StandardContext[]:   Trying default match
StandardContext[]: Mapping contextPath='' with requestURI='/index.html'
and relativeURI='/index.html'
StandardContext[]: Decoded relativeURI='/index.html'
StandardContext[]:   Trying exact match
StandardContext[]:   Trying prefix match
StandardContext[]:   Trying extension match
StandardContext[]:   Trying default match