Hi Maureen,

Thanks for your reply. I worked with your instructions and I not get an 
Internal Server error, so I know I did something wrong. Here is what I did.

1. in /opt/coldfusion8/runtime/lib/ I found wsconfig.jar. 
2. I copied it to /tmp and extracted it with jar xvf, etc,etc
3. After extracting it I found /connectors/apache/intel-linux64/prebuilt/
4. in this directory I find: mod_jrun.so, mod_jrun20.so and mod_jrun22.so
5. I copied mod_jrun22.so to /etc/httpd/modules/
6. I made the following changes to /etc/httpd/conf/httpd.conf

## needed for Cold Fusion
<IfModule !mod_jrun22.c>
   LoadModule jrun_module modules/mod_jrun22.so
</IfModule>

<IfModule mod_jrun22.c>
        JRunConfig Verbose false
        JRunConfig Apialloc false
        #  JRunConfig Ssl false
        JRunConfig Ignoresuffixmap true
        #  JRunConfig Serverstore 
"/path_to_yours/lib/wsconfig/1/jrunserver.store"
        #  add this line to the vhost container
        JRunConfig Bootstrap 127.0.0.1:51011
        #  JRunConfig Errorurl optionally redirect to this URL on errors
        AddHandler jrun-handler .cfm .cfc .cfml .jsp .jws
</IfModule>

7. I saved and executed apachectl restart

What am i missing?

-Jason


> Your mod_jk.so can be found in the wsconfig.jar. As I recall it is
> stored in directories named per version and build of apache. Extract
> and copy the one that applies to a directory your apache install can
> read.
> Then you need to add the following (where X denotes the version of
> jrun/apache you unpack)
 
> <IfModule !mod_jrunX.c>
  
> LoadModule jrun_module path_to_yours/mod_jrunX.so
 
> </IfModule>
> 
 
> <IfModule mod_jrunX.c>
    
> JRunConfig Verbose false
    
> JRunConfig Apialloc false
 
> #  JRunConfig Ssl false
    
> JRunConfig Ignoresuffixmap true
 
> #  JRunConfig Serverstore "/path_to_yours/lib/wsconfig/1/jrunserver.
> store"
 
> #  add this line to the vhost container
  
> JRunConfig Bootstrap 127.0.0.1:51011
> #  JRunConfig Errorurl optionally redirect to this URL on errors
    
> AddHandler jrun-handler .cfm .cfc .cfml .jsp .jws
 
> </IfModule>
> 
> Note that included here is the default port 51011 - yours may be 
> different.
> 
> On Sat, May 2, 2009 at 21:25, Jason Slack <[email protected]> 
> wrote:
> >
> > Hi Maureen,
> >
> >>There is a stanza you need to add for mod_jrun - did you add that 
> too?
> >
> > No, I am not sure what you are referring to. This is my first time 
> deploying on Linux.
> >
> > 
-Jason 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322135
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to