Ah -- Sorry, I never think about non-clustered applications because nearly every application ends up being clustered at some point.
The easiest thing might be to use the ServletContext of one of the web apps. I seem to remember from the API that if you get your ServletContext within any
Servlet, and then use "getServletContext(
String uri)" with the URI root of another Web App that you can retrieve that Web App's servlet context.
Kyle