:confused;

Hi everyone. This is actually a cross-over issue between CF7 and Dreamweaver,
so I am not sure if it is a DW issue or a CF7 issue, apologies in advance for
the cross-posting.

I successfully? installed a side-by-side arrangement of CFMX 6.1 enterprise
(multi-instance) install alongside a CF7 J2EE war deployment, both running off
the same JRun4 Server. The problem is, now that I use Dreamweaver MX 2004 to
create a CF site that points to the CF7 J2EE root directory and want to connect
to a data source through Dreamweaver (as I would wont to demonstrate every once
in a while) I get an error in Dreamweaver stating...

The Server Name or Address could not be resolved. 1) The URL specified for the
site's testing server may be incorrect 2) The testing server may be incorrectly
configured (for example, the ColdFusion Server may not be running)

But, of course, the URL is correct (in this case, it is
[url]http://localhost:8100/cfusion7/yadayada[/url]) and the ColdFusion Server is running
and working (as indicated by the "started" word in the services control panel,
as well as creating a test CF7 page involving CF7 specific functionality, ex.
Flash forms).

Searching through the Forums indicated that 1) the web.xml file may not have
the servlet-mapping activated for cfusion7, i.e.

<servlet-mapping>
<servlet-name>RDSServlet</servlet-name>
<url-pattern>/CFIDE/main/ide.cfm</url-pattern>
</servlet-mapping>

and 2) check to see if the RDS Icon is present under My Computer.

The web.xml files I investigated for the cfusion7 instance already have the
aforementioned xml code added, and just to make sure I re-added it to the
following web.xml locations where CF 7 was installed...

C:\JRun4\servers\default\cfusion7\CFIDE\WEB-INF

and

C:\JRun4\servers\default\cfusion7\WEB-INF

I did notice that the RDS icon was not present under my Computer. Looking up
the online reference for CF7 or CFMX does not initially indicate how to install
or make sure the RDS icon is installed. I figure this may be the issue, so is
there a way to install RDS again?

thanks