Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Vivek Pandey
RE: asadmin cli [ reply ]  
2009-04-28 16:31
It was removed because exposing asadmin command is tricky as only subset of asadmin commands will work since gem is based on kernel. Moreover we plan to move over to embedded API and there wont be concept of running asadmin command etc. We dont plan to put it back.

Moreover jdbc connection pool has issues working on gem, see [1].

The right thing to do would be to provide asadmin wrapper rake command. Even better a ruby DSL for asadmin, we can expose that as well instead of asadmin. Can you file a feature request?

-vivek.

[1]http://rubyforge.org/tracker/index.php?func=detail&aid=21115&group_id=5450&atid=21080

By: Alex Buijs
asadmin cli [ reply ]  
2009-04-14 12:29
Hi,

I want to create a jdbc connection pool, but I couldn't figure out how to do it using glassfish gem v. 0.9.3. From what I understand the tool was present in earlier versions in $GF_HOME/bin. Any hint as to how to go about it with the present version? Thanks.

Alex