how to let two user stop and start tomcat

2001-07-23 Thread Peter Choe
i am trying to set up tomcat so that two user (two accounts on an unix system) start and stop tomcat. both users are able to stop tomcat when it is running. but only one can properly start it. so, if i have two users, foo and bar, user foo can start tomcat using ./startup.sh and bar can stop

Re: how to let two user stop and start tomcat

2001-07-23 Thread Matt Barre
instance. You need a second server.xml file for the second instance and refer to it as an argument when starting the second instance. Matt - Original Message - From: Peter Choe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 23, 2001 2:25 PM Subject: how to let two user stop and start