In a J2EE application, how do I create a global Filter that can access other webapps installed on that app server?
There is no way to do this in a container/platform independent way. Your J2EE container might provide hooks for you to do this though.