Re: INDEX.JSP in webapps/ROOT

2005-08-24 Thread Bruno Georges
your requierments, host, vhost and webapp config. Hope this helps. Bruno Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Tom Spence [EMAIL PROTECTED] Sent: 24.08.2005 15:23 To: Tomcat Users List Subject: Re: INDEX.JSP in

Re: INDEX.JSP in webapps/ROOT

2005-08-24 Thread Praveen KUMAR
Change your $TOMCAT_HOME/webapps/ROOT/WEB-INF/web.xml like this http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4"> Welcome to

Re: INDEX.JSP in webapps/ROOT

2005-08-24 Thread Tom Spence
GREAT! It works! Also many thanks for giving the URl about web.xml that I am going to learn how to use. David Delbecq <[EMAIL PROTECTED]> wrote:Le Mercredi 24 Août 2005 14:58, Tom Spence a écrit : > > Hello... > > I understand that TomCat's front page (index.jsp) that I can't change it cuz

Re: INDEX.JSP in webapps/ROOT

2005-08-24 Thread David Delbecq
Le Mercredi 24 Août 2005 14:58, Tom Spence a écrit : > > Hello... > > I understand that TomCat's front page (index.jsp) that I can't change it cuz > it is precompiled. Yes and no, you can't simply replace it's content, but you also have to change web.xml remove those lines to suppres use of

INDEX.JSP in webapps/ROOT

2005-08-24 Thread Tom Spence
Hello... I understand that TomCat's front page (index.jsp) that I can't change it cuz it is precompiled. I want to change something on my own website from index.jsp to index.html? Also I am trying to learn (of course I am newbie) how to change in web.xml in ROOT/WEB-INF. I appreciate your a