0
我有一個用Java EE編寫的應用程序,它正在使用WildFly Application Server。我的應用程序路徑設置:重定向到Wildfly中的index.html
@ApplicationPath("api")
public class ApplicationConfig extends Application{}
所以,如果我想看到的index.html我的應用程序中,I型http://localhost:8080/my_app_name。有什麼方法可以重定向所有請求localhost:8080/my_app_name/something_different_than_api到index.html文件?