RE: tomcat not finding servlet....

2006-09-01 Thread Propes, Barry L
] Sent: Thursday, August 31, 2006 6:28 PM To: Tomcat Users List Subject: Re: tomcat not finding servlet OK i fixed the warning. The second.xml file located in the C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\Catalina\localhost\second needed to be changed to just say: Context

RE: tomcat not finding servlet....

2006-08-31 Thread Propes, Barry L
are you getting any kind of SAX error when you start up tomcat? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 4:19 PM To: users@tomcat.apache.org Subject: tomcat not finding servlet Hello everyone I am running windows xp,

RE: tomcat not finding servlet....

2006-08-31 Thread jmensinger
The only entries that look abnormal in the logs are as follows: From catalina.xxx NFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Apache Software Foundation\Tomcat

Re: tomcat not finding servlet....

2006-08-31 Thread Filip Hanik - Dev Lists
WARNING: A docBase C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\second inside the host appBase has been specified, and will be ignored try correcting the above error first, then continue your troubleshooting [EMAIL PROTECTED] wrote: The only entries that look abnormal in

Re: tomcat not finding servlet....

2006-08-31 Thread jmensinger
OK i fixed the warning. The second.xml file located in the C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\Catalina\localhost\second needed to be changed to just say: Context path=/second / Restarted Tomcat (no error message) but I am still getting a 404 on my servlets. I also