Re: What to put into JAVA_HOME on Windows xp

2005-10-03 Thread Seak, Teng-Fong
/[EMAIL PROTECTED] Giuseppe Briotti wrote: == Date: Wed, 28 Sep 2005 12:47:07 +0200 (MEST) From: Markus Hapke [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: What to put into JAVA_HOME on Windows xp == Hello All

RE: What to put into JAVA_HOME on Windows xp

2005-09-28 Thread Markus Hapke
HI Ramnish, Remove bin from the JAVA_HOME. JAVA_HOME=C:\JDK1.4\AppServer\jdk I dit it, but that doesn't make it work too! I can reach the javac command from a MS-Command line, so the compiler is available. Why Tomcat can't see it? Thanx , Markus --- Ursprüngliche Nachricht

RE: What to put into JAVA_HOME on Windows xp

2005-09-28 Thread Markus Hapke
Hi Jan and all Others, i changed the JAVA_HOME, but still facing the same problem: Perhaps JAVA_HOME does not point to the JDK How can I test what Tomcat tries to read when it calls the javac command? thanx in advance , Markus --- Ursprüngliche Nachricht --- Von: Jan Fredrik Fallsen [EMAIL

Re: What to put into JAVA_HOME on Windows xp

2005-09-28 Thread Anto Paul
On 9/28/05, Markus Hapke [EMAIL PROTECTED] wrote: Hi Jan and all Others, i changed the JAVA_HOME, but still facing the same problem: Perhaps JAVA_HOME does not point to the JDK How can I test what Tomcat tries to read when it calls the javac command? Edit startup.bat and put

Re: Re: What to put into JAVA_HOME on Windows xp

2005-09-28 Thread mail
We're sorry, you have reached an email address at YahooGropus, not YahooGroups. Your message has not been delivered to the Yahoo Group intended. Please re-send your email to the correct address. We apologize for the inconvenience. YahooGropus Staff

Re: What to put into JAVA_HOME on Windows xp

2005-09-28 Thread Jilles van Gurp
. Jilles Markus Hapke wrote: HI Ramnish, Remove bin from the JAVA_HOME. JAVA_HOME=C:\JDK1.4\AppServer\jdk I dit it, but that doesn't make it work too! I can reach the javac command from a MS-Command line, so the compiler is available. Why Tomcat can't see it? Thanx , Markus

Re: What to put into JAVA_HOME on Windows xp

2005-09-28 Thread Markus Hapke
Users List tomcat-user@jakarta.apache.org Betreff: Re: What to put into JAVA_HOME on Windows xp Datum: Wed, 28 Sep 2005 12:41:05 +0200 Could you check if relative to your jdk directory there is a lib\tools.jar? This is where the class files for the javac compiler are located and this file

Re: What to put into JAVA_HOME on Windows xp

2005-09-28 Thread Giuseppe Briotti
== Date: Wed, 28 Sep 2005 12:47:07 +0200 (MEST) From: Markus Hapke [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: What to put into JAVA_HOME on Windows xp == Hello All, now it works ! when runing

RE: What to put into JAVA_HOME on Windows xp

2005-09-26 Thread Jan Fredrik Fallsen
your java home is C:\jsdk1\Àppserver\jdk -Original Message- From: Arthur D'Alessandro [mailto:[EMAIL PROTECTED] Sent: 26. september 2005 00:16 To: Tomcat Users List Subject: Re: What to put into JAVA_HOME on Windows xp Move it up one level, in your case: C:\JDK1.4\AppServer\jdk On 9

Re: What to put into JAVA_HOME on Windows xp

2005-09-26 Thread Seak, Teng-Fong
I remember when I was using Tomcat 5.0.x. It was giving me headaches! After changing JAVA_HOME, it was still necessary to do a service remove and then service install, or else Tomcat won't take that into account. Try Tomcat 5.5. You don't need to declare JAVA_HOME anymore, and you could

RE: What to put into JAVA_HOME on Windows xp

2005-09-26 Thread Ramnish Kalsi
Remove bin from the JAVA_HOME. JAVA_HOME=C:\JDK1.4\AppServer\jdk -ramnish. -Original Message- From: Markus Hapke [mailto:[EMAIL PROTECTED] Sent: 25 September 2005 21:27 To: tomcat-user@jakarta.apache.org Subject: What to put into JAVA_HOME on Windows xp Hello, I just installed tomcat

What to put into JAVA_HOME on Windows xp

2005-09-25 Thread Markus Hapke
is not on the classpath. Perhaps JAVA_HOME does not point to the JDK org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.getCompiler(CompilerAdapterFactory.java:106) org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:935) org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:764

What to put into JAVA_HOME on Windows XP

2005-09-25 Thread Markus Hapke
is not on the classpath. Perhaps JAVA_HOME does not point to the JDK org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.getCompiler(CompilerAdapterFactory.java:106) org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:935) org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:764

Re: What to put into JAVA_HOME on Windows XP

2005-09-25 Thread Leon Rosenberg
:292) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) root cause Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK

