Re: TOMCAT 1.4

2007-01-01 Thread Gregor Schneider
hi martin, actually, i just wanted to give the op tuosu some hints how to solve his problems. you puzzled me by asking *me* to double-check tomcat v 1.4 - actually tuosu (the op) has to double-check... kinda mixed it up. anyways, i guess tuoso has a few starting-points now. cheers greg -- what

Re: TOMCAT 1.4

2007-01-01 Thread Martin Gainty
"Tomcat Users List" ; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Monday, January 01, 2007 11:45 AM Subject: Re: TOMCAT 1.4 > Hi Martin, > > sorry, don't get you: What do you mean by "double-checking version 1.4"? > As Chuck wrote above, there&#x

Re: TOMCAT 1.4

2007-01-01 Thread Gregor Schneider
Hi Martin, sorry, don't get you: What do you mean by "double-checking version 1.4"? As Chuck wrote above, there's no such version of Tomcat 1.4. However, there is a Java-Version named 1.4.2 - maybe you're mixing it up? Maybe you should let us know what you're trying to achieve: I understood tha

Re: TOMCAT 1.4

2007-01-01 Thread Martin Gainty
nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Gregor Schneider" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, January 01, 2007 7:31 AM Subject: Re: TOMCAT 1.4 >

Re: TOMCAT 1.4

2007-01-01 Thread Gregor Schneider
don't know about solaris too much, but the exception to me sounds as if there's already an instance of tomcat running which is listenig on port 8080. Port 8080 is the default port tomcat will listen to. So, if you start tomcat and then start another instance, both listening on port 8080, you will

Re: TOMCAT 1.4

2007-01-01 Thread Li
Hi tuosu, Happy new year to you and Charles also. ;) The reason why you cant see using ps is because your tomcat startup was failed. Your tomcat startup failed is because that its port (8080) was occupied by someother running process. using lsof to check what port using 8080 is running. Li On

Re: TOMCAT 1.4

2006-12-31 Thread David Smith
Tomcat is typically installed as a service using commons-daemon from http://jakarta.apache.org/commons/daemon. As a result, it's process name in any install I've done is jsvc. You might also see it as java if you start it using a shell script directly. Individual netstat commands change fro

RE: TOMCAT 1.4

2006-12-31 Thread tuosu
Hello Charles, Honored to see your post, since i have seen your wonderful, worthful posts. Thanks for all your info. It was a typo - it should have been - 4.1.34 .profile = CATALINA_HOME=/tomcat-4.1.34 I am running solaris -8, postgresql-8.1.5-sol8-sparc-local j2sdk-1_4_2_13-solaris-sparc j2re-

RE: TOMCAT 1.4

2006-12-31 Thread Caldarale, Charles R
> From: tuosu [mailto:[EMAIL PROTECTED] > Subject: TOMCAT 1.4 > > My O.S ==> sun solaris 8.0, running tomcat 1.4.2 It's highly unlikely you have Tomcat 1.4.2; the oldest level in the archives is 3.0, and that's almost seven years old. The 1.4.2 probably refers to the level of Java (JRE) you hav

Re: TOMCAT 1.4

2006-12-31 Thread Li
httpd is normally not for tomcat but for your webserver like apache ... and you get 404 or 405 is because your app is not deployed. Check whether your tomcat has been installed properly try to run startup.sh to see if there is any error On 1/1/07, tuosu <[EMAIL PROTECTED]> wrote: hello, M