Hi John,
I'm not overly familiar with OSX, but does ifconfig show a loopback device
when you're not connected? Can you not create a dummy NIC and statically
assign some 10.0.0.10 address or something, then let tomcat bind to that?
You may have to add something to the hosts file for it to work, perhaps
it's hanging on DNS resolution.

Cheers,
Chris

On Thu, Apr 19, 2018 at 1:38 PM John Dale <jcdw...@gmail.com> wrote:

> Greetings;
>
> I have a 2006 era macbook pro with the latest osx.
>
> I run MySQL, which binds to localhost just fine when the network cable
> is unplugged and wireless turned off.
>
> Tomcat makes it through most of its startup, but hangs before
> completion and requests from the browser hang and eventually timeout.
>
> I've tried 127.0.0.1, 0.0.0.0, and omitted for the "address" attribute
> of the connector.
>
> With no network, Tomcat successfully makes a connection to MySQL to
> creates the connection pool, but hangs.  There are no errors.
>
> I am running debugging transport.
>
> My hosts file is stock, fine.
>
> As soon as I plug in a network cable or connect to wireless, the
> server comes-up fine and I can access it on 127.0.0.1 or the static ip
> assigned to either the wireless interface or the hard LAN.
>
> I. am.  stumped.  Please help.  I need to be able to demo my project
> without being connected to the network.
>
> :\
>
> I've been dealing with this issue for awhile, and I'm finally fed-up with
> it.
>
> We want offline and we want it .. NOW! ;)
>
> Thanks folks.
>
> Sincerely,
>
> John from Spearfish, SD
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to