Begin forwarded message:From: Mike De-Borde <[EMAIL PROTECTED]> jrun will only talk to Apache 2, which as an option on 10.3.Server.
Not true. The OS X version of JRun 4 contains a pre-built connector that works with the pre-installed Apache 1.3.x. I've had it working just fine on my PowerBook G4. Here's the segment from my httpd.conf file:
LoadModule jrun_module /home/jrun/lib/wsconfig/1/mod_jrun.so
<IfModule mod_jrun.c>
JRunConfig Verbose true
JRunConfig Apialloc true
JRunConfig Ssl false
JRunConfig Ignoresuffixmap true
JRunConfig Serverstore /home/jrun/lib/wsconfig/1/jrunserver.store
JRunConfig Bootstrap 127.0.0.1:51050
#JRunConfig Errorurl <optionally redirect to this URL on errors>
AddHandler jrun-handler .jsp .jws .cfm .cfc
</IfModule>Regards, Sean
--- 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