Re: What to put into JAVA_HOME on Windows xp

2005-09-25 Thread Arthur D'Alessandro
compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.getCompiler (CompilerAdapterFactory.java:106) org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:935

JAVA_HOME beginner

2005-08-27 Thread ganesan malairaja
i am using win XP. tomcat 5.0.xx and jdk1.4_02 i tried running several jsp pages ..it resturns this errors Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK how do i over come this ..pls help thx

Re: JAVA_HOME beginner

2005-08-27 Thread Anto Paul
Did you set JAVA_HOME environment variable. It should point to the JDK installation directory for eg. c:\j2sdk1.4.2_02. Try setting it in startup.bat as the first line. On 8/27/05, ganesan malairaja [EMAIL PROTECTED] wrote: i am using win XP. tomcat 5.0.xx and jdk1.4_02 i tried running

Re: JAVA_HOME beginner

2005-08-27 Thread Brian Cook
Did you download the windows installer for Tomcat5.x? Or just Tomcat in a zip file. If you did not get the installer you need to manually set JAVA_HOME. Or go back and download the acuall windows installer, which of the two will be much eaier. I am not sure about XP. In Win2k you 1

RE: JAVA_HOME beginner

2005-08-27 Thread Bill Clemmons
: Re: JAVA_HOME beginner Did you set JAVA_HOME environment variable. It should point to the JDK installation directory for eg. c:\j2sdk1.4.2_02. Try setting it in startup.bat as the first line. On 8/27/05, ganesan malairaja [EMAIL PROTECTED

RE: JAVA_HOME beginner-APOLOGIES

2005-08-27 Thread Bill Clemmons
My apologies to [EMAIL PROTECTED] MSOutlook. Obviously this went to the wrong place. Sigh . . . it's awfully late. Bill -Original Message- From: Bill Clemmons Sent: Sat 8/27/2005 6:26 PM To: Tomcat Users List Cc: Subject:RE: JAVA_HOME beginner Hey Scott

graph.jsp exception non-j2sdk as JAVA_HOME

2005-04-14 Thread mel kravitz
Hi, On alpha arch- debian-unstable , 2.6.10 kernel, there is no j2sdk port to this arch, using sablevm.org java -version: SableVM version 1.11.3 - compile date and time: 2005-03-31 19:12:02 UTC - gcc version: 3.3.5 (Debian 1:3.3.5-8) - 'real life brokenness' features enabled - signal based

Re: Setting JAVA_HOME and CATALINA_HOME on XP

2004-06-16 Thread Jason L. West, Sr.
pages on tomcat but I am having problems with the installation of tomcat. I am not sure how to configure the JAVA_HOME and CATALINA_HOME envioronment variables could someone help me with this. I have tried google and yahoo search and tried configuring it to some of the recommendation

Re: Setting JAVA_HOME and CATALINA_HOME on XP

2004-06-16 Thread deepak shripat mane
  Hi.. For setting CATALINA_HOME and JAVA_HOME For windows-98 u can open autoexec.bat file for Windows XP/2000 go to control panel select System then select Advanced then select Environment variables u can set JAVA_HOME=installation directory CATALINA_HOME=tomcat installation path Deepak

Re: Setting JAVA_HOME and CATALINA_HOME on XP

2004-06-16 Thread Bader Qurashi
Hi Jason, Thanks for the inputs I have added the following lines under the system variables Variable name: CATALINA_HOME Variable value: c:\jakarta-tomcat-5.0.19 and my JAVA_HOME is defined in the following way also under system variables as Variable name: JAVA_HOME Variable value : C

RE: $JAVA_HOME error

2004-02-05 Thread Tony Sutton
Thanks for the reply. Here's what I got after following your steps. [EMAIL PROTECTED] tony]$ export JAVA_HOME=/usr/java/j2re1.4.2_03 [EMAIL PROTECTED] tony]$ export PATH=$JAVA_HOME/bin:$PATH [EMAIL PROTECTED] tony]$ cd jakarta-tomcat-4.1.29/bin/ [EMAIL PROTECTED] bin]$ chmod +x startup.sh [EMAIL

Re: RE: $JAVA_HOME error

2004-02-05 Thread Giuseppe Briotti
Hi Tony, I have just installed Tomcat on my Mandrake 9.1 box. I have the Power Pack, which offers the Java RE 1.4.1 and, at the beginning, I installed it by the drake tools. First of all, I noticed that the JAVA_HOME point to /usr/lib/j2re1.4.1_01/bin (and this is uncorrect for Tomcat, because

RE: $JAVA_HOME error

2004-02-05 Thread Shapira, Yoav
Howdy, As someone else said, don't sh it, just run it in your current shell. Alternatively, make JAVA_HOME explicit in the script rather than taken from environment. Yoav Shapira Millennium ChemInformatics -Original Message- From: Tony Sutton [mailto:[EMAIL PROTECTED] Sent: Thursday

$JAVA_HOME error

2004-02-04 Thread Tony Sutton
[EMAIL PROTECTED] tony]$ echo $JAVA_HOME /usr/java/j2re1.4.2_03 [EMAIL PROTECTED] tony]$ OK so far. However, I tried to start jakart by going to the jakarta-tomcat-4.1.29/bin/ directory and typed in: sh startup.sh I get this error message: [EMAIL PROTECTED] bin]$ sh startup.sh The JAVA_HOME

