Problem embedding in Glassfish

2009-11-10 Thread Brett Bergquist
I am trying to embed the server in Glassfish. I am doing so by creating a Glassfish LifecycleListener and I start the server up when I receive the ready event. This seems to be working but I cannot connect to the server. I try and basically the connect just hangs. I am running this on

RE: Problem embedding in Glassfish

2009-11-10 Thread Zhu, Yan-Bo (TSG-GDCC-CD)
Make sure you are not in debug mode and your application is breaking at a breakpoint. I am trying to embed the server in Glassfish. I am doing so by creating a Glassfish LifecycleListener and I start the server up when I receive the ready event. This seems to be working but I cannot