Anonymous | Login | Signup for a new account | 12-17-2024 08:26 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002343 | [Resin] | trivial | always | 01-16-08 18:08 | 01-23-08 10:16 | ||||
Reporter | tusker | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.4 | ||||||
Summary | 0002343: JAVA_HOME not honored in bin/httpd.sh | ||||||||
Description |
The default shipped httpd.sh declares java=java, which takes the $PATH version of java rather than the JAVA_HOME version. I would see something like the following as a sensible default. java=java if [ -n "$JAVA_HOME" ]; then java=$JAVA_HOME/bin/java fi It should probably incorporate any JAVA_EXE variable handling if required too. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed. 25 unique queries executed. |