>
> Server error: Either the Macromedia application server is
> unreachable or it does not have a mapping to process this request.
In addition to configuring IIS, you will also have to configure CFMX. Find
and edit web.xml, and add something like this:
<servlet-mapping id="macromedia_mapping_XX">
<servlet-name>CfmServlet</servlet-name>
<url-pattern>*.htm</url-pattern>
</servlet-mapping>
Within the "id" field, where I have "XX", put the value equal to one higher
than the highest current mapping.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

