Re: TomCat Does not recognize my servelt

2008-03-02 Thread Steve R Burrus
, March 02, 2008 4:28 PM Subject: Re: TomCat Does not recognize my servelt > Ash B wrote: >> But tomcat does not recognize my servlet >> "TestDBTimeExample " >> Any help will be appreciated. > &

RE: TomCat Does not recognize my servelt

2008-03-02 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:[EMAIL PROTECTED] > Subject: Re: TomCat Does not recognize my servelt > > As per the servlet spec, your class *must* be in a package. Actually, there's no such requirement in the servlet spec, but there is a restriction in the JSP spec (section 11.2

RE: TomCat Does not recognize my servelt

2008-03-02 Thread Caldarale, Charles R
> From: Ash B [mailto:[EMAIL PROTECTED] > Subject: TomCat Does not recognize my servelt It's "Tomcat", not "TomCat". > I added the following to Web.xml in the sample That should be web.xml, not Web.xml; case matters, even on Windows. > /servlet/TestDBTime

Re: TomCat Does not recognize my servelt

2008-03-02 Thread Mark Thomas
Ash B wrote: But tomcat does not recognize my servlet "TestDBTimeExample " Any help will be appreciated. As per the servlet spec, your class *must* be in a package. Mark - To start a new topic, e-mail: users@tomcat.apache.org

TomCat Does not recognize my servelt

2008-03-02 Thread Ash B
Hello, I just installed tomcat 5.5 on Vista. The sample servlets works fine. I added the following to Web.xml in the sample application that comes with tomcat. TestDBTimeExample TestDBTimeExample TestDBTimeExample /servlet/TestDBTimeExample