No, I just put $CATALINA_HOME/bin in everyone's path. However, I gave each person a custom $CATALINA_BASE in their home directory with its own server.xml, etc. Each user's server.xml specifies a port to listen on, so I thought that would work.
Also, catalina.sh appears only to take start and stop arguments. How would I pass in the port? Thanks. On Tue, 5 Mar 2002, John Niven wrote: > > > > -----Original Message----- > > From: Rami Friedman [mailto:[EMAIL PROTECTED]] > > Sent: 4 March 2002 18:59 > > To: [EMAIL PROTECTED] > > Subject: tc4-- multiple catalina bases, one binary > > > > > > > > Hi. > > Hi Rami > > > > > I'm trying to create an environment in which many developers > > can develop on a single instance of tomcat on a single host. > > I've written a script that sets each user's CATALINA_BASE > > appropriately and creates the webapps and conf directories > > under the respective base dirs. It also assigns a unique > > port to each developer and puts that port in the developer's > > server.xml (port attribute of the Connector element). > > > > My problem is that the startup.sh and shutdown.sh scripts for > > any given developer appear to be starting and stopping the > > entire tomcat instance-- not just the connector listening on > > the developer's assigned port. > > > > What do the generated startup.sh and shutdown.sh look like? I presume that > they referenece the correct ports? > > > > > What am I doing wrong? > > > > Thanks. > > > > Cheers > John > > > > > (BTW, I did search the archives before posting this question.) > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
