Re: Tomcat5.5 is not starting on CENTOS 4

2007-05-14 Thread Markus Schönhaber
Keep replys on the list, please. There's a reason why the Reply-To header is set. [EMAIL PROTECTED] wrote: > I have rectified the problem. Tomcat is now running on port 80, with > the root user. But this is a concern for me because it is a security > risk. How do I get around this? I have also re

Re: Tomcat5.5 is not starting on CENTOS 4

2007-05-14 Thread Markus Schönhaber
reym wrote: > error message(s), after i typed in the command > $CATALINA_HOME/bin/catalina.sh run: [...] > SEVERE: Error initializing endpoint > java.net.BindException: Address already in use:8080 Just as the message says, there's an application listening on port 8080 already running. I'd bet i

Re: Tomcat5.5 is not starting on CENTOS 4

2007-05-14 Thread David Delbecq
java.net.BindException: Address already in use:8080 There is already somthing (probably another tomcat instance) listening on port 8080, tomcat can't bind and will refuse to start. Kill whatever use this port (use netstat to find it) or configure tomcat to use another port. En l'instant précis du

Re: Tomcat5.5 is not starting on CENTOS 4

2007-05-14 Thread reym
Thank you all, so much, for the prompt responses I have done as you have all advised, and there is something wrong... but I am baffled because I have never encountered this problem when I installed and configured Tomcat5.5 in a windows environment anyways here is the error message(s), aft

Re: Tomcat5.5 is not starting on CENTOS 4

2007-05-14 Thread David Delbecq
To see messages from tomcat tail -f $CATALINA_HOME/logs/catalina.out En l'instant précis du 14/05/07 16:02, reym s'exprimait en ces termes: > Hi All, > > I have installed Tomcat5.5 on CENTOS 4, which is located on a remote > machine, and I have configured the environment variables, and everythin

Re: Tomcat5.5 is not starting on CENTOS 4

2007-05-14 Thread Markus Schönhaber
reym wrote: > else. However when I try to start Tomcat, using this command: > > $CATALINA_HOME/bin/startup.sh > > I only get as far as this (this is what is shown in PUTTY): > > Using CATALINA_BASE: /usr/local/tomcat > Using CATALINA_HOME: /usr/local/tomcat > Using CATALINA_TMPDIR: /usr/lo

Re: Tomcat5.5 is not starting on CENTOS 4

2007-05-14 Thread Hassan Schroeder
On 5/14/07, reym <[EMAIL PROTECTED]> wrote: I have installed Tomcat5.5 on CENTOS 4 from tar file or RPM? Using JRE_HOME: /usr/java/latest what JRE does that actually point to? -- Hassan Schroeder [EMAIL PROTECTED] ---

Re: Tomcat5.5 is not starting on CENTOS 4

2007-05-14 Thread Larry Meadors
Try "catalina.sh run" and see if you get some more info. Also make sure that all of those directories exist and that you have adequate rights to them. Larry On 5/14/07, reym <[EMAIL PROTECTED]> wrote: Hi All, I have installed Tomcat5.5 on CENTOS 4, which is located on a remote machine, and