You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[info] Started [email protected]:8080
[info] == jetty-run ==
[success] Successful.
I tried a fresh clone of the project and worked fine (also get the warning [info] NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet).
Are you sure there's no issue connecting to http://localhost:8080/ ?
Sorry but it's hard to figure out what's wrong with your setup :)
I am playing with the code but can't get jetty to run
SBT reports that it successfully started but at closer inspection it did not find org.apache.jasper.servlet.JspServlet
[info] Building project Chirper 1.0 against Scala 2.8.0
[info] using ChirperStreamerProject with sbt 0.7.4 and Scala 2.7.7
[info]
[info] == copy-resources ==
[info] == copy-resources ==
[info]
[info] == compile ==
[info] Source analysis: 0 new/modified, 0 indirectly invalidated, 0 removed.
[info] Compiling main sources...
[info] Nothing to compile.
[info] Post-analysis: 24 classes.
[info] == compile ==
[info]
[info] == prepare-webapp ==
[info] == prepare-webapp ==
[info]
[info] == jetty-run ==
2011-08-19 17:51:43.467:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
[info] jetty-6.1.22
[info] NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
[info] Started [email protected]:8080
[info] == jetty-run ==
[success] Successful.
[info]
[info] Total time: 3 s, completed Aug 19, 2011 5:51:45 PM
[info]
[info] Total session time: 3 s, completed Aug 19, 2011 5:51:45 PM
[success] Build completed successfully.
root@ec2-107-20-30-169:~/workspace/chirper# netstat -nlp | grep 8080
tcp6 0 0 :::18080 :::* LISTEN 15799/java
The text was updated successfully, but these errors were encountered: