This topic covers details specific to installing ARCHIBUS Web Central on the IBM WebSphere application server. The text presumes you are familiar with this application server.
- Make sure that WebSphere is started.
- Open the administrative console using the URL http://localhost:9090/admin/. Unless you have established your own conventions, you can log on as any user, as security is not turned on by default.
- Open "Applications" from the left menu
- Click on "Install New Application."
- Choose "Local Path" if the WAR file is on the machine where you are using the console. Enter "/archibus" for the "Context Root." Choose "Next."
- On the second screen, leave the defaults and choose "Next."
- If you receive an "Application Security Warnings" screen, choose "Continue." Instructions for configuring security are below.
- On the fourth screen change the "Application Name" field from archibus_war to archibus. (This change is not essential, but the result is neater.). Choose "Next" to proceed.
- On the fifth screen put a checkbox next to ARCHIBUS Web Central and choose "Next."
- On the sixth screen put a checkbox next to ARCHIBUS Web Central and choose "Next."
- On the seventh screen choose "Finish."
- After the installation completes, choose "Save to Master Configuration."
- On the Save screen, choose "Save" to save the change to the master configuration.
- Copy your ai-licenses.bin file to your config folder: C:\Program Files\WebSphere\AppServer\installedApps\<ServerName>\archibus.ear\archibus.war\WEB-INF\config.
- Update your
WEB-INF\config\context\compatibility\afm-config.xml
file values per the standard instructions.- Update your project database connections in afm-projects.xml per the standard instructions.
- Configure WebSphere to use a parser version required by ARCHIBUS Web Central.
If you have a Windows server and wish to use the Sybase Runtime server for demonstration or testing of your configuration, copy the JDBC-ODBC bridge file dbjodbc9.dll from \webapps\archibus\WEB-INF\lib to <websphere_home>\bin.
The WebSphere server ships with older versions of JARs than that required by ARCHIBUS Web Central. You must install the JARs versions required by ARCHIBUS Web Central. To do so, create an endorsed folder in \jre\lib, and copy xalan.jar, xercesImpl.jar, log4j-<version>.jar from the WebCentral lib folder to this location.
In order to prevent CSRF error from appearing when using WebSphere8:
If you encounter a security warning when installing ARCHIBUS or when starting the ARCHIBUS Web Central application on the ARCHIBUS Login page, you may have Java 2 Security enforced. This is not a requirement for most sites, but it is the default for some of the development versions of WebSphere.
To eliminate this error, take these steps:
- Access the console using the URL http://localhost:9090/admin/
- Plus-open "Security" on the left Panel, click on Global Security.
- On the right panel, uncheck the "Enforce Java 2 Security" option.
- Click "Apply" then "OK" at the bottom of the page.
- Click the "Save" button on top of the page to save to master configuration.
- Restart the server.
If you are using WebSphere 6.0 and encounter the "SRVE0017W: Web Group not found: /archibus/index.htm)" error, take these steps.
- Access the console using the URL http://localhost:9090/admin/
- Plus-open "Applications." On the left panel, click "Enterprise Applications."
- On the right panel, you will see a list of installed application. Make sure the "archibus" application is started with a green icon. If not, then check the box and click the "start" button.
- Click the "Save" button on top of the page to save to master configuration.
- Restart the server.
Accessing online help from Web Central (either through the Help command or right-clicking on the Process Navigator) automatically brings you to the latest help systems that are stored on www,archibus.com.
Since these help systems are continually updated, accessing online help from these locations ensures that you are working with the very latest help release from ARCHIBUS, Inc.
However, some sites wish to have users access the online help from the company's network. In this case, you can install the help systems on your network by obtaining them from the ARCHIBUS DVD. Follow this procedure:
archibus_help.WAR
into temp folder.http://localhost:9090/admin/
.//Archibus/help
for the "Context Root." Choose Next.Archibus_help_war
to help
. Choose Next to proceed.There are a few ways to access the locally installed help systems.
http://localhost:9080/archibus/help/user/archibus.htm
http://localhost:9080/archibus/help/system/afm-sysman.htm
WEBINF\Config\help.properties
file and assign the new URL to Help.url
.Note: You can follow the same procedure for localized versions of ARCHIBUS Help. The only difference is that you add the abbreviation for the locale to the "user" folder in the URL, such as http://localhost:9080/archibus/help/user_it/archibus.htm
for the Italian version of ARCHIBUS Help. Localized versions of ARCHIBUS System Management Help are not available.
Application servers that use Java 6, such as IBM WebSphere 7, require a Java 6 -compatible version of the Basic Rules Compiler. For information, see Installing the Basic Rule Compiler on Java 6 Web Servers.
Copyright © 1984-2014, ARCHIBUS, Inc. All rights reserved. |