Re: Error 404 when redirected

2010-10-07 Thread André Warnier
arnaud icard wrote: ... It's working for every applications except the appli2. The appli2 interprets the index.jsp which redirects to http://appli2.domain.fr/stylesheets/welcome.faces. At this point I have a 404 error : /The requested resource (/stylesheets/cas.faces) is not available./ How

RE: Error 404 when redirected

2010-10-07 Thread Caldarale, Charles R
From: arnaud icard [mailto:arnaud.ic...@univ-avignon.fr] Subject: Error 404 when redirected I am currently installing and configuring a webserver with the couple httpd/tomcat. Exact versions? My current Tomcat configuration is something like that : Host name=appli1.domain.fr 

Re: Error 404 when redirected

2010-10-07 Thread arnaud icard
Hi André, this difference is due to a slight modification I made. The error is the same with the original code. André Warnier a écrit le 07/10/2010 12:33: arnaud icard wrote: ... It's working for every applications except the appli2. The appli2 interprets the index.jsp which redirects to

Re: Error 404 when redirected

2010-10-07 Thread arnaud icard
Caldarale, Charles R a écrit le 07/10/2010 13:50: I am currently installing and configuring a webserver with the couple httpd/tomcat. Exact versions? httpd : Apache/2.2.9 (Debian) tomcat : Apache Tomcat/6.0.29 My current Tomcat configuration is something like that : Host

RE: Error 404 when redirected

2010-10-07 Thread Caldarale, Charles R
From: arnaud icard [mailto:arnaud.ic...@univ-avignon.fr] Subject: Re: Error 404 when redirected Second, you should not be placing Context elements in server.xml. This is not completly true Note that I said should not rather than must not. You can place Context elements in server.xml

Re: Error 404 when redirected

2010-10-07 Thread arnaud icard
Thank you for these explanations Chuck! Caldarale, Charles R a écrit le 07/10/2010 15:38: From: arnaud icard [mailto:arnaud.ic...@univ-avignon.fr] Subject: Re: Error 404 when redirected Second, you should not be placingContext elements in server.xml. This is not completly