This may sound like a dumb question, but do you want the Jrun web server to simply serve html files? If that's the case I believe it already does. Try it by placing them in the default-war/ directory of your Jrun server, and then browse to http://<server-domain>/:<port>/<web_page.html>
If that's not the case then WHY do you want the server to PARSE the html files? That piece of information doesn't seem to be registering to the reader of your question. -----Original Message----- From: Dylan Schorer [mailto:[EMAIL PROTECTED] Sent: Sunday, May 15, 2005 12:48 AM To: JRun-Talk Subject: Jrun to parse .html files 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:5671 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
