Question Details

Browse

What is the best way to do proxying? Using Apache ProxyPass or another way for it?

By Emre Mater - Sep. 23, 2008

I have my Apache 2.2 server is running in front. On the same machine I have a Glassfish app server running on port 8080 for http and 8181 for https. Because of the firewall issues I can not access to glassfish directly. Or for example I want to access glassfish admin server which is working on port 4949 by typing /admin on http server (just for test not production purpose) I have used ProxyPass directive for this but I am just curious about if this is the most preferred way or there is a more professional way to make this configuration..


Answers

Add Answer
  1. By Vijaya Kumar Reddy Maddela on Sep. 26, 2008

    Hi,

    While Installing Glasshfish . You can install on different port Add X4848.


    I have Installed 3 versions of Glassfish on my system with Different ports X4848 and X8080 ( Where X = 1,2,3)


    0 Votes
Share your knowledge