You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Luis Andrei Cobo <va...@yahoo.com> on 2000/05/10 06:21:53 UTC

context trouble

Ok so:

the context I need to use is 

webapps/ROOT

I put an index.jsp in there which draws include files from
webapps/ROOT/includes

the page compiles great

now i want to link to a page

webapps/ROOT/registration/index.jsp

do I need to put another context in for registration? I get a 404 error, which means maybe its conflicting with apache....my site is going to be 100% JSP...do I even need apache any more?

Luis Cobo