Thanks a lot Ernie for this mini-guide!
From what it looks, lams 2.4 looks a little different from 2.2... please bear with me if the questions look a bit noobish..
One of the lines in the above link says "There are a few settings you would need to change in the file insert_lams_unix_config_data.sql under lams_common/db/sql/ directory. Some important that you want to review are: ServerURL, EARDir, TempDir, DumpDir."
What are the ideal values for these variables supposed to look like?
Say, i have just downloaded and have lams 2.4 directory tree in the directory /var/www/htdocs/lams , and jboss in /var/www/htdocs/jboss5.1.0GA... Thus i haven't got anything in /var/opt (as suggested by the TempDir, DumpDir in the sample insert_lams_unix_config_data.sql .
Also, is the ServerURL supposed to be something like http://lams.local , where i have defined something like this in the httpd.conf file:
<VirtualHost *:80>
ServerAdmin navin@lams.local
DocumentRoot /var/www/htdocs/lams/
<Directory "/var/www/htdocs/lams">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ServerName lams.local
</VirtualHost>
Where, again, i have the recently downloaded lams2.4 directory tree in /var/www/htdocs/lams ?
Posted by Navin Jathan