, 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.
>
&
> 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
> 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
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
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