Try adding a virtual mapping in the WEB-INF/jrun-web.xml

Under the virtual mapping for WEB-INF itself, which should remain unchanged, add a new 
mapping for /* as the resource path pointing to the Apache docroot as the system path.

  <virtual-mapping>
    <resource-path>/*</resource-path>
    <system-path>/var/www/html</system-path>
  </virtual-mapping>

Then restart CFMX.

How's that work out?




-----Original Message-----
From: Dave Carabetta [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 23, 2003 1:38 PM
To: CF-Linux
Subject: Using Apache and Disabling the Internal JWS...


I have set up my MX installations (Linux/Solaris) to run through Apache 
2.0.47 over the standard port 80. What I'd like to do now is disable the 
JRun web server. I know about how to disable the web server itself, but when 
I try and browse to my MX Admin through my Apache installation (via port 
80), I get the Admin but all the images are broken and no stylesheets are 
applied.

It seems like I need some sort of re-direct from the interal port (i.e., 
8500) to port 80 in my httpd.conf file to allow the images and stylesheets 
to be applied over port 80, but I don't know what it is, and I therefore 
can't disable the internal web server even though Apache should handle all 
requests.

What am I missing?

Regards,
Dave.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:14:3323
Archives: http://www.houseoffusion.com/lists.cfm?link=t:14
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:14
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Reply via email to