Hi,
i have a webapp project and start this webapp with the jettyPlugin.

I want to add an UserRealm to the jetty server configuration. so i have to configure the object "org.mortbay.jetty.Server" within a jetty.xml. To start the jetty from commandline with this configuration i can do this

java -jar start.jar etc/jetty.xml

But how can i say this with the jettyPlugin inside gradle?

I think the i cant use the class http://www.gradle.org/api/0.5/org/gradle/api/plugins/jetty/JettyPluginWebAppContext.html , because this is a WebAppContext. But i need the jetty Server Object.


Marko





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
101tec GmbH

Halle (Saale), Saxony-Anhalt, Germany
http://www.101tec.com




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to