RE: tomcat default webapp

2005-07-01 Thread Raghupathy,Gurumoorthy
In the webapps directory there will be something called ROOT ... Change the index.jsp inside that and point your browser to http://www.mydomain.com:8080 -Original Message- From: Tony Smith [mailto:[EMAIL PROTECTED] Sent: 01 July 2005 18:39 To: Tomcat Users List Subject: tomcat default

RE: tomcat default webapp

2005-07-01 Thread Tony Smith
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. --- Raghupathy,Gurumoorthy [EMAIL PROTECTED] wrote: In the webapps directory there will be something called ROOT ... Change the index.jsp inside that and

RE: tomcat default webapp

2005-07-01 Thread Ben Kim
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-nameorg.apache.jsp.index_jsp/servlet-name