Hi all, 
I would like to put my website online, using apache2 and tomcat. 

Deploying the war with tomcat worked fine and using the tomcat url is good,
but it requires the :8080 and the app context name in the url. Also i would
like to disable tomcat http listener on 8080 for security reason, and only
reply to ajp, wich is listening on 8009.

Apache2 is then configured to forward request from port 80 to port 8009
using ajp protocol. 

Here is the result: http://pizzaroundme.com

As you can see the the html source, css file (and others) are containing the
context name in the url, for instance:
Image source //PizzAroundMe/assets/tapestry/5.1.0.5/spacer.gif/ is not
working
Image source /assets/tapestry/5.1.0.5/spacer.gif/ is working

Also the PizzAroundMe actionlink on the top targets
http://pizzaroundme.com/PizzAroundMe
the "recherche" button on the bottom also targets the url with context
appended, all this doesn't work because of the context name present here

I m a bit confused here, should i fix it with tomcat config ? tapestry
config :s ?
I think it's a tapestry config issue, any clue ?

Thank you !

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tapestry-apache2-and-tomcat-tp4722849p4722849.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to