Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2343 | trivial | always | 01-16-08 18:08 | 01-23-08 10:16 | |
|
|||||
Reporter: | tusker | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.4 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.5 | ||
|
|||||
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. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |