We do this where I work. The only thing you need to do is modify the server.xml file so that each server is listening on different ports. Look for the "<Connector ...>...</Connector>" entries. There is the basic HTTP socket, the HTTPS socket (which you can just leave commented out if you don't need it) and the AJP12 socket (which is used for shutting down tomcat).
We have a completely separate tomcat install for each user, in their home directory. This may not be necessary, but it is probably easiest and tomcat isn't very big. - Dan ----- Original Message ----- From: "Anders Gunnare" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 8:48 AM Subject: Multiple Tomcat-servers on a single machine > Hello World, > > How shall I do if I would like to have multiple Tomcat-servers on a > single machine? > > I have tried to read the doc, but I can't understand how I practically > shall do the work... > For example, 5 different UNIX-users shall have 5 different > Tomcat-servers, > one user=one Tomcat-server. > > The reasons is that I shall have a Servlet-course and I have one > UNIX-server where we shall do our work. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
