Re: Decent jetty runner for eclipse

2009-04-15 Thread Christian Edward Gruber
uot; Sent: Saturday, 11 April, 2009 20:24:34 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Decent jetty runner for eclipse Hi. I just started using "Run Jetty Run" and it seems to be pretty no- fuss. http://code.google.com/p/run-jetty-run/wiki/GettingStarted regar

Re: Decent jetty runner for eclipse

2009-04-14 Thread Amit Nithian
34 GMT +02:00 Athens, Beirut, > Bucharest, Istanbul > Subject: Decent jetty runner for eclipse > > Hi. I just started using "Run Jetty Run" and it seems to be pretty no- > fuss. > > http://code.google.com/p/run-jetty-run/wiki/GettingStarted > >

Re: Decent jetty runner for eclipse

2009-04-14 Thread Thiago H. de Paula Figueiredo
Em Tue, 14 Apr 2009 12:09:59 -0300, Marcus Veloso escreveu: Hi, following http://wiki.apache.org/tapestry/Tapestry5RunViaMain: ... 1. Add a dependency on Jetty to your POM at provided scope. Use the jetty-server-dependencies and jetty-provided-apis artifacts That's what I do:

Re: Decent jetty runner for eclipse

2009-04-14 Thread Marcus Veloso
Hi, following http://wiki.apache.org/tapestry/Tapestry5RunViaMain: ... 1. Add a dependency on Jetty to your POM at provided scope. Use the jetty-server-dependencies and jetty-provided-apis artifacts 2. Turn off J2EE deployment in module properties ... Can someone show the code

Re: Decent jetty runner for eclipse

2009-04-13 Thread Christian Köberl
View this message in context: http://n2.nabble.com/Decent-jetty-runner-for-eclipse-tp2621323p2631526.html Sent from the Tapestry Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apach

Re: Decent jetty runner for eclipse

2009-04-13 Thread Sergey Didenko
Thanx guys, that looks less dependent on Jetty defaults. Here is the article for everyone interested: http://docs.codehaus.org/display/JETTY/Classloading On Mon, Apr 13, 2009 at 9:24 PM, Fernando Padilla wrote: > we add this to our vmargs: > > -Dorg.mortbay.jetty.webapp.parentLoaderPriority=tru

Re: Decent jetty runner for eclipse

2009-04-13 Thread Fernando Padilla
we add this to our vmargs: -Dorg.mortbay.jetty.webapp.parentLoaderPriority=true -Dtapestry.production-mode=false -Xmx500m Thiago H. de Paula Figueiredo wrote: On Mon, Apr 13, 2009 at 2:28 PM, Sergey Didenko wrote: Don't you use webapp.setServerClasses( new String[] {"-org.mortbay.jetty.plus.

Re: Decent jetty runner for eclipse

2009-04-13 Thread Thiago H. de Paula Figueiredo
On Mon, Apr 13, 2009 at 2:28 PM, Sergey Didenko wrote: > Don't you use > webapp.setServerClasses( new String[] > {"-org.mortbay.jetty.plus.jaas.", "org.mortbay.jetty."} ); > also? As recommended on http://wiki.apache.org/tapestry/Tapestry5RunViaMain . The line webapp.setParentLoaderPriority(true)

Re: Decent jetty runner for eclipse

2009-04-13 Thread Sergey Didenko
Don't you use webapp.setServerClasses( new String[] {"-org.mortbay.jetty.plus.jaas.", "org.mortbay.jetty."} ); also? As recommended on http://wiki.apache.org/tapestry/Tapestry5RunViaMain . On Mon, Apr 13, 2009 at 3:28 PM, Thiago H. de Paula Figueiredo wrote: > I'm not using any Eclipse plugins

Re: Decent jetty runner for eclipse

2009-04-13 Thread Andreas Andreou
+1 - i also put that in the test source tree On Mon, Apr 13, 2009 at 3:28 PM, Thiago H. de Paula Figueiredo wrote: > I'm not using any Eclipse plugins: I just wrote a class (I call it > Main) in the test sources folder and added Jetty 6.1.14 as a test > dependency. My Main class has code in its m

Re: Decent jetty runner for eclipse

2009-04-13 Thread Thiago H. de Paula Figueiredo
I'm not using any Eclipse plugins: I just wrote a class (I call it Main) in the test sources folder and added Jetty 6.1.14 as a test dependency. My Main class has code in its main() method: Server server = new Server(); Connector connector = new SelectChannelConnector(); connector

Re: Decent jetty runner for eclipse

2009-04-13 Thread Peter Stavrinides
ssage - From: "Christian Edward Gruber" To: "Tapestry users" Sent: Saturday, 11 April, 2009 20:24:34 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Decent jetty runner for eclipse Hi. I just started using "Run Jetty Run" and it seems to be pretty no-

Decent jetty runner for eclipse

2009-04-11 Thread Christian Edward Gruber
Hi. I just started using "Run Jetty Run" and it seems to be pretty no- fuss. http://code.google.com/p/run-jetty-run/wiki/GettingStarted regards, Christian. Christian Edward Gruber e-mail: christianedwardgru...@gmail.com weblog: http://www.geekinasuit.com/ ---