JAVA_HOME trouble

2001-04-09 Thread Derek Mc Connon
Hello I am running Tomcat 3.1 under Apache and I am having trouble running JSP pages. I get a 500 error (Internal Servlet error) when trying to load them I have tried setting up JAVA_HOME variable but this does not seem to work Could anyone tell me what files it needs to be changed in (.bat

Re: JAVA_HOME trouble

2001-04-09 Thread Shankar Gowda
hi, please check out in command as 'java' if it is working then your path is correct ! if not go to Autoexec.bat in win9x or .bash_profile in linux add this inst #comments JAVA_HOME =/usr/jdk1.2.2 #start after path= and add this donot remove other #paths PATH=$JAVA_HOME/bin: EXPORT PATH

Where to set the JAVA_HOME?

2001-02-12 Thread nickm
Hi: Where do you set the JAVA HOME in tomcat? I looked all over the place for this including the .conf file? Thanks, Stefan

RE: Where to set the JAVA_HOME?

2001-02-12 Thread Jefferson Oliveira Andrade
the JAVA_HOME? Hi: Where do you set the JAVA HOME in tomcat? I looked all over the place for this including the .conf file? Thanks, Stefan

RE: Where to set the JAVA_HOME?

2001-02-12 Thread Samson, Lyndon [IT]
You could of course set it first thing in your tomcat.[sh|bat] file... -Original Message- From: Jefferson Oliveira Andrade [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 6:14 PM To: '[EMAIL PROTECTED]' Subject: RE: Where to set the JAVA_HOME? You do not set it in tomcat

RE: Where to set the JAVA_HOME?

2001-02-12 Thread John Golubenko
in /etc/profile add line set JAVA_HOME=/path/to/jdk; export JAVA_HOME on windows set %JAVA_HOME%=c:/jdk i believe, but i dont remember. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 9:16 AM To: [EMAIL PROTECTED] Subject: Where

Re: Where to set the JAVA_HOME?

2001-02-12 Thread Pete Ehli
To: [EMAIL PROTECTED] Sent: Monday, February 12, 2001 9:33 AM Subject: RE: Where to set the JAVA_HOME? in /etc/profile add line set JAVA_HOME=/path/to/jdk; export JAVA_HOME on windows set %JAVA_HOME%=c:/jdk i believe, but i dont remember. -Original Message- From: [EMAIL PROTECTE

RE: Where to set the JAVA_HOME?

2001-02-12 Thread Nael Mohammad
In the tomcat.sh fie, place an entry : JAVA_HOME=(java_home directory) -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Monday, February 12, 2001 9:16 AMTo: [EMAIL PROTECTED]Subject: Where to set the JAVA_HOME? Hi: Where do you set the JAVA

Problems with set JAVA_HOME in tomcat.bat

2001-01-22 Thread Thorsten Seddig
When I will execute startup.bat the message "You must set JAVA_HOME to point the Java-Development-Kit". I tried a lot of possibilities but nothing happens. Which file is to configurate? And which String I have to insert? Perhaps:"C:\Programme\Java-Development-Kit" Please

AW: Problems with set JAVA_HOME in tomcat.bat

2001-01-22 Thread Kurt, Oliver
you have to set the enviroment variable java_home, which will be done with the follwoing "dos command": 1.) open a "dos-box" 2.) type: set JAVA_HOME=c:\Programme\jdk1.3 (or whereever you installed the java development kit) 3.) change to the tomcat directory and the

RE: Problems with set JAVA_HOME in tomcat.bat

2001-01-22 Thread Chris Thompson
You need to check your sysetm variables are pointing to your java folder. For example I have java development kit 1.3 installed on my machine to the default location: c:\jdk1.3 Therefore the environment variable for JAVA_HOME is c:\jdk1.3 Chris Thompson -Original Message- From

RE: Setting JAVA_HOME path on Linux 7.0

2000-11-13 Thread Lacerda, Wellington (AFIS)
on the JDK, not TOMCAT, and it seems to have been solved. Wellington Silva UN/FAO -Original Message- From: Sterling [mailto:[EMAIL PROTECTED]] Sent: 10 November 2000 20:48 To: [EMAIL PROTECTED] Cc: '[EMAIL PROTECTED]' Subject: Re: Setting JAVA_HOME path on Linux 7.0 H- This might

Re: Setting JAVA_HOME path on Linux 7.0

2000-11-13 Thread Gregory Guthrie
At 03:11 PM 11/10/2000 -0500, you wrote: I'm using tomcat 3.2 and jdk1.3 and it works fine on debian. Haven't tryed tomcat 3.1 with jdk1.3 -- I've had many problems trying to get this to work, I started with the Debian tomcat, and have posted a few notes to this group, but not gotten much

RE: Setting JAVA_HOME path on Linux 7.0

2000-11-10 Thread Lambert, Stephen : CO IR
: Setting JAVA_HOME path on Linux 7.0 H- This might not be relevant now, but I have read that Tomcat 3.1 doesn't work with JDK1.3. It only works with JDK1.2. I was having problems getting Tomcat running using JDK1.3. I switched and changed my JAVA_HOME to point to JDK1.2 and all the problems went away

Re: Setting JAVA_HOME path on Linux 7.0

2000-11-10 Thread Trevor Little
JDK1.3. I switched and changed my JAVA_HOME to point to JDK1.2 and all the problems went away. Well not all, but it started working as soon as I set my CLASS_PATH correctly. (The whole 500 error terror. 8^) Newbies .002$. -Sterling "Lambert, Stephen : CO IR" wrote: I have

RE: Setting JAVA_HOME path on Linux 7.0

2000-11-10 Thread Lambert, Stephen : CO IR
To: Tomcat-Linux Subject: Re: Setting JAVA_HOME path on Linux 7.0 Is there something in your .bashrc that sets the JAVA_HOME value? On Fri, 10 Nov 2000, Lambert, Stephen : CO IR wrote: I have Tomcat 3.1 running standalone on a RedHat 6.2 server(yeah). However, on a Redhat 7.0 server, I

Setting JAVA_HOME path on Linux 7.0

2000-11-10 Thread Lambert, Stephen : CO IR
I have Tomcat 3.1 running standalone on a RedHat 6.2 server(yeah). However, on a Redhat 7.0 server, I having difficulty setting the path for JAVA_HOME after installing JDK1.3 I can't cd to $JAVA_HOME. The .bash_profile is as follows: # .bash_profile # Get the aliases and functions if [ -f

<    1   2