Dick, Thanks for the info. I did resolve it. As it turns out you can put your cfm templates in the Apache root and all works just fine as long as the connector is configured properly. The /cfusion is what gets mapped to the CFMX server root, if all is working fine you can use http://127.0.0.1/Your_Directory/Your_Template.cfm and access a cfm page in the true Apache document root.
-Peter On Monday, June 9, 2003, at 05:35 PM, [EMAIL PROTECTED] wrote: > Peter > > Late to this thread -- have you resolved the problem? > > If not, maybe I can help -- I have been using the connector for a > while. > > First, you are using CFMXJ2EE for JRun and JRun, right? > > Second, you don't (normally) put the CF templates in Apache Root. > Instead, the are placed in the path of the JRun/CFMX server instance > that you connected to Apache, e.g. > > Absolute path: > /Applications/JRun4/servers/Your_CFMX_Server_Instance/cfusion/ > Your_Directory/Your_Template.cfm > > is addressed without Apache connector as: > > http://127.0.0.1:81XX/cfusion/Your_Directory/Your_Template.cfm > > where XX is the JRun port assigned to the CFMX server instance. > > with the appache connector connected to Your_CFMX_Server_Instance, the > URL becomes: > > http://127.0.0.1/cfusion/Your_Directory/Your_Template.cfm > > HTH > > Dick > > On Tuesday, June 3, 2003, at 11:42 AM, Peter Amiri wrote: > >> Thanks for the response Ryan. I just did a restart and that didn't >> help. I get the same thing. I starting jrun manually using the >> following /Applications/JRun4/bin/jrun start which starts the admin, >> default, and sample jrun server instances. CFMX was installed into the >> default server. >> >> -Peter >> >> On Tuesday, June 3, 2003, at 11:02 AM, Ryan Mitchell wrote: >> >>> Have you restarted your computer? >>> I installed it, and it was just a case of running wsconfig, doing the >>> prompts and then a restart (making sure cfmx + jrun are launched) >>> Are you starting cfmx + jrun manually? Or do u have a start up >>> script? >>> >>> Ryan >>> >>> >>> On 3/6/03 17:05, "Peter Amiri" <[EMAIL PROTECTED]> wrote: >>> >>>> Has anyone gotten the Apache connector to work on Mac OS X. I've got >>>> CFMX running on top of JRun on Mac OS X. I'm trying to take it a >>>> step >>>> further and get the Apache connector to work with the built in >>>> Apache >>>> server but when I put a test page in the Apache root the page is >>>> returned without being processed by CFMX i.e. all the CF code is >>>> still >>>> in the page when it hits the browser. >>>> >>>> I can't try CFMX Updater 3 nor the JRun SP1a because none of these >>>> are >>>> available for the Max OS X release. Does anyone have any other >>>> ideas? >>>> >>>> -Peter Amiri >>>> >>>> >>> >> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=14 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=14 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
