Hi All,
I am new to lucee. Long time CF user.
I am in the process of migrating from Cold Fusion on Windows to Lucee Cold
Fusion on linux vps running CentOS 6 + cPanel
Installed Lucee successfully using
./lucee-4.5.2.018-pl0-linux-x64-installer.run
Please wait while Setup installs Lucee on your computer.
Installing
0% ______________ 50% ______________ 100%
########################################Warning: Problem running
post-install step. Installation may not complete
correctly
Error fetching URL http://127.0.0.1:8888/lucee/admin/server.cfm
Press [Enter] to continue:#
Setup has finished installing Lucee on your computer.
Ran:
./install_mod_cfml.sh -f/etc/httpd/conf/httpd.conf
-d/usr/lib64/httpd/modules -c/usr/sbin/apachectl -k “biglongkey” -m install
./install_mod_proxy.sh -m install -f /etc/httpd/conf/httpd.conf -t 8888 -c
/usr/sbin/apachectl
Added this to the end of /opt/lucee/tomcat/conf/server.xml
www.domain1.com domain1.com<Host name="domain2.com" appBase="webapps">
<Context path="" docBase="/home/domain2/public_html" />
<Alias>www.domain2.com</Alias>
<Alias>domain2.com</Alias>
</Host>
Restarted Lucee to pick up changes new server entry’s
Mon Mar 07 10:12:06 2016 Loaded Lucee Version 4.5.2.018
===================================================================
WEB CONTEXT (1d7cc5c9dfb9488b4939f27b87fc90a4)
- config:/home/domain2/public_html/WEB-INF/lucee
- webroot:/home/domain23/public_html/
- hash:1d7cc5c9dfb9488b4939f27b87fc90a4
07-Mar-2016 10:12:14.342 INFO [domain2.com-startStop-1]
org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned
for TLDs yet contained no TLDs. Enable debug logging for this logger for a
complete list of JARs that were scanned bu
t no TLDs were found in them. Skipping unneeded JARs during scanning can
improve startup time and JSP compilation time.
When started the /home/domain2/public_html contained
drwxr-x— 4 domain2 nobody 4096 Mar 7 10:37 ./
drwx–x–x 12 domain2 domain2 4096 Mar 7 08:42 …/
drwxr-xr-x 3 root root 4096 Mar 6 14:39 WEB-INF/
-rwxrw-r-- 1 domain2 domain2 170 Mar 6 13:27 test.cfm*
drwxr-xr-x 2 domain2 domain2 4096 Mar 6 13:25 cgi-bin/
Cat test.cfm
cat test.cfm
My first pageHello World!
The time is #now()#
When i go to www.domain2.com/test.cfm
The source above comes back in the web page looking as it des above.
If I run the same test.cfm page in /opt/lucee/tomcat/webapps/ROOT All
works fine:
000 replaced with ip address of server in format of
http://000.000.000.000:8888/test.cfm
Returns:
Hello World!
The time is {ts ‘2016-03-07 10:42:30’}
Not sure where I need to go next to resolve issue. Any advice would be
helpful.
Bill