Jim, > I'm using tomcat 5.5, and tried creating 2 services, each with a > connector that used a different port. > > Whatever I try for the context within these services, it appears as > if both servlets are available on both ports. > > Is there a magic combination of Context elements that would allow this?
I think you'd need separate web.xml files for each context: one that maps only servlet #1 and one that maps only servlet #2. But that means that you aren't using the same exact configuration for both contexts, which might be a deal-breaker for you. -chris
signature.asc
Description: OpenPGP digital signature