GHOSTRIDER wrote: > The problem I am seeing is.. > > According to the tutorial..I should see something like this > in my CATALINA_HOME/webapps/ROOT/WEB-INF/web.xml > > <servlet> > <servlet-name>org.apache.jsp.index_jsp</servlet-name> > <servlet-class>org.apache.jsp.index_jsp</servlet-class> > </servlet> > > <servlet-mapping> > <servlet-name>org.apache.jsp.index_jsp</servlet-name> > <url-pattern>/index.jsp</url-pattern> > </servlet-mapping> > > > > And, per the tutorial I should comment the above code out to proceed with > editing the default JSP page.
The JSP is no longer pre-compiled so you can just skip this stage and edit the JSP directly. Mark --------------------------------------------------------------------- To start a new topic, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]