Hi Steve-
Obvious stuff first...DId you Make sure the JDK is installed?
Also Check to make sure the runtime (msvcr71*.dll) library is located in your 
%CATALINA_HOME%/bin in case you're not pathing to it
Also there are special permissions to startup a Vista Service (I would advise 
starting CLI for now)..For more details look at the bug report 
http://mail-archives.apache.org/mod_mbox/tomcat-dev/200702.mbox/[EMAIL 
PROTECTED]/bugzilla/%3E
Also Vista is wrapped around the .NET Framework axle so installing standalone 
binaries such as dll need to be acoomodated separately
Comments from Mark or crew???
HTH/
M--
--------------------------------------------------------------------------- 
This e-mail message (including attachments, if any) is intended for the use of 
the individual or entity to which it is addressed and may contain information 
that is privileged, proprietary , confidential and exempt from disclosure. If 
you are not the intended recipient, you are notified that any dissemination, 
distribution or copying of this communication is strictly prohibited.
--------------------------------------------------------------------------- 
Le présent message électronique (y compris les pièces qui y sont annexées, le 
cas échéant) s'adresse au destinataire indiqué et peut contenir des 
renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le 
destinataire de ce document, nous vous signalons qu'il est strictement interdit 
de le diffuser, de le distribuer ou de le reproduire.
----- Original Message ----- 
From: "Steve Ochani" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Sunday, July 29, 2007 6:34 PM
Subject: Re: Vista woes....


> Date sent:      Sun, 29 Jul 2007 18:56:01 +0000 (UTC)
> From:           maya <[EMAIL PROTECTED]>
> Subject:        Vista woes....
> To:             users@tomcat.apache.org
> Send reply to:  Tomcat Users List <users@tomcat.apache.org>
> 
>> hi,
>> 
>> am trying to get Tomcat to run in Vista, have dl'd and installed
>> Tomcat 5.5.23
>> 
>> set necessary vars thus:
>> 
>> JAVA_HOME=C:\Java\jdk1.5.0_12
>> JRE_HOME=C:\Java\jdk1.5.0_12\jre
>> 
>> but when try to run a webapp I get a 404....
>> (even tomcat-docs doesn't run..)
>> 
> 
> I'm running tomcat 5.5.23 currently with jdk 1.5.0.12
> installed in
> C:\Program Files\Java\jdk1.5.0_12
> without problems.
> 
> For you:
> Is tomcat itself running? Have you tried visiting it's homepage?
> 
> Have you looked in the logs?
> 
> 
> I have only set jre_home and java_home envirn vars, not classpath.
> 
> 
>> I know how to set up Tomcat, have done it before..
>> I'm wondering if I'm missing anything, but apart from setting up these
>> two env vars I can't think of anything else right now...
>> 
>> (path to compiler is set correctly, I can compile stand-alone
>> classes..)
>> 
>> for Tomcat I have set CLASSPATH thus:
>> set
>> CLASSPATH=.;apache-tomcat-5.5.23\common\lib\servlet-api.jar;apache-tom
>> cat- 5.5.23\common\lib\jsp-api.jar
>> 
>> (usu., at the advice of folks in the java group, I don't set
>> classpath, and never have problems.. but set it now to see if it would
>> help.. Tomcat is not compiling any JSPs, when I go to 'work' dir there
>> are no src files or classes for the JSPs..)
>> 
>> thank you..
>> 
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
>> e-mail: [EMAIL PROTECTED] For additional commands,
>> e-mail: [EMAIL PROTECTED]
>> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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