Jetty ant task hangs in build
- by Kate Ansolis
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.