HTTP Compression?

2009-09-09 Thread RickI
Hi, Is it possible to set HTTP compression like the one in tomcat? Thanks, Rick -- View this message in context: http://www.nabble.com/HTTP-Compression--tp25373520s134p25373520.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Installing Plugin Dependency

2009-08-20 Thread RickI
Hi David, I constructed it using geronimo web admin console. And I installed it from deployer.jar Thanks, Rick djencks wrote: > > Hi Ricki, > > How are you constructing the plugin? The dependencies that are > installed with your plugin are the ones listed in the geronimo

Installing Plugin Dependency

2009-08-18 Thread RickI
Hi, My understanding is that dependencies in plugin will be download and install automatically? I install my plugin but the dependencies didn't got installed. The config: SamplePlugin Unknown com.xxx.cars SamplePlugin 1.0

Generating geronimo-plugins.xml

2009-06-22 Thread RickI
Hi All, I try to create/generate geronimo-plugins.xml from existing repo without using maven. Is there any gbean I can called? I tried using code from car-maven-plugin but throws some exception. Class used: org.apache.geronimo.mavenplugins.car.CreatePluginListMojo () xception in thread "main" ja

Re: Check server state?

2009-05-07 Thread RickI
Thanks all, ServerProxy.isFullyStarted() works great. Ricky Jack Cai wrote: > > Rick, I suggest you to follow Jeff's advice to take a look at the code of > [1] & [2], which perfectly demonstrates how to check whether Geronimo is > running. Note you can specify the RMI port as you like. > > -

Re: Check server state?

2009-05-04 Thread RickI
ort is available for you ? I mean you could connect from the remote > machine > > 2009/5/1 RickI > >> >> Yes i think it's one way to check the main/default geronimo server. >> But I try to check the state of geronimo instances on other port. >> Tha

Re: Check server state?

2009-04-30 Thread RickI
ect the server via JMX is also a way to check whether the kernel is > running.Ivan > > 2009/4/30 RickI > >> >> Thanks RunHua, >> Do you know any gbean that can be use to get server state similar with >> wait-for-server command? >> >> Thanks, >>

Re: Check server state?

2009-04-29 Thread RickI
wait-for-server > > The *geronimo/wait-for-server* command is used to verify if the server has > started in the given time (in seconds). The default timeout is 60 seconds > > Jeff C > > On Tue, Apr 28, 2009 at 7:49 AM, RickI wrote: > >> >> Hi All, >>

Check server state?

2009-04-27 Thread RickI
Hi All, How do I check geronimo instance state from java code after being started. I starting separate instance and would like to know whether its successfully started before doing deploying a module. Starting and deploying a module are triggered from java code. Thanks, Ricky -- View this messa

Re: Gbean to install plugin from remote repository?

2009-03-11 Thread RickI
Hi, I did similar with no.1-2 but I have difficulty on no.3 When installing from webconsole sometimes its throw "NoSuchConfigException". Then when I install plugin using deploy-tool "install-plugin", somehow my dependencies doesn't installed, only default one that got installed (like tomcat,jasper

Re: Gbean to install plugin from remote repository?

2009-03-09 Thread RickI
I'm confused. Isn't this page saying that it is possible: >> > >> > >> http://cwiki.apache.org/GMOxDOC22/converting-applications-into-plugins-using-the-administrative-console.html >> > >> > Namely the ability to have an instance o

Re: Gbean to install plugin from remote repository?

2009-03-06 Thread RickI
? Thanks, Ricky djencks wrote: > > > On Mar 6, 2009, at 12:41 PM, RickI wrote: > >> >> Hi, >> Is there any gbean that can be use to install plugin from remote >> repository? > > The PluginInstallerGBean is used to do this from the console and f

Gbean to install plugin from remote repository?

2009-03-06 Thread RickI
Hi, Is there any gbean that can be use to install plugin from remote repository? Thanks, Ricky -- View this message in context: http://www.nabble.com/Gbean-to-install-plugin-from-remote-repository--tp22380105s134p22380105.html Sent from the Apache Geronimo - Users mailing list archive at Nabbl

Re: Gbean to get list of modules?

2009-02-13 Thread RickI
I need some console web features in my application. Reading the code directly will be fun but quite complicated. Thanks, Ricky djencks wrote: > > > On Feb 10, 2009, at 4:03 PM, RickI wrote: > >> >> Thanks David, >> It's work perfectly. >> Do you kno

Re: Gbean to get list of modules?

2009-02-10 Thread RickI
Thanks David, It's work perfectly. Do you know where I can get any documentation about available gbeans? Thanks, Ricky djencks wrote: > > ConfigurationManager.listConfigurations() > > In the geronimo vm the gbean is in j2ee-system and has the short name > ConfigurationManager. > > hope th

Re: Error when Install plugin/undeploy from ant

2009-02-10 Thread RickI
Thanks Kevan, I looking forward for the release. I dont know why my post didn't made it, I will check it out. Thanks, Rick kevan wrote: > > > > RickI wrote: >> >> Hi All, >> I received error when I try to install plugin and undeploy from ant >>