Skip to main content
Participant
July 31, 2008
Question

About testing server

  • July 31, 2008
  • 13 replies
  • 788 views
Hai, i am a Dreamweaver beginner. I have a question about testing server. If i set up a remote folder to remote web server, then where should i set up testing server? Is it possible to set up in local computer?
Another question is if i have my own domain name without any web hosting service, and i would like to set up web server in local computer, is it possible to use my own domain name to build up own website? If yes, by how? Just fill in the blank of HTTP address in defining local info?
This topic has been closed for replies.

13 replies

Inspiring
August 3, 2008
Great! Thanks for reminding me....

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"nitefisher" <webforumsuser@macromedia.com> wrote in message
news:g737q8$9bq$1@forums.macromedia.com...
> I'm suprised someone hasn't suggested viewing the Video Workshops online.
> Adobe has some great video presentation tutorials on
>
> http://www.adobe.com/designcenter/video_workshop/about.html Click on
> the
> Start Video Workshop > button

>
> Once there Select the Dreamweaver CS3 product (upper left-hand side of
> screen);
> Then select a Topic (upper right-hand side of the screen); I suggest the
> "ALL
> (25 topics" default;
> Now double-click one of the videos that are listed below. Look for
> something
> like "Defining a Site" or "Uploading Content to a Server" or "Defining a
> Remote
> Server", plus more.
>
> All of these videos have an excellent overview of how to do what you are
> asking about.
>
>
>

Participating Frequently
August 3, 2008
I'm suprised someone hasn't suggested viewing the Video Workshops online.
Adobe has some great video presentation tutorials on

Adobe Video Workshops online Click on the Start Video Workshop > button

Once there Select the Dreamweaver CS3 product (upper left-hand side of screen);
Then select a Topic (upper right-hand side of the screen); I suggest the "ALL (25 topics" default;
Now double-click one of the videos that are listed below. Look for something like "Defining a Site" or "Uploading Content to a Server" or "Defining a Remote Server", plus more.

All of these videos have an excellent overview of how to do what you are asking about.

Inspiring
August 2, 2008
> on the remote host's server as well?

If you are using the remote server as the testing site, then this would be
your only option.

> If yes, how?

Depends on your coding model. If LAMP, then your host may provide tools for
working with MySQL (e.g., PHPMyAdmin, or MySQL console). If ASP/Access,
then you can create the database locally, and just upload it. Make sure if
you are doing the latter that you either use a DSN-less connection to the
database, or you have the host mount a Data Source Name for you.

> Here is another question, what is the consideration of setting up WEB
> SERVER
> in local computer and remote host's server? I don't know whether should i
> build
> up web server in local system or remote host's server.

If you are using the remote host as a testing server, then you have to FTP
everything to the remote site to test it. If you are using a local
webserver, you can *still* have the database located on the remote host, but
you would transfer files by network copy not by FTP. It's just more
convenient, for example, when you want to preview a page.

> As what i said, build up
> own web server for company website, if local computer is big enough, and
> create
> web server on remote host's server for personal website. Correct?

Are you asking about actually serving the production site to the web? Don't
even think of doing that locally. If that's not what you are talking about,
then I don't think I follow this question.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Stephen Seng" <webforumsuser@macromedia.com> wrote in message
news:g72c6h$c7p$1@forums.macromedia.com...
> ok, let say i want to create dynamic HTML and database to store info. I
> have
> successfully set up testing server on the remote host's server. Now, where
> should i create database? on the remote host's server as well? If yes,
> how?
>
> Here is another question, what is the consideration of setting up WEB
> SERVER
> in local computer and remote host's server? I don't know whether should i
> build
> up web server in local system or remote host's server. As what i said,
> build up
> own web server for company website, if local computer is big enough, and
> create
> web server on remote host's server for personal website. Correct?
>
> If not, can you explain what is difference of create web server on local
> computer and remote host's server?
>

Participant
August 2, 2008
ok, let say i want to create dynamic HTML and database to store info. I have successfully set up testing server on the remote host's server. Now, where should i create database? on the remote host's server as well? If yes, how?

Here is another question, what is the consideration of setting up WEB SERVER in local computer and remote host's server? I don't know whether should i build up web server in local system or remote host's server. As what i said, build up own web server for company website, if local computer is big enough, and create web server on remote host's server for personal website. Correct?

If not, can you explain what is difference of create web server on local computer and remote host's server?
Inspiring
August 2, 2008
> Can i explain like this?If i build up for personal website, actually i
> only
> need to set up remote site on the host's servers. Otherwise, for corporate
> or
> company's website, i should set up every site(local, remote and testing)
> on
> local computer. Is it correct?

No. If you are only creating static HTML pages, or pages that contain no
server scripting, you do not need a testing server. You only need a testing
server when you are developing pages that contain ASP/VBScript,
ASP/Javascript, ASP.NET C#, ASP.NET VBScript, PHP, ColdFusion, or JSP, to
cover most of the popular scripting languages.

> What about database? how the database connect to testing server which on
> host's server?

That's when you would need a testing server. Static HTML has no facility
for connecting to a database. As mentioned the testing server can be on
your computer, in the room downstairs, or on the remote host's server.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Stephen Seng" <webforumsuser@macromedia.com> wrote in message
news:g728om$8to$1@forums.macromedia.com...
> Can i explain like this?If i build up for personal website, actually i
> only
> need to set up remote site on the host's servers. Otherwise, for corporate
> or
> company's website, i should set up every site(local, remote and testing)
> on
> local computer. Is it correct?
>
> What about database? how the database connect to testing server which on
> host's server?
>

Inspiring
August 2, 2008
Yes, and as you know, I have one running Ubuntu whis is where my testing
server is. I left this out as a complicating detail. But you are
absolutely correct - the testing server doesn't NEED to be on your local
computer.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Joe Makowiec" <makowiec@invalid.invalid> wrote in message
news:Xns9AEE8DDF06F70makowiecatnycapdotrE@216.104.212.96...
> On 02 Aug 2008 in macromedia.dreamweaver.appdev, Murray *ACE* wrote:
>
>> Think of it this way.
>>
>> * the local site is on your computer
>> * the testing server is on your computer
>> * the remote site is on the host's servers
>
> Just to amplify a bit:
>
>> * the testing server is on your computer
>
> The testing server can be on your local computer, it can be the host's
> server, or it can be on any other computer to which you have access. I
> have a server in my basement running Fedora which I use as a testing
> server for many of my sites. And for a few, I use the hosting server.
>
> --
> Joe Makowiec
> http://makowiec.net/
> Email: http://makowiec.net/contact.php

Participant
August 2, 2008
Can i explain like this?If i build up for personal website, actually i only need to set up remote site on the host's servers. Otherwise, for corporate or company's website, i should set up every site(local, remote and testing) on local computer. Is it correct?

What about database? how the database connect to testing server which on host's server?
Inspiring
August 2, 2008
On 02 Aug 2008 in macromedia.dreamweaver.appdev, Murray *ACE* wrote:

> Think of it this way.
>
> * the local site is on your computer
> * the testing server is on your computer
> * the remote site is on the host's servers

Just to amplify a bit:

> * the testing server is on your computer

The testing server can be on your local computer, it can be the host's
server, or it can be on any other computer to which you have access. I
have a server in my basement running Fedora which I use as a testing
server for many of my sites. And for a few, I use the hosting server.

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/contact.php
Inspiring
August 2, 2008
Think of it this way.

* the local site is on your computer
* the testing server is on your computer
* the remote site is on the host's servers

To get your files from the local site to the remote site, you must enter the
FTP information for the hosting account into the Remote site definition.
Then you would just connect to the remote site, and use DW's FTP to PUT the
files.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Stephen Seng" <webforumsuser@macromedia.com> wrote in message
news:g724m4$50u$1@forums.macromedia.com...
> Really thank a lot! And i have some questions again here. If i set up
> local
> site folder, web server and testing server all together in local computer,
> and
> i have already registered my own domain name. Here, how can i build up the
> website on my domain name? Is it only need to type my domain name in HTTP
> Address in the local root folder setup option, and it work?
>

Participant
August 2, 2008
Really thank a lot! And i have some questions again here. If i set up local site folder, web server and testing server all together in local computer, and i have already registered my own domain name. Here, how can i build up the website on my domain name? Is it only need to type my domain name in HTTP Address in the local root folder setup option, and it work?