Bug report #332 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/332>

REPORT #332 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: 3.2b6
   JVM Release: 1.2.2
   Operating System: Linux
   OS Release: Redhat 7.0
   Platform: i686

Synopsis: 
Error when resolving java_home if java is a symbolic link

Description:
The file tomcat.sh asumes that `which java` finds the real
java program.
But if java is a sumbolic link, 
e.g. /usr/bin/java -> /usr/java/bin/java, 
it will set java_home to /usr, and
try to find /usr/lib/tools.jar instead of /usr/java/lib/tools.jar.
This will make tomcat.sh fail to detect a java 1.2.x environment and will ultimatly 
fail to use jsp pages.

Title: BugRat Report # 332

BugRat Report # 332

Project: Tomcat Release: 3.2b6
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: medium Severity: serious
Confidence: public

Submitter: Andreas Ljunggren ( [EMAIL PROTECTED] )
Date Submitted: Nov 2 2000, 02:06:31 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
Error when resolving java_home if java is a symbolic link
Environment: (jvm, os, osrel, platform)
1.2.2, Linux, Redhat 7.0, i686

Additional Environment Description:

Report Description:
The file tomcat.sh asumes that `which java` finds the real java program. But if java is a sumbolic link, e.g. /usr/bin/java -> /usr/java/bin/java, it will set java_home to /usr, and try to find /usr/lib/tools.jar instead of /usr/java/lib/tools.jar. This will make tomcat.sh fail to detect a java 1.2.x environment and will ultimatly fail to use jsp pages.

Workaround:
null

View this report online...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to