Re: Long delay after Application.java

2006-02-05 Thread Randall Perry
> Hi, Randall, > > I think the delay is being caused by your computer getting confused > by being addressed with a hostname that doesn't match a reverse DNS > lookup. > > If your browser page appears with a URL in the address text box of > the form: > >http://.local/cgi-bin/WebObjects/.woa >

Re: Long delay after Application.java

2006-02-04 Thread Jerry W. Walker
Hi, Randall, I think the delay is being caused by your computer getting confused by being addressed with a hostname that doesn't match a reverse DNS lookup. If your browser page appears with a URL in the address text box of the form: http://.local/cgi-bin/WebObjects/.woa and then sit

Long delay after Application.java

2006-02-04 Thread Randall Perry
I'm doing my 1st 5.3 app and am experiencing over a 1 minute delay after the application class loads and before other classes load (discovered this using the debugger). Here's the line it's hanging on: #00x0014 in com.webobjects.appserver.WOApplication.main() at WOApplication.java:324 I'm