Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-09-23 Thread Jeff Genender
Cool stuff. I probably should have alerted you to the 2.0 version of Mina has bugs up the wazoo and would have advocated not to use it. I also back ported to 1.1.2 for the AyncHttpClient stuff, and that stabilized everything. Jeff Jason Dillon wrote: Well... me thinks I've finally gotten over

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-09-22 Thread Jason Dillon
Well... me thinks I've finally gotten over the major hump... I had been using Mina 2.x (which is in pre-release right now)... I was using it because it has some synchronous request/response handling muck already there which I kinda needed to implement the remote shell proxy muck. And

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-09-18 Thread Jason Dillon
Hiya folks... just a quick update on GShell muck... I've been madly hacking on the remote shell support for the past week and well, its really close to being functional. I initially was going to implement a POC over ActiveMQ but that was pissing me off soo much that I decided to peek at

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-09-14 Thread Joe Bohn
Jason Dillon wrote: Anyways... email for any reason. Aighty? Hey Jason, Before I realized the new gshell changes were introduced yesterday I attempted to start the server the old fashioned way using ./geronimo.sh run. This failed due to the assembly not containing the necessary yoko

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-09-14 Thread David Jencks
BTW we should be careful of preserving the work Gianny did a while back to reduce the number of jars that need to be in lib by providing a bootstrap repository. (I don't understand exactly what he did, this might not be exactly right). I was hoping we could take the stax/jaxb jars back

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-09-13 Thread Jason Dillon
I'm converting all of the assemblies tonight, should be done in another hour or so. But, currently server/trunk is not building due to: snip [INFO] Compiling 18 source files to /Users/jason/ws/geronimo/server/ modules/geronimo-openejb/target/classes [INFO]

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-09-13 Thread Jason Dillon
Aighty, I've converted *all* of the assemblies to include the new GShell-based server launcher goodness. I'm still working on cleaning things up and adding more features to the core GShell bits. And some things I'm going to change in direct response to how we end up integrating it into

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-09-13 Thread Kevan Miller
On Sep 13, 2007, at 3:17 AM, Jason Dillon wrote: I'm converting all of the assemblies tonight, should be done in another hour or so. But, currently server/trunk is not building due to: snip [INFO] Compiling 18 source files to /Users/jason/ws/geronimo/server/

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-09-13 Thread Jason Dillon
Aighty, thanks Kevan, she builds for me now. Going to run through some tests now to see if I've broken anything... --jason On Sep 13, 2007, at 10:27 AM, Kevan Miller wrote: On Sep 13, 2007, at 3:17 AM, Jason Dillon wrote: I'm converting all of the assemblies tonight, should be done in

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-09-10 Thread Paul McMahan
This is really cool stuff, I'm pretty blown away. I'm convinced that a significant percentage of app server administrators prefer a power scripting interface over a fancy UI, so now Geronimo can offer both. I seem to recall some discussion about supporting multiple scripting

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-09-08 Thread Jason Dillon
Aighty, well... I've done some long awaited re-factoring, and while its still not _perfect_ its a whole lot better now IMO I think from a framework perspective that its probably mature enough to take on the task of being the server bootloader. I'm going to continue to refactor the guts of

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-09-08 Thread Jason Dillon
A little bit more insight into what I'm thinking of doing... since some of you can't read minds to well :-P I'd like to convert all of the assemblies to basically look like what the assemblies/geronimo-jetty6-javaee5-gshell produces. And then I'd like to start converting the other cli bits

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-09-08 Thread Jeff Genender
Is this working for the Tomcat assembly? If not...can it soon? Thanks, Jeff Sent from my iPhone On Sep 8, 2007, at 1:40 PM, Jason Dillon [EMAIL PROTECTED] wrote: A little bit more insight into what I'm thinking of doing... since some of you can't read minds to well :-P I'd like to

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-09-08 Thread Jason Dillon
Ya, should be simple enough... though I don't want to keep maintaining these extra assemblies, I'd like to just convert all of the assemblies to use this stuff... But if it helps ya out, I can make a geronimo-tomcat6-javaee5-gshell... --jason On Sep 8, 2007, at 12:52 PM, Jeff Genender

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-09-08 Thread David Jencks
On Sep 8, 2007, at 1:46 PM, Jason Dillon wrote: Ya, should be simple enough... though I don't want to keep maintaining these extra assemblies, I'd like to just convert all of the assemblies to use this stuff... I was convinced this was the way to go after trying the first jetty- gshell a

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-08-28 Thread Jason Dillon
On Aug 27, 2007, at 8:28 PM, Prasad Kashyap wrote: I wanted to see how much Jason really really luvs Windows. So I began trying GShell on that OS :-) First, I was surprised it even had batch files to support Windows users. Thanx Jason. You really have gone out of your way :-)... Just

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-08-28 Thread Jason Dillon
Well, I'm not sure why you are seeing that evil NCDFE still... though I did find a wee bug in the --help/-h processing for the start-server command. Basically what you tried is not a valid option to the command, ie start-server help is a syntax error. Instead you probably wanted to say

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-08-28 Thread Erik B. Craig
Oh man, Gshell is looking to be pretty sweet, awesome work Jason. One thing that would definitely be cool is implementing SSH into it, and I did notice there's already a Jira for that, I'm sure I can brainstorm up a few other additions given time... want a little help on the side? =) On 8/21/07,

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-08-27 Thread Jason Dillon
On Aug 23, 2007, at 8:40 AM, Joe Bohn wrote: Jason, I finally got around to looking at this. It's really cool! :-) This is a great way to address the environment and java opt issues in a more dynamic way to plugins to potentially exploit. In addition to some of the items David

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-08-27 Thread Jason Dillon
So, is this something that I should pursue? I've seen a few positive comments on this functionality, nothing negative... Should I invest more time in making this feature complete and set it up as the default system for launching the server? --jason On Aug 21, 2007, at 3:05 PM, Jeff

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-08-27 Thread Jeff Genender
Jason Dillon wrote: So, is this something that I should pursue? I've seen a few positive comments on this functionality, nothing negative... Should I invest more time in making this feature complete and set it up as the default system for launching the server? Yes! --jason On

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-08-27 Thread Prasad Kashyap
I wanted to see how much Jason really really luvs Windows. So I began trying GShell on that OS :-) First, I was surprised it even had batch files to support Windows users. Thanx Jason. You really have gone out of your way :-)... Just kidding ! gsh.bat had a small typo. svn commit: r570296

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-08-23 Thread Joe Bohn
Jason, I finally got around to looking at this. It's really cool! This is a great way to address the environment and java opt issues in a more dynamic way to plugins to potentially exploit. In addition to some of the items David mentioned it would also be great to have some more query

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-08-22 Thread David Jencks
I played around with this a little bit and really like it. Some things I'd like to see soon: - stop the server w/o stopping the shell - run app clients - run the deployers (including plugin deployer). esp. for plugins it might be nice to be able to set the repo to look at as an env var in

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-08-22 Thread Jason Dillon
On Aug 21, 2007, at 11:40 PM, David Jencks wrote: I played around with this a little bit and really like it. Yay! Thanks for taking a look David! Some things I'd like to see soon: - stop the server w/o stopping the shell - run app clients - run the deployers (including plugin deployer).

