Re: what is the command to find out whether or not Tomcat is installed on your server

2006-02-19 Thread Ben Kim
I am not very familiar with Unix OS, Let us say, after i logged in to my unix account, what is the command i should use to find out whether or not TomCat is installed?? If on redhat/fedora core, rpm -qa|grep tomcat will tell you if there's anything that has tomcat in the name. (Since the

Re: what is the command to find out whether or not Tomcat is installed on your server

2006-02-19 Thread g . briotti
> > My 2 cents. > -steve > I agree with Steve, and moreover, what about environment variables such catalina home, java home and classpath and so on? Look for them in the script... G. -- Giuseppe Briotti [EMAIL PROTECTED] "Alme Sol, curru nitido diem qui promis et celas aliusque et idem n

Re: what is the command to find out whether or not Tomcat is installed on your server

2006-02-19 Thread Steve Lianoglou
Maybe you need to ask a different question: "If I'm pretty sure that Tomcat is installed on a given Linux machine but I'm not sure where it is, how do I find it?" If you don't know who installed what and by what means, then, like you said, tomcat can be anywhere .. and rpm might put it some

Re: what is the command to find out whether or not Tomcat is installed on your server

2006-02-19 Thread Rhino
I think you should clarify what you are trying to determine. Are you asking for a command that will prove that Tomcat is (correctly) installed? Or are you asking whether a given application is installed within Tomcat? Or, do you really want to know if Tomcat is simply running at a given moment