Use this procedure to deploy the staged HTTP servlet on a supported web server application. See Staged HTTP files to deploy to find the servlet files in Activator directory tree. The servlet has been validated against the following web servers:
After deploying the servlet on the web server, do not edit any of the servlet files, except as recommended by the user documentation or technical support. In particular, do not change or move the activation.xml
file. This is the license file for the servlet. Changing this file makes the servlet inoperable.
The servlet uses three file system directories for processing messages and logging information. Servlet files control the paths for these directories. The following are the default directory paths. The name of the file that defines each path also is listed. You can change the path by editing the file.
Directory type |
Default path |
File that defines path |
Message |
Windows: Unix: |
|
Message |
Windows: Unix: |
|
The message directories are created when the servlet is deployed and running. On UNIX make sure the user has permissions to add directories.
Use the following steps to deploy the staged HTTP servlet on a WebLogic web server. These steps are provided as guidelines. See the web server user documentation for specifics about deploying servlets.
/logs
inside the “domain_name” (default: mydomain) folder that the staged http application will be a part of. Logging related to the staged HTTP application is written into this /logs
folder.6. Once deployed, enable start servicing all requests from the summary of deployments page.
7. When the previous steps are complete, confirm that the user can log on to the servlet’s UI.
Use the following steps to deploy the staged HTTP servlet on an Apache Tomcat web server. These steps are provided as guidelines. See the web server user documentation for specifics about deploying servlets.
/logs
inside the bin folder. This is the folder where you invoke the startup scripts. Logging related to the stagedhttp application is written into this /logs
folder.tomcat-users.xml
file, adding the following users and roles. Follow the format suggested in the file: first declare the roles, and then map the roles to the user and password.
Map the user... |
...to the role |
mailboxadmin |
mailboxadmin_role |
ecengine |
ecengine_role |
remoteuser |
remoteuser_role |
communityadmin |
communityadmin_role |
tomcat-users.xml
.Use the following steps to deploy the staged HTTP servlet on a WebSphere web server. These steps are provided as guidelines. See the web server user documentation for specifics about deploying servlets.
/logs
folder that resides in the profile_root
directory. For example, if the profile name is appserver01, the logs directory is …profiles/appserver01/logs
. This logging directory is created automatically.stagedhttp.war
. Provide the context root when prompted. The default string for the context root is stagedhttp
.
Map the user... |
...to the role |
mailboxadmin |
mailboxadmin_role |
ecengine |
ecengine_role |
remoteuser |
remoteuser_role |
communityadmin |
communityadmin_role |
Log on to the servlet UI.