Re: Using own index.html in $CATALINA_HOME/webapps/ROOT directory

2007-09-13 Thread jhayden
I ended up uninstalling tomcat and then reinstalling it. It works fine now.Very odd. Thanks for you help. Victor Lutin wrote: > > Hi, > > Well, what web.xml file you modified? > > CATALINA_HOME = C:\Program Files\Apache Software Foundation\Tomcat 6.0\ > > 1. %CATALINA_HOM

Re: Using own index.html in $CATALINA_HOME/webapps/ROOT directory

2007-09-01 Thread Mark Thomas
jhayden wrote: >> Is this a clean install? >> >> Mark >> >> - > Yes. Brand new. > Without changing anything in ROOT, if I comment out the index.jsp from the > web.xml file it gives me a 404 Error. As soon as I un-comment the line i

Re: Using own index.html in $CATALINA_HOME/webapps/ROOT directory

2007-09-01 Thread jhayden
Mark Thomas-15 wrote: > > jhayden wrote: >> Tried that but still getting the error. >> I only left the default index.html file there and it still gives me the >> 404 >> Error. >> It appears that it only wants to use the index.jsp file? > > The default welcome file list is index.html. index.htm,

Re: Using own index.html in $CATALINA_HOME/webapps/ROOT directory

2007-08-31 Thread Victor Lutin
Hi, Well, what web.xml file you modified? CATALINA_HOME = C:\Program Files\Apache Software Foundation\Tomcat 6.0\ 1. %CATALINA_HOME%/conf/web.xml 2. %CATALINA_HOME%/webapps/ROOT/WEB-INF/web.xml I have Tomcat 6 installed, i tried to do that, and works for me, You most

Re: Using own index.html in $CATALINA_HOME/webapps/ROOT directory

2007-08-31 Thread Mark Thomas
jhayden wrote: > Tried that but still getting the error. > I only left the default index.html file there and it still gives me the 404 > Error. > It appears that it only wants to use the index.jsp file? The default welcome file list is index.html. index.htm, index.jsp. In that order. Is this a cl

Re: Using own index.html in $CATALINA_HOME/webapps/ROOT directory

2007-08-31 Thread jhayden
Tried that but still getting the error. I only left the default index.html file there and it still gives me the 404 Error. It appears that it only wants to use the index.jsp file? -- View this message in context: http://www.nabble.com/Using-own-index.html-in-%24CATALINA_HOME-webapps-ROOT-direc

Re: Using own index.html in $CATALINA_HOME/webapps/ROOT directory

2007-08-31 Thread Mark Thomas
jhayden wrote: > I want to use the ROOT directory and force the index.html to be used. > All i get is a Error 404 message. Delete the contents of ROOT (jsps, WEB-INF, etc) apart from your files. You might need to reload the ROOT web application although I am fairly sure the default configuration

Using own index.html in $CATALINA_HOME/webapps/ROOT directory

2007-08-31 Thread jhayden
After changing port to 80 attempting to use Tomcat as a HTTP server as well as a container. When entering http:\\localhost I am getting the standard Tomcat display. However its being drawn from the index.jsp rather than the index.html due the message on the page detailing "$CATALINA_HOME/weba