T5: Deploy to tomcat 6 from Eclipse 3 IDE for Java Developers

2011-05-22 Thread Denoite
Hi,

i'm pretty new to T5 and i've created my first app with the tutorial, 
everything is running fine with jetty and Eclipse.
Now i want to deploy my app to tomcat 6 as a WAR.
But like in the tutorial, i'm running Eclipse 3 IDE for Java Developers.
There is no option to export a WAR.

How is that done from Eclipse 3 IDE for Java Developers?
How would the example be deployed to tomcat?

Sorry for the newbie question, but maybe somebody can me point to the right 
direction...


Thx
Joseph




-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: T5: Deploy to tomcat 6 from Eclipse 3 IDE for Java Developers

2011-05-22 Thread Thiago H. de Paula Figueiredo

On Sun, 22 May 2011 10:07:33 -0300, Denoite deno...@yahoo.de wrote:


Hi,


Hi!

i'm pretty new to T5 and i've created my first app with the tutorial,  
everything is running fine with jetty and Eclipse.

Now i want to deploy my app to tomcat 6 as a WAR.


I suggest using Jetty (through the RunJettyRun plugin or some other way)  
while developing. No need to deploy, just run the exploded (non-packaged)  
WAR directly.



But like in the tutorial, i'm running Eclipse 3 IDE for Java Developers.
There is no option to export a WAR.


You can use Ant, Maven (through the m2eclipse or q4e plugins), Gradle or  
some other tool to do that. Anyway, the Maven folder structure is  
recommended even by people who don't like Maven.


--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor

Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org