[Progress Communities] [Progress OpenEdge ABL] Forum Post: PASOE - WebHandler configuration

  • Thread starter Thread starter oedev
  • Start date Start date
Status
Not open for further replies.
O

oedev

Guest
Openedge 11.7.4 64 bit on Windows I've installed 11.7.4 and created a new PASOE instance (oepas2) and deployed this to my working directory, i.e. C:\PASOE1174WRK\oepas2 I can start the instance (running HTTP on port 80) and access the manager on http://localhost:8080/manager . All good so far. Next step is that I want to deploy a WebHandler, so created the simplest handler Ping.p and copied the rcode into C:\PASOE1174WRK\oepas2\openedge as that directory appears to be in the propath. The issue is that I'm not exactly sure where in the openedge.properties file the handler definition should go. I've added it like this; [oepas2.ROOT.WEB] defaultCookieDomain= wsRoot=/static/webspeed srvrDebug=1 defaultHandler=OpenEdge.Web.CompatibilityHandler handler1 = Ping : /ping adapterEnabled=1 defaultCookiePath= srvrAppMode=development Secondly, is that is the correct configuration, what is the URL to access the web handler (based on an instance name of oepas2 running on port 8080). Thanks.

Continue reading...
 
Status
Not open for further replies.
Back
Top