Kbase P72685: How to configure the WSA with ServletExec Servlet Engine 4.x as a Web application
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/08/2005 |
|
Status: Unverified
GOAL:
How to configure the WSA with ServletExec Servlet Engine 4.x as a Web application
FACT(s) (Environment):
Windows
Web Services
OpenEdge 10.x
ServletExec 4.2
ServletExec 4.1
FIX:
ServletExec is a web application server used to deploy servlets and JSP on Microsoft IIS.
ServletExec can be obtained from New Atlanta http://www.newatlanta.com .
Prerequisites:
1. A WSA product has been installed.
2. Run the ServletExec Servlet Engine install program.
a. Review the JSE?s documentation to become familiar with its features and security recommendations. 3. When the ServletExec installation has completed start the Web Server and ServletExec application.
4. Validate the ServletExec installation by issuing a test servlet.
/servlet/TestServlet" >http: <web-server><:port> servlet TestServlet
Configure the WSA with ServletExec.
1. Copy the <Progress Install Dir>\servlets\wsa directory and all subdirectories into the <ServletExec Install Dir>\webapps directory.
2. Access ServletExec?s administration via URL:
/servlet/admin" >http: <web-server><:port> servlet a admin
3. In the left frame under Web Applications, click on ?manage? link and press the ?Add Web Application? button.
4. Make the following changes to the fields:
a. In the Application Name field enter: wsa
b. In the URL Context Path enter: /wsa/
c. In the Location filed enter the path to the <ServletExec Install Dir>webapps\wsa folder that was copied in step 1.
d. Click the submit button.5. When the wsa application has been successfully added to ServletExec as a web application the message: ?Web Application was added successfully? will appear at the top of the screen.