Global Filter for all Web Applications

后端 未结 5 588
名媛妹妹
名媛妹妹 2021-01-21 22:39

In a J2EE application, how do I create a global Filter that can access other webapps installed on that app server?

5条回答
  •  轮回少年
    2021-01-21 23:11

    The Servlet-API does not provide such a security leak. But some containers offer alike. Have a look at the Configuration of Apache Tomcat. Maybe there is a similar functionality for webshere, but typically you need to hire a ibm consultant to "find" the configuration.

提交回复
热议问题