Hello STEVE, Ok, I am using Win2k, but it should be pretty much the same in WinXP.
1. right click on "My Computer" and choose "properties" 2. click on the "Advanced" tab 3. click on the "Environment Variables..." button You will see an area to add user variables for the current user and an area for setting system variables (for all users). 4. click the "New..." button under system variables. 5. Now add the following... Variable Name: JAVA_HOME Variable Value: c:\j2sdk1.4.0_01 (modify based on your java install) You can follow the same steps for setting up the CATALINA_HOME variable (Catalina is the other name for the Tomcat-4.x.x series). Make sure you install Tomcat to a directory without spaces in the path. It is possible to work with spaces, but you will make your life a lot easier by not having any spaces (eg... don't install under c:\Program Files\...). That should be it. Let us know what other issues you run into...or if you have some success! Jake Wednesday, August 28, 2002, 1:39:46 PM, you wrote: SRB> You are "in luck", my good friend Jakob, I am using the Windows XP Operating SRB> System, so you can certainly help me out! SRB> ************************************************************************************ SRB> --- Jacob Kjome <[EMAIL PROTECTED]> wrote: >> Hello STEVE, >> >> I forget what OS you are using. Can you state that? If you are using >> Windows NT/2000/XP and not Windows 95/98/Millenium I can help you. >> Let me know. >> >> Jake >> >> Wednesday, August 28, 2002, 12:04:12 PM, you wrote: >> >> SRB> I STILL find myself in some degree of need from someone in this newsgroup >> SRB> concerning the Tomcat install!!! I THINK that I got everything alright with >> SRB> setting the environment variables in the System applet, but alas, when I >> tried >> SRB> again to activate Tomcat, I STILL received the error msg. saying something >> about >> SRB> the JAVA_HOME variable was not properly set or missing!! Should I type into >> the >> SRB> DOS command line "set JAVA_HOME=j2sdk*" or not to maybe correct this? >> >> SRB> __________________________________________________ >> SRB> Do You Yahoo!? >> SRB> Yahoo! Finance - Get real-time stock quotes >> SRB> http://finance.yahoo.com >> >> SRB> -- >> SRB> To unsubscribe, e-mail: >> <mailto:[EMAIL PROTECTED]> >> SRB> For additional commands, e-mail: >> <mailto:[EMAIL PROTECTED]> >> >> >> >> -- >> Best regards, >> Jacob mailto:[EMAIL PROTECTED] >> >> >> -- >> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> >> >> >> SRB> __________________________________________________ SRB> Do You Yahoo!? SRB> Yahoo! Finance - Get real-time stock quotes SRB> http://finance.yahoo.com -- Best regards, Jacob mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
