Ask a Question related to Dreamweaver AppDev, Design and Development.
-
eapostol #1
Dreamweaver not detecting RDS in App Panel, with CF7under J2EE
: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
eapostol Guest
-
Combine Spry Tabbed Panel and Spry HTML Panel
I would like to maintain the presentation of the tabbed panel and utilize its ability to load content from a Spry Dataset, but I would also like to... -
J2EE IDE?
1. Can Flex be used as the IDE for J2EE programming? 2. If not, what IDE do you recommend? Regards, Sam Swenson -
Administrator Panel Opens Dreamweaver 8
I just did a reformat with a new install of XP SP2 and installed Dreamweaver, Fireworks, and Flash 8. I also did a fresh install of Cold Fusion MX... -
CFMX 7 and a J2ee App
In the instance that we have CFMX deployed we also have a web application using a specific context root (/myapp). Previously with CFMX 6.1 CFMX... -
Coldfusion + .NET or J2EE
Since I have been reading the forums here I have often seen people post that Coldfusions new selling point is that it is a complement to .NET or...



Reply With Quote

