OK, thanks, so that is consistent to the way Weblogic server does it, you http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/thinclient.html#wp1079680 start the Weblogic client container which then starts your client application.
The Geronimo Wiki says: You can run the Application Client with this command: %GERONIMO_HOME%/bin/client JEE5/EXAMPLEClient/2.1/car But how do you run the client container from a remote machine where there is no Geronimo installation? client -h shows no way to argument a Geronimo location. Thanks, Juergen David Blevins wrote: > > > Right. You boot the app client container from the command line, the > app client container does all the work to setup the environment, > injects the required things into your main class, then calls your main > method. > > For all intense purposes the app client is really like a mini-server > with a little Geronimo kernel and everything. > > -David > > > -- View this message in context: http://www.nabble.com/How-does-the-Client-Container-work--tp25632603s134p25657764.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
