[AWS] Deploying an AWS program

Ted Dennison dennison at ssd.fsi.com
Wed Jun 23 15:15:03 CEST 2004


Jacob Sparre Andersen wrote:

>Kevin Andrew Lipscomb wrote:
>
>  
>
>>Because I envision uploading my AWS applications to
>>professionally-run host, the way I do with my PHP scripts,
>>or say, a CGI program or a Java servlet, I am also
>>thinking it should be possible to upload an AWS
>>application to a professionally-run host.
>>    
>>
>Although it technically isn't necessary, I think you will
>have to rent a dedicated host.  I don't think there are any
>  
>
I think it may be technically necessary. You can't run multiple web 
servers (on port 80) on the same machine at the same time, can you? So 
if you want to use the standard HTTP port, the server can't already have 
a different websever running on 80.

To run multiple AWS apps, you'd either have to use non-standard http 
ports, separate machines for each app, or put all your AWS apps into the 
same AWS server program.

-- 
T.E.D.   Work     -  mailto:dennison at ssd.fsi.com
         Home     -  mailto:dennison at telepath.com (Yahoo: Ted_Dennison)
         Homepage -  http://www.telepath.com/~dennison/Ted/TED.html
--
A novice was trying to fix a broken Lisp machine by turning the power
off and on.  Knight, seeing what the student was doing spoke sternly:
"You can not fix a machine by just power-cycling it with no understanding
of what is going wrong."  Knight turned the machine off and on.
The machine worked.



More information about the AWS mailing list