Hi all.
I have worked with iPlanet and other servers but havent really
deployed/coded for Tomcat much.

I want some expert advise on structure of tomcat applications.
I have the current structure :-

webapps/examples/jsp has default examples.

I started my project say  projectA like this

webapps/examples/projectA

 I want to ideally take it 1 level up to webapps/projectA. This would  make
me do some context settings in some xml files. Which all and how ?

The jsp page came up instantly on
http://localhost:8080/examples/ProjectA/index.jsp

======================

Now I have written a servlet  Router.java, how do I get the  jsp above to
submit to this java program. Where do I put the java program in a project
structure in Tomcat and what changes do I make. I tried changing the
web.xml  (url patterm etc) in webapps\examples\WEB-INF\web.xml but I didnt
know  how tomcat does this.
So coudl someone tell me where I would get an example of how to configure
the xml files to MAP the servlet I write for tomcat.

Thanks all

Tript Singh




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

Reply via email to