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
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
>
>
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:
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
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
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
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.
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)
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
+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
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
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-
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/
---
13 matches
Mail list logo