users@glassfish.java.net

Re: Stupid problem with http listeners! help please!

From: Hassan Schroeder <hassan.schroeder_at_gmail.com>
Date: Fri, 12 Feb 2010 13:54:15 -0800

On Fri, Feb 12, 2010 at 9:03 AM, <glassfish_at_javadesktop.org> wrote:
> this is weird... i was able to view a new error page..  i have affixed it.  It appears the physical path is wrong, it is looking in the wrong directory when trying to view the site from that port.  The physical directory is in glassfish yet it is looking in another directory...  how do i change the path?

I don't believe that's your problem. As you would have noticed using
telnet (or wget, as here) you're not even talking to the right server:

ripple:/tmp$ wget -S http://evibeta.info:59074/shoptalkk/
--13:51:10-- http://evibeta.info:59074/shoptalkk/
           => `index.html'
Resolving evibeta.info... 208.109.236.196
Connecting to evibeta.info|208.109.236.196|:59074... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  X-Powered-By: JSP/2.1
  Server: GlassFish v3
  Set-Cookie: JSESSIONID=429c7a6efc8a2022a5ff4ce3144c; Path=/shoptalkk
  Content-Type: text/html;charset=ISO-8859-1
  Date: Fri, 12 Feb 2010 21:50:57 GMT
  Connection: close
Length: unspecified [text/html]

    [ <=>
                              ] 37,110 114.06K/s

13:51:10 (113.71 KB/s) - `index.html.1' saved [37110]

ripple:/tmp$ wget -S http://evibeta.info/shoptalkk/
--13:51:33-- http://evibeta.info/shoptalkk/
           => `index.html.2'
Resolving evibeta.info... 208.109.236.196
Connecting to evibeta.info|208.109.236.196|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 404 Not Found
  Content-Type: text/html
  Server: Microsoft-IIS/7.0
  X-Powered-By: ASP.NET
  Date: Fri, 12 Feb 2010 21:51:21 GMT
  Connection: keep-alive
  Content-Length: 1047
13:51:33 ERROR 404: Not Found.

ripple:/tmp$


-- 
Hassan Schroeder ------------------------ hassan.schroeder_at_gmail.com
twitter: @hassan