RE: tomcat not finding servlet....

2006-09-01 Thread Propes, Barry L
you first declare a servlet by name, then mapped. Do your's match correctly? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 6:28 PM To: Tomcat Users List Subject: Re: tomcat not finding servlet OK i fixed the warning.

Re: tomcat not finding servlet....

2006-08-31 Thread Filip Hanik - Dev Lists
hmm, have you tried putting the servlet in a package, to see if that makes a difference? it shouldn't, but you can easily rule it out. after that, it would have to come down to some debugging. Filip [EMAIL PROTECTED] wrote: OK i fixed the warning. The second.xml file located in the >>> C:\P

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: Restarted Tomcat (no error message) but I am still getting a 404 on my servlets. I also wanted to mention that

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 t

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 5.5\bin;.;C:\WINDOWS\

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, to