>I did that, it did not work. The content of default
>page also confirmed this because "index.jsp" is
>compiled in the servlet at installation.
It can be removed by commenting out these lines
from 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>
-->
I'd like to know if there is a better way, though.
Regards,
Ben Kim
Developer
College of Education
Texas A&M University
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]