Can We Deploy Web Services On The Iis Server ?

I installed Openedge 11.5 trail version and trying to configure IIS server for webservices for practice purpose. I am not using tomcat to configure wsa.
 
With the classic AppServer ( pre-Pacific AppServer ):

The WSA is a Java servlet. You need a Java Servlet Engine like Tomcat to host it. You then need to configure your web server ( IIS in your case ) to redirect request to Tomcat.

Whith Pacific AppServer Tomcat comes packaged with OpenEdge. Still you need to configure your web server to redirect the request to Tomcat.

Heavy Regards, RealHeavyDude.
 
Back
Top