Fernando Perez wrote:

>I'm learner in Tomcat 
>Where I need declared servlets to run this ?
>
In the web.xml of the webapps you wish to deploy the servlet.

>Where put xxx.class. in Webapps folder?
>
If  it's xxx.class, then it goes into /WEB-INF/classes . You may need to 
specify more folders
if you are using a package but have not jar'ed em up.
If it's a jar file, then it goes into /WEB-INF/lib

>Thank for all.
>[EMAIL PROTECTED]
>
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>  
>



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

Reply via email to