Re: Jetty Installation!

2005-10-03 Thread Jesse Kuhnert
Jetty is pretty easy to run. "java -jar start.jar". If you want to run it with a specific config, which is what I think the tapestry examples come with (or test cases,...don't remember).. "java -jar start.jar ". That's it :) On 10/3/05, Jamie Orchard-Hays <[EMAIL PROTECTED]> wrote: > > $HOME/lib..

Re: Jetty Installation!

2005-10-03 Thread Jamie Orchard-Hays
$HOME/lib... I'm guessing here. I don't know why you'd want to deploy this way. I haven't done it. You might want to check out some of the jetty docs: http://jetty.mortbay.com/jetty/faq/ On Oct 3, 2005, at 1:20 PM, FTP wrote: Thanks for your prompt reply. I suppose that you mean the $HOM

Re: Jetty Installation!

2005-10-03 Thread FTP
Thanks for your prompt reply. I suppose that you mean the $HOME/lib and not the $HOME/extra/lib? Thanks On Monday 03 October 2005 18:57, Jamie Orchard-Hays wrote: > If you want to globally install Tapestry into Jetty, then I imagine > you would put Tapestry's jars and its supporting jars in th

Re: Jetty Installation!

2005-10-03 Thread Jamie Orchard-Hays
If you want to globally install Tapestry into Jetty, then I imagine you would put Tapestry's jars and its supporting jars in the lib dir of jetty. The usual way of deploying, however, is to put the tapestry jars into the web app's lib directory. That keeps your application discrete. That wa

Re: Jetty Installation!

2005-10-03 Thread Konstantinos psycharis
sorry for my deleyed reply to this but I was actually looking for some installation steps installing Tapestry in Jetty and not a application which was developed using Tapestry! Thanks On Monday 26 September 2005 19:20, Jamie Orchard-Hays wrote: > As with other servlet containers, if you're depl

Re: Jetty Installation!

2005-09-26 Thread Jamie Orchard-Hays
As with other servlet containers, if you're deploying a war file, just make sure the tapestry and supporting jars are in WEB-INF/lib. On Sep 26, 2005, at 11:14 AM, FTP wrote: Hi, I was looking in the different tutorials but wasn't able to find something concerning Tapestry installation wi