Jetty ant task hangs in build
Posted
by
Kate Ansolis
on Stack Overflow
See other posts from Stack Overflow
or by Kate Ansolis
Published on 2010-08-24T00:15:53Z
Indexed on
2011/02/13
7:25 UTC
Read the original article
Hit count: 300
I have a problem when I run Jetty task with my war file.
Here is my output:
[jetty] Configuring Jetty for project: Guardian
[jetty] 2010-08-23 18:53:09.062:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
[jetty]
[jetty] Configuring Jetty for web application: project
[jetty] Webapp source directory = C:\Projects\GUARDIAN\build\dist\project.war
[jetty] Context path = /
[jetty] Classpath = []
[jetty] Default scanned paths = []
[jetty] Extra scan targets = []
[jetty] Temp directory = C:\jettyTemp\
[jetty] 2010-08-23 18:53:09.391:INFO::jetty-6.1.25
[jetty] 2010-08-23 18:53:09.481:INFO::Extract C:\Projects\GUARDIAN\build\dist\project.war to C:\jettyTemp\webapp
[jetty] 2010-08-23 18:53:13.810:INFO::NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
[jetty] 2010-08-23 18:53:13.909:INFO::No Transaction manager found - if your webapp requires one, please configure one.
[jetty] 2010-08-23 18:53:18.038:INFO::Started [email protected]:8080
and it hangs forever.
What can I do about it? The goal is to start jetty with this war file so I can continue testing.
© Stack Overflow or respective owner