delivering a custom portal as a single war
Mansour Al Akeel <[email protected]> Sat, 19 Jul 2014 21:24:41 -0400
| Newsgroups | gmane.comp.jakarta.jetspeed.user |
|---|---|
| Message-ID | <CAFvvX=a==O3n6mG1y=NGUwJVBc+H56+Z-stYHXKGFxN=L_aRrw@mail.gmail.com> |
Hello all, Currently, when I deploy a custom portal, I copy jetspeed.war (jetexpress.war), to tomcat/webapp, then I place j2-admin.war under TOMCAT/webapp/jetspeed/WEB-INF/deploy and wait for JS2 to pick the portlet application and deploy it. It creates another exploded war under TOMCAT/webapp/j2-admin.war If I place j2-admin.war inside jetspeed.war, it doesn't get deployed properly. Is there a way to build and deploy the system with only one single war file ??