All,

i have been looking at
http://www.macromedia.com/devnet/coldfusion/j2ee/articles/endtoend.html
and followed the instructions there about creating the cluster/cd
instances etc and am still getting this message whenever I view a cfm
page.

<head><title>JRun Servlet Error</title></head><h1>500 There is no web
application configured to service your request</h1><body>
There is no web application configured to service your request</body>

I am using cfmx7 trial edition for j2ee with jrun4 dev edition (latest versions)

My httpd.conf section for cfm looks like this:

LoadModule jrun_module /opt/jrun4/lib/wsconfig/1/mod_jrun.so
<IfModule mod_jrun.c>
    JRunConfig Verbose false
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap false
    JRunConfig Serverstore /opt/jrun4/lib/wsconfig/1/jrunserver.store
    JRunConfig Bootstrap 10.0.13.9:51003
    #JRunConfig Errorurl <optionally redirect to this URL on errors>
    AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc
</IfModule>

I would guess that the bootstrap line is pointing to the wrong place
as 51003 is the port number for the 3rd instance of cfmx7 but I am
very confused by it tbh.

Any kind souls out there would like to help me out?

Cheers

Simon


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238804
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to