> I'm pretty new on servlets stufff...can anybody send me an snippet of the
> web.xml with <servlet> <servlet-mapping> tags...
You don't need a snippet. Tomcat shipps with a complete, working web.xml file.
Look in the WEB-INF dir of the examples directory.

> Got a question : on the class directory of the tomcat, there should be
> placed the .class o the .java ?
The .java files are just the source code.  Tomcat only looks at the compiled 
.class files.  This page will tell you all you need to know about the 
directory structure:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html



On Tuesday 23 December 2003 09:07 pm, you wrote:
> Hi fellows....
>
> I'm pretty new on servlets stufff...can anybody send me an snippet of the
> web.xml with <servlet> <servlet-mapping> tags...
>
> Got a question : on the class directory of the tomcat, there should be
> placed the .class o the .java ?
>
> I'm having the same error, the .class is in the proper directory...
>
> Thanx in advance
>
> Andrew
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to