I run TS via Apache and CGI. This allows me to run TS on port 80 and
also to serve other content -- using the EC2's public DNS name.
If you're trying to run TS via the WSGI Werkzeug service, and are seeing
that port 8080 is already in use, this means that something is already
using port 8080. You may want to check into that. If it's an existing TS
instance, and THAT's the one you want to connect to via browser, then
add :8080 to your URLs, e.g.:
http://12-34-56.amazon.com/
becomes
http://12-34-56.amazon.com:8080/
If neither of these answer your question, we should back up a bit and
ask how you're trying to run TS.
--
Greg Allensworth, Web GIS Developer
BS A+ Network+ Security+ Linux+ Server+
GreenInfo Network - Information and Mapping in the Public Interest
564 Market Street, Suite 510 San Francisco CA 94104
PH: 415-979-0343 x302 FX: 415-979-0371 email: gre...@greeninfo.org
Web: www.GreenInfo.org www.MapsPortal.org
Subscribe to MapLines, our e-newsletter, at www.GreenInfo.org
I am having the same problem as the OP. I run TS using the Weurkeug service, on port 8080, with no other web services, on a windows AMI. I specify the port and IP via commandline flags as the elastic IP of my instance and port 8080, and I get site not found. If I try with localhost, works fine.
I did. I tried both the IP listed in ipconfig and the elastic IP assigned by AWS. Neither work.. I get a socket error with the elastic IP and page not found with the other.
What port would I need to open besides the one I specified, 8080?