• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need to forward a URL from Apach to JBoss

Ryland

Platinum Member
I Need to forward a URL from Apach to JBoss
The site I am working on is bringing a second URL up next week and the JBOSS servlet needs to know which of the two URL's the request came from for proper processing. I currently have the server setup so that Apache does a ProxyPass converting the incoming URl to localhost:8080 via:
ProxyPass / http://localhost:8080/

which works fine for a single URL but doesn't work for multiple ones. How can I convert this to something like this:

From
http://incomingurl.com/hello/
to
http://localhost:8080/incomingurl.com/hello/
__________________
 
Back
Top