Re: AW: Tomcat newbie: multiuser installation

2002-05-27 Thread Neil Zanella
On Mon, 27 May 2002, Ralph Einfeldt wrote: > > Have a look at RUNNING.txt: > > (4) Advanced Configuration - Multiple Tomcat 4 Instances Thanks! Neil -- To unsubscribe, e-mail: For additional commands, e-mail:

AW: Tomcat newbie: multiuser installation

2002-05-27 Thread Ralph Einfeldt
for each port they use. > -Ursprüngliche Nachricht- > Von: Neil Zanella [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 27. Mai 2002 00:06 > An: Tomcat Users Mailing List > Betreff: Tomcat newbie: multiuser installation > > > > Hello, > > I have asked

Re: Tomcat newbie: multiuser installation

2002-05-27 Thread Andre van Dijk
Op ma 27-05-2002, om 00:06 schreef Neil Zanella: > > but every time I recompile a servlet placed under the > /usr/local/jakarta-tomcat-4.0.3/webapps/ROOT/WEB-INF/classes/ > directory I have to restart the Tomcat server as root > in order for the changes to take effect. I need to > set up Tomcat i

Re: Tomcat newbie: multiuser installation

2002-05-27 Thread Neil Zanella
On Sun, 26 May 2002, Phillip Morelock wrote: > I don't know about the "~" stuff but I do know the probable reason you have > to be root to do what you're doing: > > To bind to a port < 1024 on linux you must be root. If you've bound tomcat > to a port lower than 1024, you'll have to be root to

Re: Tomcat newbie: multiuser installation

2002-05-26 Thread Phillip Morelock
I don't know about the "~" stuff but I do know the probable reason you have to be root to do what you're doing: To bind to a port < 1024 on linux you must be root. If you've bound tomcat to a port lower than 1024, you'll have to be root to start it. As far as being able to load new classes, hav

Tomcat newbie: multiuser installation

2002-05-26 Thread Neil Zanella
Hello, I have asked posted question before but got no responses so I will try this again: I have installed Tomcat 4.0.3 on Red Hat Linux 7.3 with Sun JDK 1.4 and J2EE 1.3.1 and everything runs smoothly but every time I recompile a servlet placed under the /usr/local/jakarta-tomcat-4.0.3/webapps