- Download the WAR file from the XPlanner+ web site.
- Expand the WAR file into a new folder within <jboss_home>/server/default/deploy, and then rename the folder xplanner-plus.war
- Delete <jboss_home>/server/default/deploy/xplanner-plus.war/WEB-INF/lib/xml-apis-1.0.b2.jar because this causes a deployment failure with the following error:
java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers.DocumentBuilderFactory
- Start JBoss using <jboss_home>/bin/run -b 0.0.0.0 so that the application is available from other machines. The default behavior for JBoss is to only serve pages to localhost.
Thursday, June 10, 2010
XPlanner+ installation
How to install a private instance of XPlanner+ on JBoss 5.1.0. These instructions assume that you have already downloaded and unzipped JBoss AS 5.1.0.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment