Another way to connect Apache with Tomcat is by activating and using mod_jk.

Here is my setup:

JkWorkersFile /etc/apache2/jk/workers.properties
JkLogFile     /var/log/mod_jk.log
JkLogLevel    info
JkMount /nuxeo ajp13
JkMount /nuxeo/* ajp13
RequestHeader append nuxeo-virtual-host "https://mondomaine.com/";

These lines were appended to my apache conf file to make use of the AJP 
protocol.

And here is the content of /etc/apache2/jk/workers.properties:
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
worker.ajp13.socket_keepalive=1
worker.ajp13.connection_pool_size=5

...valid when Apache and Tomcat are up on the same server.

I hope it can help. If not, well maybe try this setup without SSL first...

-- 
Florent Soulière
COMTINUX  -  2C chemin de Palente  -  25000 BESANÇON  -  FRANCE
Internet : http://www.comtinux.fr
Tél : +33 (0)3 81 80 39 77
Fax : +33 (0)3 59 08 75 65


[EMAIL PROTECTED] a écrit :
> Bonjour,
> 
> 
> Voici mon paramétrage :
> 
> URL appelée : https://admin.mondomaine.com/nuxeo
> 
> Dans la conf d'apache 
> 
> ProxyPass       /nuxeo  http://192.168.178.128:8080/nuxeo
> ProxyPassReverse       /nuxeo  http://192.168.178.128:8080/nuxeo
> 
> Et j'ai toujours l'erreur HTTP 503.
> 
> Merci de votre aide.
> _______________________________________________
> ECM mailing list
> [email protected]
> http://lists.nuxeo.com/mailman/listinfo/ecm
> 
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to