Shield Softwares
Shield Softwares

Reputation: 1

Oracle APEX hosting in IIS

I'm unable to deploy oracle apex in Windows 10 IIS , can you tell me how to deploy oracle apex pages in iis ( Internet Information Services )

Upvotes: 0

Views: 1608

Answers (2)

b0tting
b0tting

Reputation: 637

You can't. But you can run the ords.war as a standalone application where it will use it's internal Jetty server and use IIS Application Request Routing to create a reverse proxy connection to it.

Upvotes: 1

Rafael Trevisan
Rafael Trevisan

Reputation: 134

You need a java web container (TomCat, GlassFish, WebLogic, etc) to deploy ORDS which will connect to your database that is running APEX. I'm not sure if you can deploy .war files in IIS. If you can, then you should be good to go and deploy the ords.war within it.

Upvotes: 2

Related Questions