> From: Karr, David [mailto:[EMAIL PROTECTED] > > From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > > You can't. The whole point of JAVA_HOME (or JRE_HOME) is to > > tell Tomcat where to find the desired JVM installation. Fix > > your environment variable. > > I cannot. This is just research. My current work requires JDK 1.4.2. > I find it hard to believe Tomcat is unable to be configured to allow > this.
You have the non-service version of Tomcat, since you don't want the service version. Therefore it's started from a script (shell script or batch file). You can do what you want within that script. Therefore you can set JAVA_HOME at the top of that script to a suitable JDK for Tomcat. Therefore you can do this just for Tomcat, without affecting your current work. - Peter --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]