Re: Setting up web pages with tomcat

2002-08-14 Thread TOMITA_ALEX_NONLILLY
Hi, it's very simple, you need to create a context in webapps directory under tomcat Tomcat_Home/webapps/yourweb/index.html or index.jsp then you should go to http://localhost:8080/yourweb/index.html this is what you need to do Alex Gavin Alexander <[EMAIL PROTECTED]> 14/08/2002 0

Re: Setting up web pages with tomcat

2002-08-14 Thread Gavin Alexander
I'm sorted: Tomcat_Home/webapps/yourweb/index.html didn't work, but I used Tomcat_Home/webapps/ROOT/yourweb/index.html and this worked fine with http://localhost/yourweb/index.html (I have localhost set to port 80) Thanks, Gavin At 00:13 15/08/2002, you wrote: >Hi, > >it's very simple, you

RE: Setting up web pages with tomcat

2002-08-14 Thread Saravanan Bellan
s List > Subject: Re: Setting up web pages with tomcat > > > I'm sorted: > > Tomcat_Home/webapps/yourweb/index.html didn't work, but I used > Tomcat_Home/webapps/ROOT/yourweb/index.html and this worked fine with > http://localhost/yourweb/index.html (I have localhost

Re: Setting up web pages with tomcat

2002-08-14 Thread madhangi
Hi, If you just want to host html files then you can copy them into the WEBAPPS\ROOT directory and access it using http://yourservername/yourhtmlfilename.html OR you can also create a directory inside the root and copy your files there and access it like this http://yourservername/yourdirectoryna