Re: deploy t5 war under jetty

2012-05-31 Thread Massimo Lusetti
On Wed, May 30, 2012 at 3:34 PM, Thiago H de Paula Figueiredo
thiag...@gmail.com wrote:

 On Wed, 30 May 2012 10:11:56 -0300, Angelo C. angelochen...@gmail.com
 wrote:

 thanks, actually I got it running a few months ago, the server restarted,
 and I can not remember how I did it last time, basically, it was in a screen
 session, then I run java -jar start.jar and myapp.war, i forgot the
 details, any idea how to do it this way?


 This isn't related to Tapestry at all, just Jetty, but the answer for you is
 to put your WAR in the webapps folder of the Jetty installation and run java
 -jar start.jar.

Just for the records.

Take a look at tapx-heroku it's a great start point to build a custom
solution for your needs.

Cheers
-- 
Massimo
http://meridio.blogspot.com

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



deploy t5 war under jetty

2012-05-30 Thread Angelo C.
Hi,

Got a t5 app running inside IDE, now I need to deploy it into a server
without tomcat, but i can run jetty, how to do this? thanks,

Angelo

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/deploy-t5-war-under-jetty-tp5713524.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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



Re: deploy t5 war under jetty

2012-05-30 Thread Thiago H de Paula Figueiredo
On Wed, 30 May 2012 09:29:55 -0300, Angelo C. angelochen...@gmail.com  
wrote:



Hi,

Got a t5 app running inside IDE, now I need to deploy it into a server
without tomcat, but i can run jetty, how to do this? thanks,


http://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty

It says 'embedding', but it can be used as a generic way to launch Jetty.  
I use it all the time.


--
Thiago H. de Paula Figueiredo

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



Re: deploy t5 war under jetty

2012-05-30 Thread Angelo C.
thanks, actually I got it running a few months ago, the server restarted, and
I can not remember how I did it last time, basically, it was in a screen
session, then I run java -jar start.jar and myapp.war, i forgot the details,
any idea how to do it this way?

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/deploy-t5-war-under-jetty-tp5713524p5713526.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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



Re: deploy t5 war under jetty

2012-05-30 Thread Thiago H de Paula Figueiredo
On Wed, 30 May 2012 10:11:56 -0300, Angelo C. angelochen...@gmail.com  
wrote:


thanks, actually I got it running a few months ago, the server  
restarted, and I can not remember how I did it last time, basically, it  
was in a screen
session, then I run java -jar start.jar and myapp.war, i forgot the  
details, any idea how to do it this way?


This isn't related to Tapestry at all, just Jetty, but the answer for you  
is to put your WAR in the webapps folder of the Jetty installation and run  
java -jar start.jar.


--
Thiago H. de Paula Figueiredo

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