Assembly
EXO-PC, includes a sample application & sample portlets, assembled and tested as EAR bundle and Tomcat bundle.
Deploy Tomcat
Tomcat bundle?
Tested using Tomcat 5.0.28, 5.5.17.
1.Copy tomcat application server into $exo.directory.base/exo-working/exo-tomcat/
2.1 For Tomcat version 5.x.
Within projects/portlet-container/trunk/applications/assembly
run "mvn clean exopc:deploy -Ddeploy=tomcat"
2.1 For Tomcat version 6.x.
Within projects/portlet-container/trunk/__applications/assembly__
run "mvn clean exopc:deploy -Ddeploy=tomcat6"
3.Configuration
Make sure you have portal.xml in conf/Catalina/localhost/ with the following content:
<Context path="/portal" docBase="${catalina.home}/webapps/portal.war" debug="0" crossContext="true"/\>
Deploy EAR
EAR bundle?
Tested using WebLogic 9.1, 9.2, JBoss 4.0.3, 4.0.4, JOnAS 4.6.2, 4.6.6, 4.7.4, 4.8.4, WebSphere 6.1.0.7 and Oracle AS 10g Release 3 (10.1.3.1.0) application servers.
1.Run
Within projects/portlet-container/trunk/applications/assembly run "mvn clean exopc:deploy -Ddeploy=ear"
2. Configuration
EAR bundle on different application servers.