0

There's a physical server machine with apache running on it, some apps deployed there. I'm gonna need a glassfish server. Is it possible to set it up on that machine and have both apache and glassfish running simultaneously? If yes, then what problems could that cause?

takendarkk
  • 2,949
  • 7
  • 22
  • 35
Barbarian
  • 73
  • 1
  • 11

1 Answers1

0

Yes, you can.

Normally this shouldn't cause problems, because Glassfish is running on port 8080 per default and Apache is running on port 80 and 443.

If your Apache is configured to run on port 8080 this won't work or you have to change the default port of your Glassfish server.

See also:

Community
  • 1
  • 1
unwichtich
  • 13,143
  • 2
  • 46
  • 60