You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ri...@zeenext.com on 2000/05/08 10:21:13 UTC

where to put JSPs and Servlet....

Hi

Can anyone give me some reference on where to put my servlets and jsp
files..

Also how can I create my own zone?

Thanks & Regards,
Ritesh Kumar.


Re: where to put JSPs and Servlet....

Posted by Martin Scheerer <ma...@med.uni-tuebingen.de>.
riteshk@zeenext.com wrote:
> 
> Hi
> 
> Can anyone give me some reference on where to put my servlets and jsp
> files..

i make it like this: in the root-directory of my webapplication (
..webapps/your-webapplication-name/) I put all jsp and html files. In
WEB-INF/classes I put the beans and servlets. In WEB-INF/lib things like
JDBC-drivers...

> 
> Also how can I create my own zone?

sorry, but I donĀ“t know...

> 
> Thanks & Regards,
> Ritesh Kumar.
> 
> --------------------------------------------------------------------------
> To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commmands, email: tomcat-user-help@jakarta.apache.org