Kbase P92996: How to setup Macromedia JRun 4 with the sample Web Services Adapter (WSA)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  20/10/2008 |
|
Status: Unverified
GOAL:
How to setup Macromedia JRun 4 with the sample Web Services Adapter (WSA)
GOAL:
How to configure the sample WSA with Macromedia JRUN 4
FACT(s) (Environment):
OpenEdge 10.x
Windows
JRun 4.0
FIX:
JRun from Macromedia is a J2EE application server and integrated development environment for building and deploying server-side Java application. It can be obtained from http://www.macromedia.com .
Prerequisites:
1. A Progress product containing the WSA has been installed and configured.
2. JRun has been installed and verified to be working correctly.
Please note that Progress does not provide support for Macromedia JRun, please refer to Macromedia for any JRun configuration issues.
Configure the sample WSA with JRun:
1) Copy the directory \wsa located in <OpenEdge_directory>\servlets into the directory <JRun_install_directory>\servers\default. So at the end you should have the following directory: <JRun_install_directory>\servers\default\wsa
2) Access JRun's administration via the following URL:
http://<hostname>:8000 (default port is 8000)
3) Login using the administrator's username and password.
4) In the left pane choose 'default'.
5) Choose 'Settings'.
6) In the 'Java VM Settings' window add the following path via the 'New Classpath' line:
<JRun_install_directory>\servers\default\wsa\WEB-INF\lib
7) click on the 'Update' button.
8) Restart the 'default' JRun Web server (using the 'JRun launcher').
9) To validate that the configuration was successful, in a web browser go to the following URL:
http://<hostname>:8100/wsa/wsa1 (default port for the 'default' JRun Web server is 8100)
If the configuration was successful, then the response will contain 'status:wsa1:OK'.