我使用Maven和Jetty/Tomcat。我的pom.xml聲明我的應用程序的ID爲<artifactId>webapp</artifactId>
。因此,我的所有webapp源都位於src/main/java/webapp
。現在,每當我運行任何Web服務器,我的URL看起來像這樣:如何擺脫Java webserver url中的目錄前綴?
http://localhost:8080/webapp/index.html
,我還沒有發現一個線索,告訴我如何擺脫應用程序或目錄名,使URL看起來像這個:
http://localhost:8080/index.html
任何提示?
這是 「根上下文」。 – 2010-09-22 11:50:51