Hi,
When I start jetty from command line in its home directory it works fine.
But when I start through gradle plugin I get ton of log messages as below.
Following are the only parameters that I am changing.
jettyRun.webAppSourceDirectory = new File ('test')
jettyRun.webXml = new File ('test/WEB-INF/web.xml'
Even when it comes up with all kinds of errors, it throws up more web
services connectivity and other issues whenever any web request is sent.
The webapp is self contained and requires no configuration settings in the
servlet container.
I am also setting correct http proxy settings.
Would appreciate any pointers.
fa...@http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd line:1 col:1 :
org.xml.sax.SAXParseException: The markup d
eclarations contained or pointed to by the document type declaration must be
well-formed.
fa...@http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd line:1 col:1 :
org.xml.sax.SAXParseException: The markup d
eclarations contained or pointed to by the document type declaration must be
well-formed.
EXCEPTION
org.xml.sax.SAXParseException: The markup declarations contained or pointed
to by the document type declaration must be
well-formed.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
at org.mortbay.xml.XmlParser.parse(XmlParser.java:188)
at org.mortbay.xml.XmlParser.parse(XmlParser.java:204)
at
org.mortbay.jetty.webapp.TagLibConfiguration.configureWebApp(TagLibConfiguration.java:227)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1231)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at
org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:460)
at
org.gradle.api.plugins.jetty.JettyPluginWebAppContext.doStart(JettyPluginWebAppContext.java:124)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
at
org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:222)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
--
View this message in context:
http://www.nabble.com/Problems-using-jetty-plugin-tp23085653p23085653.html
Sent from the gradle-user mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email