Re: How configure Tomcat redirect to web page instead index.htm

2010-03-01 Thread André Warnier
Caldarale, Charles R wrote: From: John McKaine [mailto:sevjob...@mail.ru] Subject: How configure Tomcat redirect to web page instead index.htm Is it possible to configure Tomcat server to my home page(no trick with redirect on index.htm) ? Read the servlet spec, then add whatever page names

RE: How configure Tomcat redirect to web page instead index.htm

2010-03-01 Thread John McKaine
n828cl wrote: > >> From: John McKaine [mailto:sevjob...@mail.ru] >> Subject: How configure Tomcat redirect to web page instead index.htm >> >> Is it possible to configure Tomcat server to my home page(no trick >> with redirect on index.htm) ? > > Read the servlet spec, then add whatever pag

RE: How configure Tomcat redirect to web page instead index.htm

2010-03-01 Thread Caldarale, Charles R
> From: John McKaine [mailto:sevjob...@mail.ru] > Subject: Re: How configure Tomcat redirect to web page instead > index.htm > > But I have tried for my local server something like > > home.html > Where did you place the above construct? What exact

RE: How configure Tomcat redirect to web page instead index.htm

2010-03-01 Thread Caldarale, Charles R
> From: Propes, Barry L [mailto:barry.l.pro...@citi.com] > Subject: RE: How configure Tomcat redirect to web page instead > index.htm > > Point it relative to your webapp path. ??? Please read the servlet spec before replying. The names must not prefixed by anything.

RE: How configure Tomcat redirect to web page instead index.htm

2010-03-01 Thread Propes, Barry L
Point it relative to your webapp path. -Original Message- From: John McKaine [mailto:sevjob...@mail.ru] Sent: Monday, March 01, 2010 3:55 PM To: users@tomcat.apache.org Subject: Re: How configure Tomcat redirect to web page instead index.htm ramzi khlil wrote: > > In web.x

Re: How configure Tomcat redirect to web page instead index.htm

2010-03-01 Thread John McKaine
ramzi khlil wrote: > > In web.xml you can specify the main page. > > On Mon, Mar 1, 2010 at 4:29 PM, John McKaine wrote: > >> >> Hello everyone. >> >> I have the website, deployed on Tomcat server (virtual host). >> When I enter in browser my domain - http://workinua.com.ua/ >> http://wor

RE: How configure Tomcat redirect to web page instead index.htm

2010-03-01 Thread Caldarale, Charles R
> From: John McKaine [mailto:sevjob...@mail.ru] > Subject: How configure Tomcat redirect to web page instead index.htm > > Is it possible to configure Tomcat server to my home page(no trick > with redirect on index.htm) ? Read the servlet spec, then add whatever page names you want to the in

Re: How configure Tomcat redirect to web page instead index.htm

2010-03-01 Thread ramzi khlil
In web.xml you can specify the main page. On Mon, Mar 1, 2010 at 4:29 PM, John McKaine wrote: > > Hello everyone. > > I have the website, deployed on Tomcat server (virtual host). > When I enter in browser my domain - http://workinua.com.ua/ > http://workinua.com.ua/ > i get from server index