Hi Ted, On 24 Oct 2016, at 1:00 AM, Theodore Petrosky <tedp...@yahoo.com> 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 > <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 ec2-u...@your.ec2.host.name <mailto:ec2-u...@your.ec2.host.name> 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/ <http://localhost:56789/> -- Paul Hoadley http://logicsquad.net/
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com