Start your WebSphere server. For example:
../IBM/HTTPServer/bin/apachectl start
../IBM/WebSphere/AppServer/bin/startServer.sh server1
Start a browser and access http://SERVER_NAME:9060/ibm/console
Login so that the changes you make are attributed to you.
Expand Applications and click Install New Application.
If you have previously deployed the ENOVIA application and need to update it, click Enterprise Applicationsand then click ematrix in the list of installed applications.
Select the appropriate file system:
- If your browser is on the server machine, select Local File System.
- Otherwise, select
Remote File System.
Click the Browse button next to your selection and browse to
the path for your .ear file. Select the .ear file and click Open.
Once the page has updated, select .
Continue clicking Next until you get to Step 2: Map modules to servers.
On Step 2, select the module (such as ematrix) and continue to click Next until you
reach Step 6: Map virtual hosts for Web Modules.
On Step 6, select the module (such as ematrix) and continue to click Next until you reach the
summary page. Then click Finish.
When the process finishes, you see a message stating Application ematrix installed successfully.
- For first-time deployment click the Manage Applications link to continue editing.
- If you are updating your deployment, click the Save to Master Configuration link.
If you are not already on the page for Enterprise Applications, click in the list of applications.
Scroll down and click on the Class Loading and update detection link under the Detailed Properties section.
Scroll down to WAR Classloader Policy and select Class loader for each .war file in application (if not already selected). Then click Apply.
When the next page displays, click the Save link at the top of the page and then click the Save button.
Expand Servers, then click on Web Server. Select your web server and click on Propagate Plug-in.
This generates the plugin-cfg.xml file, with the new web application description as part of the file.
For first time deployment, start the application by clicking Enterprise Applications, selecting the checkbox in front of ematrix, and then clicking the Start button.
If you are using ENOVIA Matrix Web Navigator, open the httpd.conf file in IBMHttpServer/conf/ and comment out the following lines as shown below:
#AfpaEnable
#AfpaCache on
#AfpaLogFile "C:\IBMHttpServer/logs/afpalog" V-ECLF
Move static pages to the web server by copying the WEBAPPNAME_static.zip file (for example, ematrix_static.zip) from the SERVERHOME/distrib/ directory to the doc root of your web server.
Unzip WEBAPPNAME_static.zip in the doc root.
The ematrix/ directory is created.
Add an entry for the new directories in plugin-cfg.xml in
WEBSPHEREHOME/AppServer/config/cells/. For example:
<default_host_server1_host_Cluster_URIs">
<Uri Name="/ematrix/*/*.jsp"/>
<Uri Name="/ematrix/servlet/*"/>
<Uri Name="/ematrix/common/*"/>
<Uri Name="/ematrix/*"/>
Add this entry under <UriGroup Name=>.
Stop and restart the server.