|
CFAussies,
It's a bit late on a Friday to ask a question, but
if i'm lucky someone will have an answer for me when i'm back in the office on
monday.
This is driving me mental, and i know that a few of
you have CF running on OSX so i thought i'd ask again.
I have OS 10.3 with JRun and ColdFusion running.
This works fine.
I can see JRun running at http://127.0.0.1:8000/
and serve pages from the URL: http://127.0.0.1:8100/cfusion/
Now, what i really want to do is connect ColdFusion
to the pre-installed Apache server running on my machine.
I want to be able to setup virtual hosts etc and
run separate facry installations without the port number and the
/cfusion/
At the moment, if i make a test.cfm file and put it
in my apache root, it just serves me the CFML code rather than going to
ColdFusion and doing the DB query or whatever.
I've gone into /Applications/JRun4/bin/wsconfig and
tried to setup Apache as a server.
JRun Host: localhost
JRun Server: default
Web Server: Apache
Configuration Directory: /etc/httpd
these are the JRun settings now in my httpd.conf
file:
# JRun Settings LoadModule jrun_module /Applications/JRun4/lib/wsconfig/1/mod_jrun.so <IfModule mod_jrun.c> JRunConfig Verbose false JRunConfig Apialloc false JRunConfig Ssl false JRunConfig Ignoresuffixmap false JRunConfig Serverstore /Applications/JRun4/lib/wsconfig/1/jrunserver.store JRunConfig Bootstrap 127.0.0.1:51000 #JRunConfig Errorurl <optionally redirect to this URL on errors> AddHandler jrun-handler .jsp .jws </IfModule> Can anyone tell me what i'm doing wrong? Thanks a lot Gav You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 |
