I am trying to setup the following distributed mode.

Web Server FreeBSD running Apache2, Tomcat 4, Mod_jk2, mod_jrun20
Application Server Win2k CFMX 6.1 Updater 3 configured for builtin webserver 
which is disabled (per Macormedias distributed mode docs.

I have the mod_jrun20 module loading into apache with no problems.

I copied over the cfide directory to my webroot on the web server.

I am not sure how to make the document roots identical since one server is unix 
and one is windows.

I have the following in my httpd.conf file

LoadModule jrun_module /misc/wsconfig/1/mod_jrun20.so
<IfModule mod_jrun20.c>
JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig Ignoresuffixmap false
JRunConfig Serverstore /misc/wsconfig/1/jrunserver.store
JRunConfig Bootstrap 192.168.0.102:51010 #IP of cf server
#JRunConfig Errorurl optionally redirect to this URL on errors
AddHandler jrun-handler .cfm .cfc .cfml
</IfModule>

When I try and hit cfm content I get a Server error and the apache error log 
reports

Mon Nov 29 00:35:00 2004] [notice] jrApache[55057] Can't persist servers, null 
server list.
[Mon Nov 29 00:35:00 2004] [notice] jrApache[55057] Couldn't initialize from 
remote server, JRun server(s) probably down.
[Mon Nov 29 00:35:00 2004] [notice] jrApache[55057] JRun will not accept 
request. Check JRun web server configuration and
JRun mappings on JRun server.
[Mon Nov 29 00:41:13 2004] [notice] jrApache[41746] JRun is busy. [13] dropped 
while sending command
[Mon Nov 29 00:41:13 2004] [notice] jrApache[41746] Can't persist servers, null 
server list.
[Mon Nov 29 00:41:13 2004] [notice] jrApache[41746] Couldn't initialize from 
remote server, JRun server(s) probably down.
[Mon Nov 29 00:41:13 2004] [notice] jrApache[41746] JRun will not accept 
request. Check JRun web server configuration and
JRun mappings on JRun server.

I run a netstat on the application server and there is a service listening on 
port 51010.

Any ideas?

Thanks!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:10:5058
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/10
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.10
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to