hello,veryone. webapps directory tree:
webapps ├── child │ └── hello.war ├── test.war I can access test.war by using http://localhost:8080/test/ , but I can't access hello.war by using http://localhost:8080/child/hello/. How to let jetty load all the .war files under webapps directory and it's children directory? Thank you!
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
