Good Morning Richard

dont blame the piano player on this as Windows uses the 8.3 folder names
to verify
cd \
dir /X /AD
#note you will see PROGRA~1 assigned to C:\Program Files folder

cd PROGRA~1
dir /X /AD
#note you will see APACHE~1 assigned to Apache Software Foundation folder

cd APACHE~1
dir /X /AD
#note you will see TOMCAT~1.6 assigned to TOMCAT 6.0.16 folder so your
environment variable should contain the shortened 8.3 folder names e.g.

SET CATALINA_HOME=C:\PROGRA~1\APACHE~1\TOMCAT~1.6

HTH
Martin
----- Original Message -----
Wrom: YZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOB
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Thursday, March 06, 2008 10:00 AM
Subject: Re: viewing servlets on Tomcat


> I changed my Tomcat directory from
> c:\Program Files\Apache Software Foundation\Tomcat 6\
> to
> c:\Tomcat\apache-tomcat-6.0.16
> I noticed that when I set the CATALINA_HOME evironment variable, through
the Control Panel, it was not taking affect.  When I checked it in DOS with
"set CATALINA_HOME", it was not the same as the environment setting.
> Anyway, after setting it manually in DOS, startup.bat ran successfully.
> Thanks Chuck for your help.
>
> Richard.
>
>
> ----- Original Message ----
> Wrom: UZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKV
> To: Tomcat Users List <users@tomcat.apache.org>
> Sent: Thursday, March 6, 2008 2:32:27 PM
> Subject: RE: viewing servlets on Tomcat
>
> > Wrom: FVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQ
> > Subject: Re: viewing servlets on Tomcat
> >
> > CATALINA_HOME is causing me grief again.
> > CATALINA_HOME=c:\Program Files\Apache Software
> > Foundation\Tomcat 6.0\apache-tomcat-6.0.16\bin
>
> Saying "causing me grief" or "catalina.bat is moaning" is not really
> providing useful information.  If there's an error message being
> displayed, tell people what it is, don't try to be cute about it.
>
> You normally do not set CATALINA_HOME; the startup.bat script does that
> for you.  Just make sure your current directory is Tomcat's bin
> directory when you kick off startup.bat.
>
> - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail
> and its attachments from all computers.
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
____________________________________________________________________________
________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to