Hi,

I test this config in web.xml but i have no changes, same error.
 <servlet-mapping>
            <servlet-name>FileServlet</servlet-name>
            <url-pattern> *.htm</url-pattern>
        </servlet-mapping>


Looking the blog i find this
        <servlet-mapping>
            <servlet-name>FileServlet</servlet-name>
            <url-pattern> *.htm/*</url-pattern>
        </servlet-mapping>

Is this make any change, cause i cant understand for what is this


Thanks
2007/10/24, Dave Watts < [EMAIL PROTECTED]>:
>
> > I have a config with IIS 6 - JRUN 4, the problem is that i
> > want to process htm files with JRUN (no like jsp) without
> > compile them. For that i map the htm extensions in IIS to the
> > jrun dll same as jsp. When i try to access an existing htm
> > file i recive this message "Either the Macromedia application
> > server(s) are unreachable or none of them has a mapping to
> > process this request." I'm doing something wrong in the
> > config, can anywone tell me how can i do that?
>
> You will also need to make the appropriate mapping in web.xml. These
> instructions are for ColdFusion (which runs on JRun) but they also apply
> to
> JRun alone:
>
> http://www.talkingtree.com/blog/index.cfm/2006/2/17/CF-Custom-File-Extension
>
> s
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
>
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more information!
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/JRun-Talk/message.cfm/messageid:5818
Subscription: http://www.houseoffusion.com/groups/JRun-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.8

Reply via email to