0

For a personal project, I am trying to create a web page which displays some information from a database.

In order to have OHS, up and running, is it necessary to have already installed Oracle WebLogic Server?

Thanks,

mikcutu
  • 1,013
  • 2
  • 17
  • 34

2 Answers2

0

OHS will run independently from the WebLogic application server.

Brian Ochs
  • 1,099
  • 1
  • 10
  • 21
0

For OHS 12c you have 2 options:

1) install Oracle HTTP Server collocated with an existing WebLogic Server domain

2) Standalone domain

More information and steps to install it can be found on the official doc:

https://docs.oracle.com/middleware/1221/core/install-ohs/WTINS.pdf

lsampaio
  • 908
  • 7
  • 7