How can I get Jrun to parse html files?

I've the .html to the handler setting in httpd.conf:
     AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .html

And, I've added the servlet mapping in the server instance's 
default-web.xml, and tried adding it to my app's web.xml:

    <servlet-mapping>
      <servlet-name>JSPServlet</servlet-name>
       <url-pattern>*.html</url-pattern>
     </servlet-mapping>


Though, the app always generates the error "JRun will not accept request.  
Check JRun web server configuration and JRun mappings on JRun server.". It 
seems that anything I add to the servlet mappings in 
default-web.xml doesn't get recognized. 

Any thoughts? I found some docs on how to get ColdFusion to parse.html 
files, but I wan't Jrun4 to parse them.

Thanks

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

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

Reply via email to