Posted By:
Jazz_B
Posted On:
Monday, October 27, 2003 06:42 AM
Hi everyone.. I have tomcat 4.1.27 installed and working with IIS. The examples under tomcat also work perfectly. However, no other applications/jsp's/htmls work under any other folder under the webapps directory other than the examples. my directory structure is currently this /webapps/examples /webapps/tomcat-docs when I load the examples homepage such as http://localhost/examples/jsp/index.html it loads fine.. however the tomcat-docs do not load! http://localhost/tomcat-docs/index.html will not load and it gives a 404 error.. I read the log.. 2003-10-27 09:30:29 WebappLoader[/]: Deploying class
More>>
Hi everyone..
I have tomcat 4.1.27 installed and working with IIS. The examples under tomcat also work perfectly. However, no other applications/jsp's/htmls work under any other folder under the webapps directory other than the examples.
my directory structure is currently this
/webapps/examples
/webapps/tomcat-docs
when I load the examples homepage such as
http://localhost/examples/jsp/index.html
it loads fine.. however the tomcat-docs do not load!
http://localhost/tomcat-docs/index.html will not load and it gives a 404 error..
I read the log..
2003-10-27 09:30:29 WebappLoader[/]: Deploying class repositories to work directory C:web omcat4127workStandalonelocalhost\_
2003-10-27 09:30:29 WebappLoader[/]: Reloading checks are enabled for this Context
2003-10-27 09:30:29 ContextConfig[/]: Missing application web.xml, using defaults only
2003-10-27 09:30:29 StandardManager[/]: Seeding random number generator class java.security.SecureRandom
2003-10-27 09:30:29 StandardManager[/]: Seeding of random number generator has been completed
2003-10-27 09:30:29 StandardWrapper[/]: Loading container servlet default
2003-10-27 09:30:30 StandardWrapper[/]: Loading container servlet invoker
2003-10-27 09:30:30 HostConfig[localhost]: Deploying web application directory examples
2003-10-27 09:30:30 StandardHost[localhost]: Installing web application at context path /examples from URL file:C:web omcat4127webappsexamples
2003-10-27 09:30:30 WebappLoader[/examples]: Deploying class repositories to work directory C:web omcat4127workStandalonelocalhostexamples
2003-10-27 09:30:30 WebappLoader[/examples]: Deploy class files /WEB-INF/classes to C:web omcat4127webappsexamplesWEB-INFclasses
2003-10-27 09:30:30 ContextConfig[/examples]: Configured an authenticator for method FORM
2003-10-27 09:30:30 StandardManager[/examples]: Seeding random number generator class java.security.SecureRandom
2003-10-27 09:30:30 StandardManager[/examples]: Seeding of random number generator has been completed
2003-10-27 09:30:30 ContextListener: contextInitialized()
2003-10-27 09:30:30 SessionListener: contextInitialized()
2003-10-27 09:30:30 StandardWrapper[/examples]: Loading container servlet default
2003-10-27 09:30:30 StandardWrapper[/examples]: Loading container servlet invoker
2003-10-27 09:30:30 HostConfig[localhost]: Deploying web application directory tomcat-docs
2003-10-27 09:30:30 StandardHost[localhost]: Installing web application at context path /tomcat-docs from URL file:C:web omcat4127webapps omcat-docs
2003-10-27 09:30:30 WebappLoader[/tomcat-docs]: Deploying class repositories to work directory C:web omcat4127workStandalonelocalhost omcat-docs
2003-10-27 09:30:30 StandardManager[/tomcat-docs]: Seeding random number generator class java.security.SecureRandom
2003-10-27 09:30:30 StandardManager[/tomcat-docs]: Seeding of random number generator has been completed
2003-10-27 09:30:30 StandardWrapper[/tomcat-docs]: Loading container servlet default
2003-10-27 09:30:30 StandardWrapper[/tomcat-docs]: Loading container servlet invoker
The only thing I can see from the log is that the contextListener is initialized before tomcat-docs is deployed.. but I dont understand why.. any help is appreciated... thanks!
Jazz
<<Less