Thanks so much - the problem was due to my modification of server.xml.
I've removed the modification and restarted Tomcat and now I can see my
pages fine.
-James
Jeff Turner wrote:
>
> Have a read of:
> http://jakarta.apache.org/tomcat/tomcat-3.2-doc/appdev/index.html
>
> Specifically the bit where it says "Copy unpacked directory hierarchy
> into a subdirectory in directory $TOMCAT_HOME/webapps/."
>
> Ie, if you want http://localhost:8080/james1/Test1.jsp to work, you need
> to put the JSP in $TOMCAT_HOME/webapps/james1/Test1.jsp, and restart
> Tocmat.
>
> You only need to modify if your webapp resides outside the
> $TOMCAT_HOME/webapps/ directory (it auto-deploys from there).
>