1) Windows98.
2) jakarta-tomcat-3.3-b2(installed in E:)

I have got my webapp in D:\ua.

I added apps-ua.xml in TOMCAT_HOME/conf/ While starting tomcat it finds the
apps-ua.xml file but when i go to localhost/ua i get a FILE NOT FOUND ERROR.

When the tomcat is started i also do not see any context "/ua" to be
loaded.(please see the log message below). Which is strange.

Any clues ??

1) When i tried to change apps-127.0.0.1.xml to set my Doc Base as
d:\ua\htdocs, tomcat threw a lot of errors while starting up.

2)I want all the requests sent to http://localhost:8080/ to go to
d:\ua\htdocs, can any one tell me how to go about it with
jakarta-tomcat-3.3-b2. (changing server.xml and adding context in it was
also of no help).


Regards,
Saurabh


2001-09-12 11:33:53 - ContextXmlReader: Context
config=$TOMCAT_HOME\conf\apps-12
7.0.0.1.xml
2001-09-12 11:33:53 - ContextXmlReader: Context
config=$TOMCAT_HOME\conf\apps-ex
amples.xml
2001-09-12 11:33:54 - ContextXmlReader: Context
config=$TOMCAT_HOME\conf\apps-ad
min.xml
2001-09-12 11:33:54 - ContextXmlReader: Context
config=$TOMCAT_HOME\conf\apps-ua
.xml
2001-09-12 11:33:54 - AutoWebApp: Loaded from config: DEFAULT:/admin
2001-09-12 11:33:54 - AutoWebApp: Loaded from config: DEFAULT:/examples
2001-09-12 11:33:54 - AutoWebApp: Auto-Adding DEFAULT:/
2001-09-12 11:33:54 - ContextManager: Tomcat configured and in stable state
2001-09-12 11:33:54 - ContextManager: Adding  DEFAULT:/examples
2001-09-12 11:33:54 - ContextManager: Adding  DEFAULT:/admin
2001-09-12 11:33:54 - ContextManager: Adding  DEFAULT:/ROOT
EmbededTomcat: Init time 2360
2001-09-12 11:33:54 - Http10Interceptor: Starting on 8080
2001-09-12 11:33:54 - Ajp12Interceptor: Starting on 8007
2001-09-12 11:33:54 - Ajp13Interceptor: Starting on 8009
EmbededTomcat: Startup time 220
2001-09-12 11:39:25 - Ctx() : Status code:404 request:R(  + /ua/ + null)
msg:null

Reply via email to