Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Process Manager (Stardust) » How to deploy stardust WAR to Tomcat
How to deploy stardust WAR to Tomcat [message #1219230] Mon, 02 December 2013 18:48 Go to next message
Rahim Kanjiyani is currently offline Rahim KanjiyaniFriend
Messages: 19
Registered: October 2012
Junior Member
How do I generate the stardust war file to be deployed under production tomcat server?

Following command is not fetching the necessary libraries.

mvn archetype:generate -DarchetypeGroupId=org.eclipse.stardust.deploy
.jee.archetypes -DarchetypeArtifactId=tc6-ipp-portal-war -DarchetypeVersion=1.0.
1 -DgroupId=org.eclipse.stardust.test -DartifactId=stardust-portal-war -Dversion
=1.0-SNAPSHOT -Dgoals=dependency:unpack

Thanks,
Rahim
Re: How to deploy stardust WAR to Tomcat [message #1219234 is a reply to message #1219230] Mon, 02 December 2013 20:07 Go to previous messageGo to next message
Rahim Kanjiyani is currently offline Rahim KanjiyaniFriend
Messages: 19
Registered: October 2012
Junior Member
Never mind. The necessary files were downloaded after executing following command.

mvn clean install
Re: How to deploy stardust WAR to Tomcat [message #1219273 is a reply to message #1219234] Tue, 03 December 2013 05:39 Go to previous message
Tanmoy Roy is currently offline Tanmoy RoyFriend
Messages: 41
Registered: September 2013
Member
Hi Rahim,

Yes, mvn archetype:generate will get the project only and 'mvn clean install' will build the project.
You can find the deployable war under target directory.

Regards,
Tanmoy Roy
Previous Topic:How can I suspend or abort process using "Spring Bean Applicationa"
Next Topic:Mail / SMTP / Authentication
Goto Forum:
  


Current Time: Tue Mar 19 06:24:52 GMT 2024

Powered by FUDForum. Page generated in 0.02469 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top