Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run Jetty #1

Open
ramv opened this issue Aug 19, 2011 · 1 comment
Open

Cannot run Jetty #1

ramv opened this issue Aug 19, 2011 · 1 comment

Comments

@ramv
Copy link

ramv commented Aug 19, 2011

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

@acrosa
Copy link
Collaborator

acrosa commented Aug 24, 2011

That's very odd, since you get

[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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants