Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 97314 invoked from network); 15 Jan 2002 15:55:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 15 Jan 2002 15:55:09 -0000 Received: (qmail 454 invoked by uid 97); 15 Jan 2002 15:53:40 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 293 invoked by uid 97); 15 Jan 2002 15:53:39 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 95 invoked from network); 15 Jan 2002 15:53:38 -0000 Message-ID: <3C43A28D.6020105@yahoo.com> Date: Mon, 14 Jan 2002 22:31:25 -0500 From: Steve Organization: Gravitational Research Institute User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode References: <44B71BF277010E48BE207DA8FC0797E10703F8@venus.lansa.co.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have no problem with those questions. I have set both in my /etc/profile thus: JAVA_HOME=/usr/local/JDK CATALINA_HOME=/usr/local/Tomcat I get those same exact paths with the $echo ____ commands. Cressatti, Dominique wrote: > stupid question but have you > set JAVA_HOME and CATALINA_HOME ? > what do you get when you do > echo $JAVA_HOME ? > > Dom > > -----Original Message----- > From: Steve [mailto:stevesusenet@yahoo.com] > Sent: 15 January 2002 02:32 > To: Tomcat Users List > Subject: Re: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone > Mode > > > I didn't use an rpm so I guess I got the standard binaries. > > I tried both ports in my browser.......8180 and 8080. > > I copied the same Tomcat 4.0.1 download to the windows 98 side of my > hard drive. I had no trouble getting it to work with > http://localhost:8080 there. > > > Cressatti, Dominique wrote: > > >>Did you get the RPM or the standard binary? >>The RPM open port 8180 (this is set in catalina_home/bin/conf/server.xml) >>while the standard binary (jakarta-tomcat....)open port 8080. >> >>I've found that with the rpm version, ./service tomcat4 start >>doesn't start tomcat (even though it claim so). >>I think it something to do with not being able to find the java >>path (even if it is correctly defined in /etc/tomcat4/conf/tomcat4.conf) >> >>which binary did you get? RPM or standard binary? >> >>Dom >> >> >>-----Original Message----- >>From: John Niven [mailto:John.Niven@marcat.com] >>Sent: 15 January 2002 12:50 >>To: Tomcat Users List >>Subject: RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone >>Mode >> >> >>Steve >> >>I'm not sure (I'm a relative newbie and my platform is typically Windows :( >>) but I thought the default port on Linux was 8180, not 8080. If you've not >>changed the defaults, have you tried http://localhost:8180? >> >>Best wishes, >>John >> >>John Niven >>johnDOTnivenATmarcatDOTcom >> >> >> >> >>>-----Original Message----- >>>From: Steve [mailto:stevesusenet@yahoo.com] >>>Sent: 14 January 2002 10:33 >>>To: Tomcat Users List >>>Subject: Re: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone >>>Mode >>> >>> >>>Hi Nelson. >>> >>>I did download & install the jdk 1.3.1_02, tomcat 4.0.1 >>> >>>I put my JAVA_HOME, TOMCAT_HOME, & CATALINA_HOME paths into >>>/etc/profile >>>( so I could use these things any where ). >>> >>> >>>The paths are set and tomcat is reporting the correct paths back to me >>>before it sits there and does nothing. >>> >>> >>> >>> >>>Nelson Yip wrote: >>> >>> >>>>FOLLOW THESE SIMPLE INSTRUCTIONS AND IT SHOULD WORK. >>>>BTW, I INSTALLED TOMCAT ON REDHAT 7.2. >>>> >>>>1. Download both attached file "j2sdk-1_3_1_02-linux-i386.bin" and >>>>"jakarta-tomcat-4.0.1.tar.gz" >>>>2. Ftp the files over to your home directory. >>>>3. Gunzip the file "gunzip jakarta-tomcat-4.0.1.tar.gz" >>>> >>>after that you >>> >>>>should see a file name "jakarta-tomcat-4.0.1.tar" >>>>4. Extract the tar file "tar -xvf >>>> >>>jakarta-tomcat-4.0.1.tar" you should >>> >>>>get a folder called "jakarta-tomcat-4.0.1" >>>>5. This is a binary file and we no compiling is needed. >>>>6. The folder is currently in your home directory and all >>>> >>>you need to >>> >>>>do is move it over to the path you want Tomcat to be located. "mv >>>>jakarta-tomcat-4.0.1 /usr/local/bin" >>>>7. You cannot run Tomcat without installing the java jdk pack. >>>>8. Next is to install j2sdk-1_3_1_02-linux-i386.bin >>>>9. Just type the command "./j2sdk-1_3_1_02-linux-i386.bin" >>>>10. Follow the on screen instruction for the install and >>>> >>>you should >>> >>>>have specify the path to be /usr/local/bin >>>>11. The next thing is to set your environment so it will >>>> >>>recognized >>> >>>>JAVA_HOME and TOMCAT_HOME. >>>>12. I am running the bash shell, so you must edit your >>>> >>>".bash_profile", >>> >>>>the file is hidden and is located in your home directory. >>>>13. Make sure your .bash_profile contains the following: >>>> # .bash_profile >>>> >>>> # Get the aliases and functions >>>> if [ -f ~/.bashrc ]; then >>>> . ~/.bashrc >>>> fi >>>> >>>> # User specific environment and startup programs >>>> >>>> PATH=$PATH:$HOME/bin >>>> BASH_ENV=$HOME/.bashrc >>>> JAVA_HOME=$JAVA_HOME/usr/local/bin/jdk1.3.1_02 >>>> TOMCAT_HOME=$TOMCAT_HOME/usr/local/bin/jakarta-tomcat-4.0.1 >>>> >>>> export TOMCAT_HOME JAVA_HOME BASH_ENV PATH >>>> unset USERNAME >>>>14. The final step is to reboot the Linux box by typing >>>> >>>"shutdown -r >>> >>>>now" >>>>15. You can startup Tomcat by type >>>> >>>"$TOMCAT_HOME/bin/catalina.sh start" >>> >>>>16. To check if Tomcat is working type this in your browser >>>>"http://www.domain.com:8080", make sure you use port 8080. >>>>17. Done. >>>>-----Original Message----- >>>>From: Todd Wright [mailto:jakarta@jtconsult.com] >>>>Sent: Monday, January 14, 2002 4:37 PM >>>>To: Tomcat Users List >>>>Subject: RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In >>>> >>>Stand Alone >>> >>>>Mode >>>> >>>>I have Suse 7.2 with jdk 1.4beta-3 fresh install and It >>>> >>>came right up. I >>> >>>>never use the distro jdk, I've been burnt too many times. >>>> >>>>Todd Wright >>>> >>>>At 04:14 PM 1/14/2002 -0500, you wrote: >>>> >>>> >>>>>Do you have jdk installed on your system? >>>>>Also did u setup your JAVA_HOME and CATALINA_HOME? >>>>> >>>>>-n >>>>> >>>>>-----Original Message----- >>>>>From: Steve [mailto:stevesusenet@yahoo.com] >>>>>Sent: Monday, January 14, 2002 3:37 AM >>>>>To: tomcat-user@jakarta.apache.org >>>>>Subject: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In >>>>> >>>Stand Alone Mode >>> >>>>>Hi; >>>>> >>>>>I've been trying to install and use Tomcat 4.0.1 in stand >>>>> >>>alone mode on >>> >>>>>Suse 7.2 linux. >>>>> >>>>>I haven't been able to get my tomcat files to come up in >>>>> >>>my browser( >>> >>>>>Netscape 6.2.1 ) using http://localhost:8080/ >>>>> >>>>>I also haven't gotten any error messages that might give >>>>> >>>me a clue :). >>> >>>>>I don't have a web server or any kind of networking >>>>> >>>software running on >>> >>>>>my box. >>>>> >>>>>These are the messages I got from std out when I ran startup.sh: >>>>> >>>>>======================================================= >>>>>Using CLASSPATH: >>>>>/usr/local/Tomcat/bin/bootstrap.jar:/usr/local/JDK/lib/tools.jar >>>>>Using CATALINA_BASE: /usr/local/Tomcat >>>>>Using CATALINA_HOME: /usr/local/Tomcat >>>>>Using JAVA_HOME: /usr/local/JDK >>>>>======================================================= >>>>> >>>>> >>>>>These are the messages I got when running shutdown.sh: >>>>> >>>>> >>>>>======================================================= >>>>>steves linux> /usr/local/Tomcat/bin/catalina.sh line 234: >>>>> >>>1265 Segment >>> >>>>>Fault $JAVA_HOME >>>>>/usr/local/JDK/bin/java $CATALINA_OPTS -classpath $CP >>>>>-Dcatalina.base=$CATALINA_BASE -Dcatalina.home=$CATALINA_HOME >>>>>org.apache.catalina.startup.Bootstrap "$@" stop >>>>>root@linux:/home/steve/KDesktop > >>>>> >>>>>Using CLASSPATH: >>>>> >>> >>>>>/usr/local/Tomcat/bin/bootstrap.jar:/usr/local/JDK/lib/tools >>>>> >>>>> >>>.jar Using >>> >>>>>CATALINA_BASE: /usr/local/Tomcat Using CATALINA_HOME: >>>>> >>>/usr/local/Tomcat >>> >>>>>Using JAVA_HOME: /usr/local/JDK >>>>> >>>>>========================================================= >>>>> >>>>> >>>>> >>>>>Any clues would be greatly appreciated >>>>> >>>>>Thanks in advance >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>-- >>>>>Steve >>>>> >>>>>The Java Resource Dump >>>>>http://www.geocities.com/beforewisdom/Java/index.html >>>>> >>>>>------------------------------------------------------- >>>>>"Rancor is an outpouring of a feeling of inferiority" >>>>>- Jose' Ortega y Gasset >>>>>-------------------------------------------------------- >>>>> >>>>> >>>>>-- >>>>>To unsubscribe: >>>>> >> >> >>For additional commands: >> >>Troubles with the list: >> >> >> >> >> >> >> >>-- >> >>To unsubscribe: >> >>For additional commands: >> >>Troubles with the list: >> >> >> > >> > Todd Wright >> > Software Developer / Technical Trainer >> > >> > www.jtconsult.com >> > >> > Supposing is good, but finding out is better. >> > - Mark Twain >> > >> > >> > -- >> > To unsubscribe: >> > For additional commands: >> > Troubles with the list: >> > >> > >> > >> > -- >> > To unsubscribe: >> > For additional commands: >> > Troubles with the list: >> > >> >> > > -- Steve The Java Resource Dump http://www.geocities.com/beforewisdom/Java/index.html ------------------------------------------------------- "Rancor is an outpouring of a feeling of inferiority" - Jose' Ortega y Gasset -------------------------------------------------------- -- To unsubscribe: For additional commands: Troubles with the list: