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

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

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
                                

Reply via email to