Hi Experts,
I am trying to develop a simple webspeed application using OpenEdge 11.6 configuration is based on PAS.
But as soon as I execute my webobject in workshop (localhost:8810/.../workshop) I get the following error.
Running test.html...
Run cancelled.
The file is not accessible from the application script (http://localhost:8810/web/).
Can anyone please help on how to execute webobjects in workshop? Any documentation will be highly appreciated.
Hi Anwar,
Does it work outside of Workshop ? I mean directly running localhost:8810/.../test.html works ?
Hi Irfan,
No, It doesn't. Could you please let me know where exactly do I need to keep my files? Do you have any documentation?
WebSpeed workshop is not supported for WebSpeed on PAS (at least that's what the documentation states):
As per the document you are right but If you access localhost:8810/.../workshop in OpenEdge 11.6 you can get the workshop. But I am not sure how to develop a web application (i.e where to keep my web objects in order to execute) :(
WebSpeed on PASOE supports CGI Wrappers and SpeedScript, so that the initial page will render, that I believe.
What it does not support however are WebSpeed Workshop and HTML Mapped Web Objects.
What region are you from? Workshops about WebSpeed on PASOE are offered by Progress (at least in EMEA) this February and I believe the Americas will follow as well in March (I saw an announcement on communities from PUG New England).
Agree with Ruben, we have many talks lined up this year on PASOE Webspeed.
Regarding running your webspeed applications on PASOE, I would recommend the below document
documentation.progress.com/.../
Lets say, you have SpeedScript application named "helloworld.html" and a cgi-wrapper application named "sportsdata.p" then you can deploy both of them in <instance-location>/openedge and then access the below URL
HI Anwar,
Wanted to check if you were able to run your webspeed code in PASOE. Let us know if you still have issues
Hi Irfan,
Yes, I was able to run my webobjects. I kept my files inside
C:\OpenEdge\WRK\oepas1\webapps\ROOT\WEB-INF\openedge.
Thank you so much for your help!!!