Mantis - Resin
Viewing Issue Advanced Details
2343 trivial always 01-16-08 18:08 01-23-08 10:16
tusker  
ferg  
normal  
closed 3.1.4  
fixed  
none    
none 3.1.5  
0002343: JAVA_HOME not honored in bin/httpd.sh
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.


There are no notes attached to this issue.