2:
Re: ENVIRONMENT AND SYSTEM VARIABLES--LISTING
By: Jun-Dir Liew
|
In response to 1 | 02/20/06 05:02 PM | ||
There really aren't that many to worry about. Most of the parameters are configured in build.properties; those are for the scripts to set up LAMS, rather than system or environment variables.
JAVA_HOME --------- So the most important one is JAVA_HOME, which points LAMS to use that version of java. Note it should point to the root directory of the java installation, e.g. /usr/j2sdk1.4.2. It's recommended to use the startup script and lams.conf file to manage LAMS startup and shutdown. These are located in the lams-server1.0.2/config/ folder of the server package. In the lams.conf file you can specify JAVA_HOME without having to make it a system-wide variable (useful if you have other Java apps on your machine). You can also set JAVA_HOME in your current terminal window by doing 'export JAVA_HOME=/usr/path/to/jdk'. Posted by Jun-Dir Liew |
Reply to first post on this page
Back to Problems Installing LAMS