Re: configuring 2 servlets on different ports

2006-08-01 Thread Christopher Schultz
Jim, > actually, they are already in separate webapps, > and I still can't find a way to configure them to > bind to separate ports. Are you running a single instance of Tomcat with two connectors? Or, are you running two instances of Tomcat, each with one connector? I think the second option w

RE: configuring 2 servlets on different ports

2006-08-01 Thread Sharma, Siddharth
perspective. Is this an option for you? -Original Message- From: Williams, Jim [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 9:20 AM To: Tomcat Users List Subject: RE: configuring 2 servlets on different ports actually, they are already in separate webapps, and I still can&#

RE: configuring 2 servlets on different ports

2006-08-01 Thread Williams, Jim
ing 2 servlets on different ports 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. > >

Re: configuring 2 servlets on different ports

2006-07-31 Thread Christopher Schultz
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 woul