I have been struggling mightily to get all of my new toys to play nicely
with each other, but have hit a snag that is way outside my knowledge. I
have a machine that needs to serve .jsp files through Tomcat and .cfm
from CFMX, but I can't seem to get the two to play nicely. When the
following is added to my tomcat httpd.conf file, CFMX works fine, but
.jsp pages throw ugly 404 errors:

LoadModule jrun_module
/opt/coldfusionmx/runtime/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/coldfusionmx/runtime/lib/wsconfig/1/jrunserver.store
    JRunConfig Bootstrap 127.0.0.1:51010
    #JRunConfig Errorurl <optionally redirect to this URL on errors>
    AddHandler jrun-handler .jsp .jws
</IfModule>

In specific, the 'Serverstore' and 'AddHandler' assertions seem to be
the culprits, but I have no idea how to fix it. Does anyone here have
any experience getting CFMX to play nice with Tomcat?

-- 
Jon Tillman
www.smokingpipes.com - buy pipes, tobaccos & accessories
www.tobaccoreviews.com - read & write reviews of tobaccos

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=14
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=14
Get the mailserver that powers this list at http://www.coolfusion.com

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

Reply via email to