New GShell-based Geronimo Server launcher now in server/trunk

2007-08-21 Thread Jason Dillon
Hiya folks, I finally got around to finishing up my POC of using GShell to launch the Geronimo Server and I have committed the bits that make it work to server/trunk. The new module which contains the GShell command implementation (and support) classes is: modules/geronimo-commands

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-08-21 Thread Jeff Genender
Oh man this is sweet... I'd *really* like to see this in 2.0.2... Jeff Jason Dillon wrote: Hiya folks, I finally got around to finishing up my POC of using GShell to launch the Geronimo Server and I have committed the bits that make it work to server/trunk. The new module which contains the

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-08-21 Thread jason . dillon
Its easy enough to get it working in 2.0.x... --jason -Original Message- From: Jeff Genender [EMAIL PROTECTED] Date: Tue, 21 Aug 2007 16:05:40 To:dev@geronimo.apache.org Subject: Re: New GShell-based Geronimo Server launcher now in server/trunk Oh man this is sweet... I'd *really

Re: New GShell-based Geronimo Server launcher now in server/trunk

2007-08-21 Thread Jason Dillon
FYI, for those that still like to use java -jar... you can still do that, with: java -jar lib/boot/gshell-bootstrap.jar start-server And this will actually setup all the right java.ext.dirs and such too ;-) --jason On Aug 21, 2007, at 2:55 PM, Jason Dillon wrote: Hiya folks, I