• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AWS has surrendered!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AWS has surrendered!


  • Subject: Re: AWS has surrendered!
  • From: Paul Hoadley <email@hidden>
  • Date: Mon, 24 Oct 2016 20:07:15 +1030

Hi Ted,

On 24 Oct 2016, at 1:00 AM, Theodore Petrosky <email@hidden> wrote:

I feel I have a grip on what is going on!! I followed the wiki mostly, but there were problems.

Congratulations.

Can you list the wiki page(s) you were following, and the problems you encountered? Maybe we could update them.

anyway, on the wiki Deploying on Amazon EC2 there is a link to install a “Hello World Walkthrough”

trying to make it work failed :(

but in taking apart the install scripts I found this
wget http://webobjects.s3.amazonaws.com/wo-install.sh 

If I recall correctly, that’s some rather old work from Simon McLean—but that’s where I started as well. To this day, we still deploy our apps with a (now heavily modified) version of that script.

security seems good. your instance runs on an internal IP and you attach an Elastic IP (static). you can set security to only allow traffic on port 80 and 443 and in my case I added port 56789 from my IP only.

That’s a good idea, though if your IP address isn’t static, you can avoid constantly changing the security group by tunnelling over SSH:

$ ssh -L 56789:localhost:56789 email@hidden

That will tunnel local 56789 over SSH to the remote’s 56789, security group doesn’t need to know anything about it. JavaMonitor is then at:

http://localhost:56789/


-- 
Paul Hoadley
http://logicsquad.net/



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: AWS has surrendered!
      • From: Theodore Petrosky <email@hidden>
References: 
 >AWS has surrendered! (From: Theodore Petrosky <email@hidden>)
 >Re: AWS has surrendered! (From: Flavio Donadio <email@hidden>)
 >Re: AWS has surrendered! (From: Theodore Petrosky <email@hidden>)

  • Prev by Date: id uuid type
  • Next by Date: Re: AWS has surrendered!
  • Previous by thread: Re: AWS has surrendered!
  • Next by thread: Re: AWS has surrendered!
  • Index(es):
    • Date
    • Thread