Hello all,
I'm having an issue deploying web services.
I'm running OpenEdge 10.2B, Apache Server 2.0, and Tomcat 7.0. Apache and Tomcat are connected with mod_jk. I have copied the OE/servlets/wsa file into the Tomcat/webapps directory and Tomcat correctly created the wsa1 folder and inner files. Going to http://localhost:8080/wsa/wsa1 gives me "Status:wsa1:OK:111" and and Tomcat's built-in application manager reports wsa as running.
I am unable to deploy web services through OpenEdge Explorer; the "Deploy" option is greyed out. Querying the adapter through proenv
using
returns
OpenEdge Explorer also reports wsa1 as not running, but enabled.

I've enabled WSA administration and temporarily disabled authentication

What isn't set up correctly?
Thanks for any help!
I'm having an issue deploying web services.
I'm running OpenEdge 10.2B, Apache Server 2.0, and Tomcat 7.0. Apache and Tomcat are connected with mod_jk. I have copied the OE/servlets/wsa file into the Tomcat/webapps directory and Tomcat correctly created the wsa1 folder and inner files. Going to http://localhost:8080/wsa/wsa1 gives me "Status:wsa1:OK:111" and and Tomcat's built-in application manager reports wsa as running.
I am unable to deploy web services through OpenEdge Explorer; the "Deploy" option is greyed out. Querying the adapter through proenv
using
Code:
wsaman -i wsa1 -query
Code:
Connecting to Progress AdminServer using rmi://localhost:20931/Chimera <8280>
Searching for wsa1 <8288>
Status of Web Services Adapter is Not Running
OpenEdge Explorer also reports wsa1 as not running, but enabled.

I've enabled WSA administration and temporarily disabled authentication

What isn't set up correctly?
Thanks for any help!