Thank you all for your replies !

> ProxyPass /myApp http://localhost:8080/myApp
> ProxyPassReverse /myApp http://localhost:8080/myApp

The above rules are working but i want to hide the appname and have a rule
like this

ProxyPass / http://localhost:8080/myApp
ProxyPassReverse / http://localhost:8080/myApp

And thats where the AJAX/Javascript problems start. I think that is because
of the relative path in 
the generated source of the site.
In the source there is a path to core.js -->
/myApp/0.1-SNAPSHOT/stack/core.js

But after the Proxy there is not /myApp anymore

I think i have to change the path of /myApp/0.1-SNAPSHOT/stack/core.js to
/0.1-SNAPSHOT/stack/core.js
or something.

Please correct me if i am wrong.

Thank you all!
Jochen





--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Absolute-Paths-in-Tapestry-5-2-5-tp4300824p4302361.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