|
Mailing Lists
|
Home /
Groups /
ColdFusion Eclipse (CFEclipse)
localhost redirect physical path
I am trying to setup a development environment in eclipse -- which usesKathleen Fox 11/15/07 02:55 P Kathleen,Andrew Scott 11/15/07 10:04 P I am trying to setup a development environment in eclipse -- which uses workspaces. So I have a workspace in eclipse at C:\cfWorkspace with a project called Survey. How can I browse this project directly from eclipse or dreamweaver (using f12) from this location. I added an entry in C:\ColdFusion8\wwwroot\WEB-INF\jrun-web.xml. <virtual-mapping> <resource-path>/*</resource-path> <system-path>c:/cfworkspace</system-path> </virtual-mapping> Then I set the URL in eclipse to http://cfworkspace/survey/. localhost wants to point to c:\inetpub\wwwroot. Must I use this directory? Also, eclipse seems to want to use cf7 Application Server (I have both 7 and 8 installed.) When I shutdown 7, I can no longer browse from eclipse. Where can I tell it to use cf8 server? Kathleen, 2 points for you. 1) There is more activity and users over at cfeclipse-users@googlegroups.com 2) Eclipse only uses it as a browser, so the fact is whatever you type into the url in Firefox or IE, is what eclipse will also use. So if you have CF7 on one port and CF8 on another port, then you need to adjust the settings for the browser in eclipse to use that. These settings are from memory able to be set at a project level, so one project can be CF7 and one can be CF8 in the same workspace. Hope that helps, also the developer for CFEclipse browsers the other mailing list as it his mailing list as well. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 I am trying to setup a development environment in eclipse -- which uses workspaces. So I have a workspace in eclipse at C:\cfWorkspace with a project called Survey. How can I browse this project directly from eclipse or dreamweaver (using f12) from this location. I added an entry in C:\ColdFusion8\wwwroot\WEB-INF\jrun-web.xml. <virtual-mapping> <resource-path>/*</resource-path> <system-path>c:/cfworkspace</system-path> </virtual-mapping> Then I set the URL in eclipse to http://cfworkspace/survey/. localhost wants to point to c:\inetpub\wwwroot. Must I use this directory? Also, eclipse seems to want to use cf7 Application Server (I have both 7 and 8 installed.) When I shutdown 7, I can no longer browse from eclipse. Where can I tell it to use cf8 server?
|
May 21, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||