Re: delivering a custom portal as a single war
David S Taylor <[email protected]> Tue, 22 Jul 2014 16:02:52 -0700
| Newsgroups | gmane.comp.jakarta.jetspeed.user |
|---|---|
| Message-ID | <CABm6vp_22px_K0bu1gT9ZoSCB-xmS+zapNzYFWUk3mZNif73ew@mail.gmail.com> |
This should work. I just tested here by building from the trunk, and then running the command mvn jetspeed:mvn -Dtarget=demo I then moved all war files in $TOMCAT/webapps to $TOMCAT/webapps/jetspeed/WEB-INF/deploy, started up Tomcat(7), and all apps were registered with Jetspeed and successfully deployed to Tomcat On Sat, Jul 19, 2014 at 6:24 PM, Mansour Al Akeel <[email protected] > wrote: > 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 ?? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >