Migrating a WebSpeed application to a PAS for OpenEdge instance, involves moving the application's static files to a specific folder in the instance, and updating the instance's PROPATH to include the folders that contain the application's r-code.
Static files
A PAS for OpenEdge instance expects the static files that support a WebSpeed application to be in a particular location in the instance's directory structure. Static files include images and html files.
The location of static files for the default Web application is:
instance_name/webapps/ROOT/static
If you deploy another application, the default location for its static files is:
instance_name/webapps/webapp_name/static
where webapp_name is the name of the WebSpeed application.
r-code
To enable a PAS for OpenEdge instance to find a WebSpeed application's r-code, add any folders that contain WebSpeed application r-code files to the instance agent's PROPATH.
The default location for r-code is:
instance_name/openedge
PROPATH is set in the instance's ../conf/openedge.properties file. For example: