> I believe that your problem might stem from a problem
> in the catalina.bat file.
I actually kick off Tomcat from an ant target:
<target name="start">
<java jar="${catalina.home}/bin/bootstrap.jar"
dir="${catalina.home}" fork="true">
<arg value="start"/>
</java>
</target>
> First, from a command prompt, type
> java -fullversion
> and I believe that you will see a response indicating JVM 1.3
> or before (not 1.4).
Nope.
$ java -fullversion
java full version "1.4.0-b92"
> Edit your path statement so that the
> 1.4 JDK is before the other JVMs and try the above command
> again. Once you get the 1.4 version of java to be the
> default version Tomcat should work correctly.
>
> The problem seems to be that catalina.bat doesn't use
> the absolute path to the JVM.
I don't think that's it.
Thanks, though.
-
Scott
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>