RE: $JAVA_HOME error

2004-02-04 Thread Mark Thomas
Might not be the root cause of your problem but you need to use the SDK not the JRE. Mark -Original Message- From: Tony Sutton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 11:14 PM To: [EMAIL PROTECTED] Subject: $JAVA_HOME error Hi there, I'm new to using

RE: $JAVA_HOME error

2004-02-04 Thread Filip Hanik \(lists\)
do export JAVA_HOME=/usr/java/j2re1.4.2_03 export PATH=$JAVA_HOME/bin:$PATH cd jakarta-tomcat-4.1.29/bin/ chmod +x startup.sh ./startup.sh Filip -Original Message- From: Tony Sutton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 3:14 PM To: [EMAIL PROTECTED] Subject

Re: $JAVA_HOME error

2004-02-04 Thread Jerry Ford
the output from my Linux box: [EMAIL PROTECTED] tony]$ which java /usr/java/j2re1.4.2_03/bin/java [EMAIL PROTECTED] tony]$ echo $JAVA_HOME /usr/java/j2re1.4.2_03 [EMAIL PROTECTED] tony]$ OK so far. However, I tried to start jakart by going to the jakarta-tomcat-4.1.29/bin/ directory and typed in: sh

Is Java Debugger ($JAVA_HOME/bin/jdb ) necessary?

2003-09-29 Thread Stefan Lasiewski
Hello all, I'm looking to run Tomcat with the JRE instead of the SDK. Currently, the Tomcat the $CATALINA_HOME/bin/setclasspath.sh script checks for both the Java compiler ($JAVA_HOME/bin/javac) the Java debugger ($JAVA_HOME/bin/jdb). I can easily get around these checks by using

RE: The JAVA_HOME environment variable is not defined. This environment variable is needed to run this program.

2003-07-24 Thread William Mitchell
Hello everyone, hopefully someone can help me with an issue I am having with Tomcat version 4. I am trying to install it on a SGI Octane 300 with the Irix 6.5 O/S. I installed the JDK 1.4 to /usr/java2 and I pointed the variable JAVA_HOME to there... I also created the CATALINA_HOME variable

RE: The JAVA_HOME environment variable is not defined. This environment variable is needed to run this program.

2003-07-24 Thread Shapira, Yoav
Howdy, That's fairly strange. Add echo $JAVA_HOME to the beginning of startup.sh to see if it's really set. Maybe you're setting it in the wrong way or location. Alternatively, just add JAVA_HOME='/usr/java2' to startup.sh (or better yet, catalina.sh). Yoav Shapira Millennium ChemInformatics

RE: The JAVA_HOME environment variable is not defined. This environment variable is needed to run this program.

2003-07-24 Thread William Mitchell
Ok the echo command shows that the variable is setup. I also tried the other things you suggested: Adding JAVA_HOME='/usr/java2' to startup.sh (or better yet, catalina.sh). Still no success. I found online that it could be a permissions problem, but after running the suggested chmod commands

RE: The JAVA_HOME environment variable is not defined. This environment variable is needed to run this program.

2003-07-24 Thread Shapira, Yoav
Howdy, You have a really messed up installation, and I have no further clue ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: William Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 2:22 PM To: Tomcat Users List Subject: RE: The JAVA_HOME environment

RE: The JAVA_HOME environment variable is not defined. This environment variable is needed to run this program.

