Ganymede, Mac, 1.6.
Christian.
On 14-Apr-09, at 17:45 , Amit Nithian wrote:
I am using it with Eclipse Ganymede and 1.6 without problems. I too
have the
parentLoader property and production mode off as I assume most
others do
too. I just upgraded from Eclipse 3.3 and launched this without m
I am using it with Eclipse Ganymede and 1.6 without problems. I too have the
parentLoader property and production mode off as I assume most others do
too. I just upgraded from Eclipse 3.3 and launched this without much hassle.
It's a great plugin for web development in Eclipse.. no fuss launching o
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
I have created a simple Eclipse plugin for running Jetty (also frustrated by
RunJettyRun and Jetty Launcher).
The plugin can be used like Jetty launcher but support Java 6 and Jetty 6/7. It
is currently in alpha stage but it works fine for servlet-based apps (JSP
support is missing, Jetty 5 do
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
I remember using this plugin a while back (18 months perhaps) and it was pretty
decent apart from the lack of Java 6 support, also I seem to recall it didn't
work in the latest eclipse at that time so sadly I ditched it.
Is it working in Ganymede with JDK 6 anybody?
- Original Message
12 matches
Mail list logo