Re: How to create a war from Eclipse

2011-11-16 Thread Vangel V. Ajanovski
On 12.11.2011 15:13, robnangle wrote: Just wondering if any of you know the best way to host your project? I have java hosting that runs a tomcat server. How do I get the project to display and work correctly on it? I do "mvn package" which produces a war file and then I put it in webapps. If

Re: How to create a war from Eclipse

2011-11-12 Thread robnangle
Just wondering if any of you know the best way to host your project? I have java hosting that runs a tomcat server. How do I get the project to display and work correctly on it? Cheers in advance..! -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-create-a-war-from

Re: How to create a war from Eclipse

2011-08-24 Thread nillehammer
Not quite Tapestry related, but anyway you can use the maven war plugin to create wars. It is as simple as the following command on the command line: mvn clean war:war Look here for further information: http://maven.apache.org/plugins/maven-war-plugin/ - http://www.winfonet.eu -- View this mes

Re: How to create a war from Eclipse

2011-08-24 Thread Chris Mylonas
(1) Right click on the project: Maven -> Enable dependency management (2) Right click on the project: Run As -> maven package If you don't have (1), you need the eclipse maven plugin: In eclipse, Help -> Install New Software and update this url to the update site URL list m2eclipse Core Update