Re: Problem embedding in Glassfish

2009-11-16 Thread David Latorre
I'm glad, your problem was solved (should we maybe add this somewhere in the wiki?) and as Niklas said, It would be cool that you shared your db-based file manager :-) Cheers, David 2009/11/12 Brett Bergquist br...@thebergquistfamily.com: Yes, I am under the gun to use them for a Friday demo

Re: Problem embedding in Glassfish

2009-11-16 Thread Niklas Gustavsson
On Mon, Nov 16, 2009 at 11:40 AM, David Latorre dvl...@gmail.com wrote: I'm glad, your problem was solved (should we maybe add this somewhere in the wiki?) Sounds good. Feel free to add it to the FAQ :-) http://mina.apache.org/ftpserver/faq.html /niklas

Re: Problem embedding in Glassfish

2009-11-16 Thread David Latorre
2009/11/16 Niklas Gustavsson nik...@protocol7.com: On Mon, Nov 16, 2009 at 11:40 AM, David Latorre dvl...@gmail.com wrote: I'm glad, your problem was solved (should we maybe add this somewhere in the wiki?) Sounds good. Feel free to add it to the FAQ :-)

Re: Problem embedding in Glassfish

2009-11-16 Thread Niklas Gustavsson
On Mon, Nov 16, 2009 at 12:59 PM, David Latorre dvl...@gmail.com wrote: Unfortunately I don't have access to cwiki ( I mean, I do have an account - dlatorre - but I cannot edit the pages). I think I commented on this before but never requested to be added to the appropriate groups before, I

Re: Problem embedding in Glassfish

2009-11-11 Thread David Latorre
Hello Brett, Try to uncomment this line in domain.xml: com.sun.enterprise.server.ss.ASQuickStartup=false It seems that there's some odd problem relating to NIO when QuickStartup is enabled. I had this problem myself but only in some glassfish versions under Vista, i wonder why's that... If you

Re: Problem embedding in Glassfish

2009-11-11 Thread Brett Bergquist
Just tried that at home tonight on my Vista box, an it works. I don't think I would have ever found that. I wonder what in the heck that does to affect connecting to TCP connection? Anyways, I'm now writing n FileSystemFactory, FileSystemView, and FtpFile classes that provide a file system

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