Thanks, sounds like a better fit to what I need.

Aaron Hiniker wrote:

I usually use mod_jk for apache + tomcat.. you may try that if you can't get this to work


On Sat, 2006-05-20 at 10:46 +0200, Chris M wrote:

The following setup I'd like to get up and running:

- apache 2 listening on port 80, serving some static pages to the internet
- tomcat (running on port 8080), serving applications where some of which (but not all) are intended to be used via the internet as well. - in order to not have to open any other port than port 80, apache is configured via ProxyPass (see http://httpd.apache.org/docs/2.0/mod/mod_proxy.html) to forward requests to tomcat like this:

ProxyPass /my-app http://my.domain.com:8080/my-app
ProxyPassReverse /my-app http://my.domain.com:8080/my-app

For an application built with webwork for the view this works nicely, but:

For an application built with wicket this does not work, I get e.g. an URL like:

http://my.domain.com/my-app;jsessionid=CF5B5B15DAA865DB9920B71CF6E28496?wicket:interface=:1::

and apache giving me error 404.

Any ideas? Any help appreciated!

Regards,
Chris



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
_______________________________________________
Wicket-user mailing list
[email protected] <mailto:[email protected]>
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to