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 it using ./shutdown.sh. but if bar tries to start it using ./startup.sh it throws the following: FATAL:java.net.BindException: Address already in use can anyone help? peter choe
