Skip to main content
Known Participant
February 14, 2009
Question

dreamweaver cs4 come with a web server or web app server ?

  • February 14, 2009
  • 5 replies
  • 2364 views
dreamweaver cs4 come with a web server or web app server ? Or can be configured [has menues for] web server local ? When running a server localhost http://localhost/... , this can be run/view a file[in local server] without an internet connection ? yes without / no needed ?
This topic has been closed for replies.

5 replies

Inspiring
February 15, 2009
123polis123 wrote:
> A PHP/MYSQL AMP Server in windows, how much space in HDD Takes ?
> what about a COLDFUSION Server or Tomcat[jsp] ? May have all installed and an ASP/ASPX Server all in one PC ? Total space about ...?

I have had a system set up that had PHP, MySQL, ColdFusion, ASP and ASPX (ASP.NET) all running through IIS on Windows XP, so that's definitely doable. If you have any issues installing or running any of those, please ask in the App Dev group:
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=12&catid=263&entercat=y

With the prices of HDs these days, as well as the size of the drives that come with any recent system, does it really matter? At most, the above installed wouldn't be more than a few hundred MBs. I just checked on a system and PHP+ColdFusion+MySQL was around 200MB. No idea on ASP as it comes with IIS, and ASPX support is part of the ASP.NET framework that many Windows systems likely already have installed.

--
Danilo Celic
| http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert
Known Participant
February 15, 2009
A PHP/MYSQL AMP Server in windows, how much space in HDD Takes ?
what about a COLDFUSION Server or Tomcat[jsp] ? May have all installed and an ASP/ASPX Server all in one PC ? Total space about ...?
Inspiring
February 15, 2009
geschenk wrote:
> -------
> (...Apache for Widows...)
> --------
>
> does this mean you?ll have to install a different version when your partner is still alive ? :-)

Gotta love typos, thanks for catching that. Of course that should be Windows.


--
Danilo Celic
| http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert
Günter_Schenk
Inspiring
February 14, 2009
-------
(...Apache for Widows...)
--------

does this mean you´ll have to install a different version when your partner is still alive ? :-)
Inspiring
February 14, 2009
123polis123 wrote:
> dreamweaver cs4 come with a web server or web app server ? Or can be configured
> [has menues for] web server local ? When running a server localhost
> http://localhost/... , this can be run/view a file[in local server] without an
> internet connection ? yes without / no needed ?

Dreamweaver does not ship with a web server, you have to install one, or activate one on your system (IIS or Apache for Widows and Apache for Mac are the common choices). When you define a site within Dreamweaver you can specify a testing server, as well as a remote server. If the testing server and/or remote server are available to your system without an internet connection, then you can certainly test pages through the web server such as through http://localhost/

If you are creating HTML pages, then there is no need for a server at all for creating and testing your pages, but if you are working with PHP or ColdFusion, then you will need a web server to work with.

If you have follow up questions, you should ask in the Dreamweaver General forum (general Dreamweaver usage questions), or the Application Development forum (questions about dynamically generated pages), depending on what you're looking to do:
DW General:
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=12&catid=189&entercat=y

App Dev:
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=12&catid=263&entercat=y


--
Danilo Celic
| http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert