RE: Deployment confusions

2000-09-08 Thread Richard Landon
03 PM To: Orion-Interest Subject: RE: Deployment confusions The FAQ http://www.orionserver.com/faq/ describes how to use the admin.jar tool to deploy to a remote server. There is no "command-line method to acquire the client support files from the Orion server." I'm not even sure wha

RE: Deployment confusions

2000-09-08 Thread Richard Landon
I appreciate the responses. -Original Message- From: Matt Brunner [mailto:[EMAIL PROTECTED]] Sent: Friday, September 08, 2000 1:54 PM To: Orion-Interest Subject: Re: Deployment confusions Richard Landon wrote: > I need a command-line method to deploy the ear file once it gets bu

Re: Deployment confusions

2000-09-08 Thread Karl Avedal
Hello Will, > I don't know what "a command-line method to invoke a EJB client(s)." > is either. If you are making a client.jar then it is up to you to > make it an executable jar via the manifest Main-Class: attribute. > Just to add, there's also the "applicationlauncher.jar" that allows you to

RE: Deployment confusions

2000-09-08 Thread Will Glozer
The FAQ http://www.orionserver.com/faq/ describes how to use the admin.jar tool to deploy to a remote server. There is no "command-line method to acquire the client support files from the Orion server." I'm not even sure what you mean by this, but if you question is about RMI stubs etc those ar

Re: Deployment confusions

2000-09-08 Thread Matt Brunner
Richard Landon wrote: > I need a command-line method to deploy the ear file once it gets built into > the Orion server. for this you just put the ear file in the applications directory and put one line for each ear into server.xml. example: > I need a command-line method to acquire t

Re: Deployment confusions

2000-09-08 Thread Karl Avedal
Hello Richard, Try the Management Console (java -jar orionconsole.jar or java -jar orion.jar -console) or try admin.jar (java -jar admin.jar). These tools let you do those things via a graphical tool or via a command line interface. For more info on how to deploy using the command like, see thi