<font class="fixed_width" face="Courier, Monospaced">I've installed the hunchentoot server, put in my Lisp lines: <br> </font><p><font class="fixed_width" face="Courier, Monospaced">(asdf:oos 'asdf:load-op :hunchentoot-test) 
<br> (hunchentoot:start-server :port 3001) <br> </font></p><p><font class="fixed_width" face="Courier, Monospaced">Now I am trying to figure out how can I display the test page (if I <br> don't have a direct connection to my local server and the port 3001). 
<br> If I try to use url like <a target="_blank" rel="nofollow" href="http://www.mydomain.com/lisp/hunchentoot/">http://www.mydomain.com/lisp/hunchentoot/</a> <br> test<br> I see the default page of Hunchentoot (with message "You're most 
<br> likely seeing it because the server administrator hasn't set up a <br> custom default page yet"). <br> Any ideas how can I reach the test page? <br> </font></p><font class="fixed_width" face="Courier, Monospaced">
Thank you, <br> Andrew </font>