2003-07-24 Thread Simon Pabst
Set the JAVA_HOME in tomcat/bin/catalina.sh, not in your shell. Since catalina.sh runs from sh and not tcsh, you need to use sh variable syntax: either: JAVA_HOME=usr/java2 export JAVA_HOME or: export JAVA_HOME=usr/java2 At 13:39 24.07.2003 -0400, you wrote: Hello everyone, hopefully someone

JAVA_HOME for TOMCAT as an NT Service

2003-07-09 Thread nrapagnani
Hello. I am trying to get TOMCAT 4.1 to run as an NT service. When I have the service running I get a 500 error for all jsp pages I've made a change to. I've set JAVA_HOME to the correct path as a System Variable in windows 2000. If I were to shut down the service and choose Start Tomcat from

Java_Home

2003-03-13 Thread Hunter, Sandra
Title: Message I am relatively new to Tomcat, having used it but not installed it, before. I have set my JAVA_HOME path to the folder named "j2sdkee1.3.1" However this is the result I get: C:\%CATALINA_HOME%\bin\startupThe JAVA_HOME environment variable is not defined cor

RE: Java_Home

2003-03-13 Thread Chris Dodunski
MessageHi Sandra, Your JAVA_HOME variable is pointing to J2EE rather than J2SDK. Here's mine (not slight version differences)... JAVA_HOME=/usr/local/j2sdk1.4.1_01 export JAVA_HOME J2EE_HOME=/usr/local/j2sdkee1.3.1 export J2EE_HOME TOMCAT_HOME=/usr/local/jakarta-tomcat-4.1.12 export TOMCAT_HOME

RE: Java_Home

