Hi,
I use Glassfish v3 to deploy my JRuby applications.
As port 8080 is rejected by many company proxies I would like to stop
the Apache webserver and to tell Glassfish to use port 80 or 443 (ssl)
instead of 8080 and 8181 (ssl).
I know that I can use only applications deployed to Glassfish if I do
this.
But are there any other problems that I will encounter?
Hi Herbert,
yes, after reboot apache will start up again if You only stop it.
uninstall it or remove from init.d.
Best greetings,
Paweł Wielgus.
2010/12/28 Herbert S. [email protected]:
On 12/28/10 5:54 AM, Paweł Wielgus wrote:
Hi Herbert,
yes, after reboot apache will start up again if You only stop it.
uninstall it or remove from init.d.
Depending on which OS you’re using there is likely a command to disable
starting Apache at system start up.
One could also modify Apache’s config so that it listens on
a different set up ports. This would allow you to use it locally
for other purposes locally and keep it from conflicting with
Glassfish.
~Rob