configuring APR SSL

2011-03-16 Thread arnaud icard
Hello, I am configuring HTTPS in Tomcat 5.5 (distributed with Business Object). I have the following parameters in the server.xml file : Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=on / ... Connector port=8443 maxHttpHeaderSize=8192 maxThreads=150

Re: configuring APR SSL

2011-03-16 Thread arnaud icard
Caldarale, Charles R a écrit , Le 16/03/2011 13:57: From: arnaud icard [mailto:arnaud.ic...@univ-avignon.fr] Subject: configuring APR SSL Why is it looking for a keystore as the APR listener is activated ? Likely because you haven't built and installed the tcnative library for your platform

Error 404 when redirected

2010-10-07 Thread arnaud icard
Hello, I am currently installing and configuring a webserver with the couple httpd/tomcat. This server hosts many tomcat applications, each one with its own hostname. My current Tomcat configuration is something like that : Host name=appli1.domain.fr appBase=/var/www/appli1

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

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 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

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread arnaud icard
Ok I will remove apache httpd and use Tomcat's virtual hosts system. thank you all for your response. Caldarale, Charles R a écrit le 25/08/2010 18:31: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Re: How to configure different default webapp in function of requested

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread arnaud icard
pattern=common resolveHosts=false/ /Host /Engine/ When connecting to appli1.test.fr, I am redirected to the default ROOT content (which means to the tomcat00c host). I am a little lost now in this tomcat jungle. No black smoke so far hopefully :) arnaud icard a écrit le 26/08/2010 09:21: Ok

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread arnaud icard
Right the parameter name in host and the parameter defaultHost in engine need the server's FQDN. I didn't realize that ! Thanks a lot Pid. Have a great day. Best regards, arnaud Pid a écrit le 26/08/2010 13:54: On 26/08/2010 11:39, arnaud icard wrote: httpd is stopped. Here is what I

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread arnaud icard
André Warnier a écrit le 26/08/2010 14:14: arnaud icard wrote: httpd is stopped. Here is what I have done in the /opt/tomcat/conf/server.xml : /Engine name=Catalina defaultHost=tomcat00c ... Host name=tomcat00c appBase=webapps unpackWARs=true autoDeploy=true

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread arnaud icard
I think I understand what you're explaining. I keep that in mind if I encounter in the future some strange behaviours from the non-default applications. Thanks, arnaud. André Warnier a écrit le 26/08/2010 14:40: arnaud icard wrote: ... Yes this is where I made a mistake. The parameters

How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-25 Thread arnaud icard
Hello, I guess my subject isn't clear at all so here is my problem : I have 1 server with Apache2/Tomcat6 installed. The purpose of this server is to host multiple webapps (this one for instance : http://www.jasig.org/cas) For each of these webapps, we will contact the server with different