why do I get “The requested resource could not be found.” when accessing simple spray route?
- 阅读更多 关于 why do I get “The requested resource could not be found.” when accessing simple spray route?
问题 I tried a simple spray example app and i cannot access the route, I uploaded the example source code which does not work to github: spray-tomcat-example: git clone https://github.com/avidanyum/spray-tomcat-example mvn package cp cp target/spray-tomcat-example-0.1-SNAPSHOT.war ~/tmp/tomcat/apache-tomcat-7.0.61/webapps/spraytomcat.war cd ~/tmp/tomcat/apache-tomcat-7.0.61/bin ./catalina.sh jpda run http://localhost:8080/spraytomcat/ I get "The requested resource could not be found." I defined