2003-03-13 Thread Karamat Adil IHMD
- From: Hunter, Sandra [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 5:01 PM To: '[EMAIL PROTECTED]' Subject: Java_Home I am relatively new to Tomcat, having used it but not installed it, before. I have set my JAVA_HOME path to the folder named j2sdkee1.3.1 However this is the result I

RE: Java_Home

2003-03-13 Thread Jeremy Whitlock
This might be a shot in the dark but could you try this: C:\%CATALINA_HOME%\bin\catalina start Thanks, Jeremy -Original Message- From: Hunter, Sandra [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 3:01 PM To: '[EMAIL PROTECTED]' Subject: Java_Home I am relatively new

RE: Java_Home

2003-03-13 Thread Jeremy Whitlock
They are right. You should have Environment variables for: JAVA_HOME = Location to Java 2 SDK J2EE_HOME = C:\j2sdkee1.3.1 CATALINA_HOME = C:\jakarta-tomcat-4.0.6 Hope this helps, Jeremy -Original Message- From: Hunter, Sandra [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003

RE: Java_Home

2003-03-13 Thread Filip Hanik
try to go into the directory and launch it from there set JAVA_HOME=C:\j2sdkee1.3.1 set PATH=%JAVA_HOME%\bin;%PATH% cd %CATALINA_HOME%\bin startup.bat Filip -Original Message- From: Hunter, Sandra [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 2:01 PM To: '[EMAIL PROTECTED

RE: Java_Home

2003-03-13 Thread Hunter, Sandra
Wow, this is the most helpful group I have ever encountered. Thanks all! Sandra -Original Message- From: Jeremy Whitlock [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 2:14 PM To: 'Tomcat Users List' Subject: RE: Java_Home They are right. You should have Environment

Re: Java_Home

2003-03-13 Thread Jack Lauman
Sandra: Get the J2SDK not the J2SDKEE Set JAVA_HOME to C:\j2sdk1.4.1_02 or jdk1.3.1_07 Set J2EE_HOME to C:\j2sdkee1.3.1 (Not needed to run Tomcat) Set CATALINA_HOME to C:\jakarta-tomcat-4.1.18 (or whatever you run) Regards, Jack Lauman nwcascades.com Birch Bay, WA Hunter, Sandra wrote: I

RE: Java_Home

2003-03-13 Thread Filip Hanik
it sure helps that you have a female name, lots of lonely tomcat users out there :)) Filip -Original Message- From: Hunter, Sandra [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 2:17 PM To: 'Tomcat Users List' Subject: RE: Java_Home Wow, this is the most helpful group I have

Re: Java_Home

2003-03-13 Thread Lenin Lakshminarayanan
Absolutely right. I faced this problem just now and found that i had installed just the JRE and not the full SDK and have JAVA_HOME pointing to that directory. Downloading the full SDK and pointing JAVA_HOME to that directory solved the problem Lenin Jack Lauman wrote: Sandra: Get the J2SDK

RE: Java_Home

2003-03-13 Thread Chris Dodunski
Filip, this is not correct. JAVA_HOME should contain path to J2SDK, not J2EE. -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Friday, 14 March 2003 11:16 a.m. To: Tomcat Users List Subject: RE: Java_Home try to go into the directory and launch it from there set

define java_home environment

2003-01-29 Thread reema dallol
hi: how to define a JAVA_HOME environment variable in which the path of my JDK must be set. thankx - Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Re: define java_home environment

2003-01-29 Thread gautamjha
use the command at command prompt set JAVA_HOME=the path of your jdk gautam At 12:19 AM 1/29/03 -0800, you wrote: hi: how to define a JAVA_HOME environment variable in which the path of my JDK must be set. thankx - Do you Yahoo!? Yahoo! Mail Plus

RES: define java_home environment

2003-01-29 Thread Tiago Ferraz Machado
It may differ from one Operational System to another... If you're using Unix (bash) for example it is: export JAVA_HOME=path []'s Tiago. -Mensagem original- De: gautamjha [mailto:[EMAIL PROTECTED]] Enviada em: quarta-feira, 29 de janeiro de 2003 09:51 Para: Tomcat Users List Assunto

Can't find JAVA_HOME

2003-01-12 Thread David Durst
I just dumped the tomcat 4.1.18 from RPM onto a system. It can't seem to find JAVA_HOME. I echo $JAVA_HOME and it comes back perfect, any clues -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Can't find JAVA_HOME

2003-01-12 Thread Rasputin
* David Durst [EMAIL PROTECTED] [0102 08:02]: I just dumped the tomcat 4.1.18 from RPM onto a system. It can't seem to find JAVA_HOME. I echo $JAVA_HOME and it comes back perfect, any clues what does ls $JAVA_HOME return? If your java binary is in /opt/bin/java, it should be set

Re: Can't find JAVA_HOME

2003-01-12 Thread Paul Yunusov
On Sunday 12 January 2003 03:34 am, David Durst wrote: I just dumped the tomcat 4.1.18 from RPM onto a system. It can't seem to find JAVA_HOME. I echo $JAVA_HOME and it comes back perfect, any clues Specific error messages and echo output, please? Also, you could be running Tomcat

Re: Can't find JAVA_HOME

2003-01-12 Thread jmong
| grep java (assuming your on solaris) check to see the /path/to/the/java binary that is being used and set your java_home to that... also you can add additional debugging statements to the startup scripts... for example edit /path/to/tomcat/bin/catalina.sh and add a var to echo out $JAVA_HOME

JAVA_HOME problem with 4.1.18

2002-12-20 Thread Ben Ricker
I have this weird problem with setting the JAVA_HOME env variable in Tomcat 4.1.18 (I also had it in 4.1.17). Here is the lines from my startup.sh: CATALINA_HOME=/usr/local/tomcat1-new JAVA_HOME=/usr/local/j2re1.4.1_01 JAVA_OPTS=-ms32m -mx200m export CATALINA_HOME JAVA_HOME JAVA_OPTS This setup

Re: JAVA_HOME problem with 4.1.18

2002-12-20 Thread Remy Maucherat
Ben Ricker wrote: I have this weird problem with setting the JAVA_HOME env variable in Tomcat 4.1.18 (I also had it in 4.1.17). Here is the lines from my startup.sh: CATALINA_HOME=/usr/local/tomcat1-new JAVA_HOME=/usr/local/j2re1.4.1_01 JAVA_OPTS=-ms32m -mx200m export CATALINA_HOME JAVA_HOME

Re: JAVA_HOME problem with 4.1.18

2002-12-20 Thread Paul Campbell
I had the same sort of problem yesterday in 4.1.17 that I have not yet solved. When startup.sh is executed, it echos the value of JAVA_HOME and it is correct. When I run ant -diagnostics list (or install) I get: java.home=/var/java/jre which is NOT what the JAVA_HOME points to. JAVA_HOME

Solved: Develop App: Message says JAVA_HOME is not set

2002-12-20 Thread Paul Campbell
the Application Developer docs and set up the build.xml based on the example. Ant was running previously, and installing but I upgraded tomcat and downgraded jdks. I have double checked the installation instructions. catalina-ant.jar is in $ANT_HOME/lib ant clean compile dist runs fine. JAVA_HOME is set

Develop App: Message says JAVA_HOME is not set

2002-12-19 Thread Paul Campbell
previously, and installing but I upgraded tomcat and downgraded jdks. I have double checked the installation instructions. catalina-ant.jar is in $ANT_HOME/lib ant clean compile dist runs fine. JAVA_HOME is set in my profile and I have verified by echo $JAVA_HOME. Initially, I had it set

Re: Develop App: Message says JAVA_HOME is not set

2002-12-19 Thread John Brayton
Paul Campbell wrote: JAVA_HOME is set in my profile and I have verified by echo $JAVA_HOME. Initially, I had it set to a symbolic link /var/java but made it explicit with the same result A couple things to check: Verify that you have (either in your profile or manually) typed export JAVA_HOME

RE: Develop App: Message says JAVA_HOME is not set

2002-12-19 Thread Turner, John
Or set globally in something like /etc/profile so it is there for everyone. John -Original Message- From: John Brayton [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 10:02 AM To: [EMAIL PROTECTED] Subject: Re: Develop App: Message says JAVA_HOME is not set Paul

Re: Develop App: Message says JAVA_HOME is not set

2002-12-19 Thread Rasputin
* John Brayton [EMAIL PROTECTED] [1202 15:02]: Paul Campbell wrote: JAVA_HOME is set in my profile and I have verified by echo $JAVA_HOME. Initially, I had it set to a symbolic link /var/java but made it explicit with the same result A couple things to check: Verify that you have (either

Re: Develop App: Message says JAVA_HOME is not set

2002-12-19 Thread Will Hartung
From: Paul Campbell [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 1:06 AM JAVA_HOME is set in my profile and I have verified by echo $JAVA_HOME. Initially, I had it set to a symbolic link /var/java but made it explicit with the same result Is JAVA_HOME exported? Just because you can

Re: JAVA_HOME on Mac OS X?

2002-12-16 Thread Joseph Stephen
For Mac OS X You need to set java home as follows. export JAVA_HOME=/usr Let me know if you still face problems I am running tomcat on OS X. Regards, Joe --- Robert Leach [EMAIL PROTECTED] wrote: Thanks. I'm now facing another problem. Here's what happens now: [dantooine:Internet

JAVA_HOME on Mac OS X?

2002-12-15 Thread Robert Leach
Hi, I tried running the startup.sh script for tomcat and it says I need a value for the JAVA_HOME environment variable. I assumed that since I installed the developer package that came with Mac OS X 10.2 that I would have it, but after doing this search: find / -name jdk* -print and getting

Re: JAVA_HOME on Mac OS X?

2002-12-15 Thread Paul DuBois
At 15:05 -0700 12/15/02, Robert Leach wrote: Hi, I tried running the startup.sh script for tomcat and it says I need a value for the JAVA_HOME environment variable. I assumed that since I installed the developer package that came with Mac OS X 10.2 that I would have it, but after doing

Re: JAVA_HOME on Mac OS X?

2002-12-15 Thread Robert Leach
-tomcat-4.1.12 Using CATALINA_TMPDIR: /Users/robleach/Applications/Internet/jakarta-tomcat-4.1.12/temp Using JAVA_HOME: /Library/Java/Home Then when I type either localhost:8080 or 127.0.0.1:8080 or my IP address:8080, I get this messge: Cannot Load Address Temporarily unable to connect

Re: Tomcat Windows installer reports wrong JAVA_HOME variable

2002-11-23 Thread vivek baliga
hi, copy tools.jar in \common folder (it worked fine for me). set JAVA_HOME to jdk folder for Tomcat 4 (preferably atleast jdk1.3) Rgds, jabs - Original Message - From: john delby [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 23, 2002 6:07 AM Subject

Prblm: Tomcat doesn't start on boot, JAVA_HOME not defined. Manually works fine.

2002-11-22 Thread Ola Theander
Dear subscribers. I have a problem that my Tomcat 4.0.4 installation doesn't start on boot. In the boot.msg file I get a record stating that the JAVA_HOME environment variable is not defined and therefore Tomcat can't start. The strange thing is that the JAVA_HOME is defined in the profile.local

Tomcat Windows installer reports wrong JAVA_HOME variable

2002-11-22 Thread john delby
My Java environment variable, JAVA_HOME, on my Windows XP is k:\j2sdk14;%JAVA_HOME%\bin Yet Tomcat 4.1.12 Windows installer displays Using Java Development Kit found in k:\k2sdk14;k:\k2sdk14;k:\k2sdk14;%JAVA_HOME%\bin\bin\bin Why is it doing this? Where are the three bin's in %JAVA_HOME

RE: Tomcat Windows installer reports wrong JAVA_HOME variable

2002-11-22 Thread srinath narasimhan
Not sure but its enough if you set your JAVA_HOME TO k:\j2sdk14 -Original Message- From: john delby [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 16:56 To: [EMAIL PROTECTED] Subject: Tomcat Windows installer reports wrong JAVA_HOME variable My Java environment variable

RE: Tomcat Windows installer reports wrong JAVA_HOME variable

2002-11-22 Thread Klein, Scott @ TW
yep. I had an issue like this also - your JAVA_HOME should point to the J2SDK/JRE directory, not inside to the bin directory. Also (and someone correct me if I am wrong) your JAVA_HOME should only have a single path on it. -Original Message- From: srinath narasimhan [mailto:[EMAIL

Re: Prblm: Tomcat doesn't start on boot, JAVA_HOME not defined.Manually works fine.

2002-11-22 Thread p niemandt
Set your JAVA_HOME in /etc/profile and not profile.local profile.local will probably only be executed when a user logs in, as it's local to whatever user is logging in. On Fri, 2002-11-22 at 21:26, Ola Theander wrote: Dear subscribers. I have a problem that my Tomcat 4.0.4 installation

RE: Tomcat Windows installer reports wrong JAVA_HOME variable

2002-11-22 Thread john delby
@ TW [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Tomcat Windows installer reports wrong JAVA_HOME variable Date: Fri, 22 Nov 2002 14:05:02 -0800 yep. I had an issue like this also - your JAVA_HOME should point to the J2SDK/JRE

RE: Tomcat Windows installer reports wrong JAVA_HOME variable

2002-11-22 Thread Jacob Kjome
If you environment variable is HOME_JAVA, then it makes complete sense that Tomcat is reporting that the java environment isn't set up correctly. It is supposed to be JAVA_HOME and should point to the based directory of your java install such as: c:\j2sdk1.4.1_01 Jake At 12:37 AM 11/23

RE: Tomcat Windows installer reports wrong JAVA_HOME variable

2002-11-22 Thread john delby
I meant JAVA_HOME and it's setup correctly. I can run java from any command line. John From: Jacob Kjome [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Tomcat Windows installer reports wrong JAVA_HOME variable Date: Fri

RE: Tomcat Windows installer reports wrong JAVA_HOME variable

2002-11-22 Thread john delby
I am also following the instructions at : http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/ From: Jacob Kjome [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Tomcat Windows installer reports wrong JAVA_HOME

TomCat java_home variable

2002-10-03 Thread madhur jain
hi yesterday i downloaded the tomcat 4.0.5 when i start startup.bat in the bibn dir. the dosprompt says Java_home env. varible is not defined corrcetly but i have already set the variable in the autoexec.bat file using set java_home=C:\jdk1.3.0_02 executing set on the command prompt shows

RE: TomCat java_home variable

2002-10-03 Thread Cox, Charlie
try uppercase JAVA_HOME Charlie -Original Message- From: madhur jain [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 12:46 AM To: [EMAIL PROTECTED] Subject: TomCat java_home variable hi yesterday i downloaded the tomcat 4.0.5 when i start startup.bat

RE: TomCat java_home variable

2002-10-03 Thread Monte . Gardner
such a variable in the place of or along with TOMCAT_HOME? what's the difference? --Monte Glenn Gardner On Thu, 3 Oct 2002, Cox, Charlie wrote: try uppercase JAVA_HOME Charlie -Original Message- From: madhur jain [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 12:46 AM

RE: TomCat java_home variable

2002-10-03 Thread Venkat Reddy Valluri
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thu 10/3/2002 2:55 PM To: Tomcat Users List Cc: Subject:RE: TomCat java_home variable While we are on the subject, I just upgraded from tomcat 4.1 to 4.1.12. I'm on a red-hat 7.something

RE: TomCat java_home variable

2002-10-03 Thread Venkat Reddy Valluri
It should be JAVA_HOME not java_home -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thu 10/3/2002 2:55 PM To: Tomcat Users List Cc: Subject:RE: TomCat java_home variable While we are on the subject, I just upgraded from tomcat 4.1

Re: TomCat java_home variable

2002-10-03 Thread Rick Fincher
CATALINA_HOME replaced TOMCAT_HOME somewhere in there. You only need CATALINA_HOME. Rick - Original Message - From: Venkat Reddy Valluri [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, October 03, 2002 4:26 PM Subject: RE: TomCat java_home variable

RE: Solaris startup.sh error! 'The JAVA_HOME environment variable is not defined properly'

2002-08-15 Thread Shapira, Yoav
Hi, The tomcat startup scripts will not take your environment apparently. Try adding JAVA_HOME=/usr/java1.4/j2sdk1.4.0_01 to $CATALINA_HOME/bin/catalina.sh. Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: Solaris startup.sh error! 'The JAVA_HOME environment variable is not defined properly'

2002-08-15 Thread Brian Bernardo
Set the JAVA_HOME variable in the catalina.sh file. That is where it goes. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 2:13 PM To: [EMAIL PROTECTED] Subject: Solaris startup.sh error! 'The JAVA_HOME environment variable

Solaris startup.sh error! 'The JAVA_HOME environment variable is not defined properly'

2002-08-14 Thread Sandy . Thota
Hi, I have installed tomcat 4.0.4 on solaris 8, ultra box. When I run startup.sh, it fails giving me this message, 'The JAVA_HOME environment variable is not defined properly. This environment variable is needed to run this program.' I'm running /sbin/sh. Tomcat was installed as root. So

Here's how you check the JAVA_HOME env variable. (Was :Re: Solution to sun/tools/javac/Main - Problem and some Critique about classpath)

2002-01-28 Thread Sriram N
--- Michael Kastner [EMAIL PROTECTED] wrote: Siram, thank you very much for your reply. I think I wasn't specific enough. To put my critique in a nutshell: if I set JAVA_HOME in the environment, there oughtn't be a need to copy tools.jar in a /lib directory of tomcat. Of course

JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM

2002-01-16 Thread babs boyejo
Dear All, 1)how do you set the java_home to the jdk installation ? 2)and will this be in the autoexec.bat or where? 3)where and how do you set the tomcat_home? Regards Vic __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http

RE: JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM

2002-01-16 Thread Raphaele Giordan
on win98, edit the autoexec.bat at the end add : SET JAVA_HOME=C:\jdk1.3 for instance SET PATH=%PATH%;%JAVA_HOME%\bin SET TOMCAT_HOME=C:\tomcat3.2.3 for instance reboot raphaele -Message d'origine- De: babs boyejo [SMTP:[EMAIL PROTECTED]] Date: mercredi 16 janvier 2002 01:58

Re: JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM

2002-01-16 Thread Galbayar
set JAVA_HOME=c:\jdk1.3 set TOMCAT_HOME=c:\tomcat - Original Message - From: babs boyejo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 16, 2002 08:58 Subject: JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM Dear All, 1)how do you set the java_home to the jdk installation

Re: JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM

2002-01-16 Thread ROSHAN NAVENDRA
The best way to do it is: On your desktop, right-click the MyCoputer icon and select Properties. Select the Advanced tab, and click on environment variables. Under system variables you can then creat the JAVA_HOME and TOMCAT_HOME variables. This is detailed further in the following page

STARTING TOMCAT: JAVA_HOME ERROR

2001-11-27 Thread Daliso Zuze
Hello all, I have a small problem starting up tomcat 4.0.1. I followed the instructions for installing the jdk, and I extracted tomcat to a directory. Then as required, I set environment variables for JAVA_HOME and CATALINA_HOME. When it comes to starting up tomcat the following message

Re: STARTING TOMCAT: JAVA_HOME ERROR

2001-11-27 Thread Barry L. White
What OS do you have? - Original Message - From: Daliso Zuze [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 9:58 AM Subject: STARTING TOMCAT: JAVA_HOME ERROR Hello all, I have a small problem starting up tomcat 4.0.1. I followed

Re: STARTING TOMCAT: JAVA_HOME ERROR

2001-11-27 Thread Mouneer M Rabie
make sure your env variable named JAVA_HOME={your installation directory} exmp /usr/java on UNIX exmp c:\jdk1.3 on windows make sure the env variable is set for the system in windows 2000 if you are using win95 or 98

Spaces in JAVA_HOME (was RE: una pregunta)

2001-06-26 Thread Jann VanOver
My problems with spaces in JAVA_HOME have nothing to do with IE or RFC conventions. I just know that I have had nasty install/config problems when environment variables related to tomcat have spaces in them, so it is best practice to just avoid the potential problems. I install tomcat as D

Re: Spaces in JAVA_HOME (was RE: una pregunta)

2001-06-26 Thread Tim O'Neil
At 03:22 PM 6/26/2001, you wrote: My problems with spaces in JAVA_HOME have nothing to do with IE or RFC conventions. Then I'll take that as a no to my question. Shoot.

Re: Problem with Ant + JAVA_HOME

2001-04-11 Thread Dieter Plank
ct: Problem with Ant + JAVA_HOME I have JAVA_HOME set to /usr/local/jdk1.3 which is where my JDK is. I just installed Tomcat 3.2.1 on a new development server and builds are failing saying they can't find the compiler and telling me to set JAVA_HOME. It is set (confirmed with printenv) and so I'

Problem with Ant + JAVA_HOME

2001-04-10 Thread Hunter Hillegas
I have JAVA_HOME set to /usr/local/jdk1.3 which is where my JDK is. I just installed Tomcat 3.2.1 on a new development server and builds are failing saying they can't find the compiler and telling me to set JAVA_HOME. It is set (confirmed with printenv) and so I'm at a bit of a loss... Any

  1   2   >