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
ise tools tend to be, so you will need a bit of patience. Regards, Will -Original Message- From: Richard Landon [mailto:[EMAIL PROTECTED]] Sent: Friday, September 08, 2000 1:16 PM To: Orion-Interest Subject: Deployment confusions I am probably stupid, but I still very c

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

Deployment confusions

2000-09-08 Thread Richard Landon
I am probably stupid, but I still very confused about deployment using Orion. My understanding from the documentation is that I must edit the server.xml and add the code. No problem for me as a developer. But when it comes to migrating our application into pre-production or production, whoa-n