Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Can jetty load all the .war files under webapps directory and it's children directory?

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!

Back to the top