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
4:19 PM To: users@tomcat.apache.org Subject: tomcat not finding servlet Hello everyone I am running windows xp, tomcat 5.5.17, java jdk1.5.0_08. I have created an webapp called "second" have created the file: C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\Catalina\local

Re: tomcat not finding servlet....

2006-08-31 Thread jmensinger
running ID=0 time=0/16 config=null >> >> >> >> Other than that I do not see any SAX related errors... >> >> >> >> >>> are you getting any kind of SAX error when you start up tomcat? >>> >>> -Original Message- >>

Re: tomcat not finding servlet....

2006-08-31 Thread Filip Hanik - Dev Lists
ull Other than that I do not see any SAX related errors... 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 find

RE: tomcat not finding servlet....

2006-08-31 Thread jmensinger
:19 PM > To: users@tomcat.apache.org > Subject: tomcat not finding servlet > > > Hello everyone > > I am running windows xp, tomcat 5.5.17, java jdk1.5.0_08. > > I have created an webapp called "second" > > have created the file: > C:\Pro

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

tomcat not finding servlet....

2006-08-31 Thread jmensinger
Hello everyone I am running windows xp, tomcat 5.5.17, java jdk1.5.0_08. I have created an webapp called "second" have created the file: C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\Catalina\localhost\second which contains: In /webapps/second I have a index.jsp file which