Hi Hans,<div>It turns out my server was configured so that only ports 80 and 3336 were open. Running it on port 80 works perfectly.</div><div><br></div><div>Thanks for your help and being patient!</div><div>Jeff</div><div>
<div><br><br><div class="gmail_quote">On Thu, Jun 7, 2012 at 3:37 AM, Hans Hübner <span dir="ltr"><<a href="mailto:hans.huebner@gmail.com" target="_blank">hans.huebner@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Jeff,<div><br></div><div>I found this summary on how to configure EC2 security groups:  <a href="http://cloud-computing.learningtree.com/2010/09/24/understanding-amazon-ec2-security-groups-and-firewalls/" target="_blank">http://cloud-computing.learningtree.com/2010/09/24/understanding-amazon-ec2-security-groups-and-firewalls/</a></div>


<div><br></div><div>Basically, you need to make port 8080 accessible from the outside.</div><div><br></div><div>HTH,</div><div>Hans<div><div class="h5"><br><br><div class="gmail_quote">On Thu, Jun 7, 2012 at 4:15 AM, Jeff Byrd <span dir="ltr"><<a href="mailto:jeffreydbyrd@gmail.com" target="_blank">jeffreydbyrd@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi guys, thanks for all the suggestions. I do believe threads are enabled (otherwise the start command wouldn't return right?). And I've tried running it on several arbitrary ports, but the behavior remains consistent. I'm having trouble figuring out how to see the request logs. All I know is that the connection is timing out<br>



(Chrome gives me the message "<span style="line-height:18px;color:rgb(119,119,119);font-size:13px;font-family:Helvetica,Arial,sans-serif">Error 118 (net::ERR_CONNECTION_TIMED_OUT): The operation timed out.</span>").<div>



It runs great on my localhost though so you're probably right in that it's a port or a host issue. Can anyone point me to some good books or tutorials on how this works?</div><div><div><div>

<div><br><br><div class="gmail_quote">
On Wed, Jun 6, 2012 at 9:10 PM, William Halliburton <span dir="ltr"><<a href="mailto:whalliburton@gmail.com" target="_blank">whalliburton@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



Note that since this is an amazon EC2 instance you will have to have allowed access to the instance on the 8080 port. Since you said that it worked earlier on the same instance I'm just throwing this out there as a low possibility.<div>



<div><br>
<br><div class="gmail_quote">On Wed, Jun 6, 2012 at 12:22 PM, Jeff Byrd <span dir="ltr"><<a href="mailto:jeffreydbyrd@gmail.com" target="_blank">jeffreydbyrd@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




Hi Hans thanks for your reply,<div>I do have Hunchentoot installed using quicklisp. And sorry for the ambiguity, I meant that I enter the server's address in my browser's address bar (in this case it would be <a href="http://ec2-184-72-143-0.compute-1.amazonaws.com:8080" target="_blank">ec2-184-72-143-0.compute-1.amazonaws.com:8080</a>), it then hangs for a while, and eventually shows an error page saying "Opps, Google Chrome could not connect..."<br>





<br></div><div>Some additional info:</div><div>On my local host, after entering the hunchentoot:start command,  the prompt hangs until I hit CNTL-C. But on the remote host, it brings me back to the REPL. I'm still able to enter commands while sbcl runs (which I've read is characteristic of threading). I think I'll do a bit more homework and try to print request logs (if any) to a file.</div>





<div><br></div><div>Thanks,</div><div>Jeff</div><div><div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Wed, Jun 6, 2012 at 1:56 PM, Hans Hübner <span dir="ltr"><<a href="mailto:hans.huebner@gmail.com" target="_blank">hans.huebner@gmail.com</a>></span> wrote:<br>





<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jeff,<div><br></div><div>I don't quite know what exactly the problem is.  Did you install Hunchentoot with quicklisp (<a href="http://www.quicklisp.org/" target="_blank">http://www.quicklisp.org/</a>)?  If not, please do so.  Also, what do you mean when you write "going to <remotehost>:8080/ doesn't display anything"? Do you get an empty page?<br>







<br>-Hans<br><br><div class="gmail_quote"><div><div>On Wed, Jun 6, 2012 at 5:48 PM, Jeff Byrd <span dir="ltr"><<a href="mailto:jeffreydbyrd@gmail.com" target="_blank">jeffreydbyrd@gmail.com</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>

Hi everyone,<div><br></div><div>This is my first attempt at a webapp, and first time posting to the mailing list. I have a question about starting a server on a remote machine. I've been playing with Hunchentoot on my localhost, and it works great. Earlier it worked on my remote webspace also. But recently I've been playing with SBCL threading and Allegro (following <a href="http://www.gigamonkeys.com/book/practical-web-programming-with-allegroserve.html" target="_blank">this</a> tutorial, which had me install all sorts of weird gigamonkey stuff) and now when I run the command<br>








<pre style="padding:5px;background-color:rgb(224,224,224)">(hunchentoot:<a href="http://www.weitz.de/hunchentoot/#start" style="text-decoration:none;padding:0px" target="_blank">start</a> (make-instance 'hunchentoot:<a href="http://www.weitz.de/hunchentoot/#acceptor" style="text-decoration:none;padding:0px" target="_blank">easy-acceptor</a> :port 8080))</pre>








</div><div>it says</div><div>#<HUNCHENTOOT:EASY-ACCEPTOR (host *, port 8080)> <br>and going to <remotehost>:8080/ doesn't display anything.<br>I hit cntr-z to put it in the background and then<br><br></div>








<div>$ lsof -i :8080 and I get</div><div><br><div>COMMAND   PID USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME</div><div>sbcl    11350 root    5u  IPv4 1816786      0t0  TCP *:http-alt (LISTEN)</div></div><div><br></div><div>








I have a feeling it's something simple, like incorrect host variable or a separate thread being stopped, but I'm having a hard time finding answers on Google and related documentation. Any suggestions or information on what that above message means would be greatly appreciated.</div>








<div><br></div><div>Thanks!</div><span><font color="#888888"><div>Jeff</div>
</font></span><br></div></div>_______________________________________________<br>
tbnl-devel site list<br>
<a href="mailto:tbnl-devel@common-lisp.net" target="_blank">tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br></blockquote></div><br></div>
<br>_______________________________________________<br>
tbnl-devel site list<br>
<a href="mailto:tbnl-devel@common-lisp.net" target="_blank">tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
tbnl-devel site list<br>
<a href="mailto:tbnl-devel@common-lisp.net" target="_blank">tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br></blockquote></div><br>
</div></div><br>_______________________________________________<br>
tbnl-devel site list<br>
<a href="mailto:tbnl-devel@common-lisp.net" target="_blank">tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br></blockquote></div><br></div></div>
</div></div><br>_______________________________________________<br>
tbnl-devel site list<br>
<a href="mailto:tbnl-devel@common-lisp.net" target="_blank">tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br></blockquote></div><br></div></div></div>
<br>_______________________________________________<br>
tbnl-devel site list<br>
<a href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br></blockquote></div><br></div></div>