RE: Assigning Servlets to different ports.

2001-03-06 Thread William Wishon
Costin, > If what you want to do is support virtual hosts - tomcat supports > virtual hosts using a single ContextManager ( the contextManager is a > representation for a "server" that may have multiple hosts). I don't mind using virtual hosts, but they don't do what I'm looking for. I have two

RE: Assigning Servlets to different ports.

2001-03-06 Thread William Wishon
go to a > > single tomcat 'delegator' servlet which then > > dispatches them to servlets/JSPs appropriately. And > > actually, you should just use apache rewrites directly > > to dispatch to any static resources. > > > > Mel > > > > &

Assigning Servlets to different ports.

2001-03-05 Thread William Wishon
Hi, My goal is to be able to have different servlets mapped to "/" on different ports. I have not found any way to do this in server.xml, so I started grep'ing and groveling through the code to find out more. Now as far as I can tell right now what I want to do is not possible using Tomc