Re: Deployment Exception

2001-11-26 Thread Alexandru Balut
On Wednesday 21 November 2001 23:40, you wrote: shutdown the server delete the .ear file in applications delete the directory in applications delete the directory(ies) in application-deployments startup the server ( it should complain about not finding the ear ) shut it down copy .ear file

RE: Deployment Exception

2001-11-21 Thread jroberson
Title: RE: Deployment Exception shutdown the server delete the .ear file in applications delete the directory in applications delete the directory(ies) in application-deployments startup the server ( it should complain about not finding the ear ) shut it down copy .ear file to applications

RE: deployment tool

2001-11-20 Thread DeVincentiis Giustino
Hi, you can try Ant (http://jakarta.apache.org/ant/) Giustino -Original Message- From: kamsky@yahoo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 6:54 AM To: Orion-Interest Subject: deployment tool Hi, Is there a deployment tool that is easier than

Re: deployment tool

2001-11-20 Thread Jose Mena
does orion support the new ejb 2.0 version? - Original Message - From: DeVincentiis Giustino [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, November 20, 2001 8:50 AM Subject: RE: deployment tool Hi, you can try Ant (http://jakarta.apache.org/ant/) Giustino

Re: deployment tool

2001-11-20 Thread Eddie
The best there is :) I luve it Eddie - Original Message - From: DeVincentiis Giustino [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, November 20, 2001 8:50 AM Subject: RE: deployment tool Hi, you can try Ant (http://jakarta.apache.org/ant/) Giustino

Re: deployment tool

2001-11-20 Thread ???
I'm usin orion 1.2.2.. How can I deploy class files? Is there and deployment tool? - Original Message - From: DeVincentiis Giustino [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, November 20, 2001 4:50 PM Subject: RE: deployment tool Hi, you can try Ant

RE: Deployment performance

2001-10-04 Thread Komal Kandi (Contractor)
Try with jikes it will be help u speed up deployement. -Original Message- From: Alex Bairov [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 9:36 AM To: Orion-Interest Subject: Deployment performance Hello, We are deploying .ear containing 12 ejb .jars and 1 .war. It

Re: Deployment performance

2001-10-04 Thread Stephen Davidson
Alex Bairov wrote: Hello, We are deploying .ear containing 12 ejb .jars and 1 .war. It takes 3 minutes to deploy, even if I have changed only one .jar. Could I speed this up somehow? -- Best regards, Alex Bairov Hi Alex. When you do your builds, make sure that your

Re: deployment - part2

2001-07-18 Thread Jeanne
My gratitude to all who responded to my first question. Thank you. As you may be able to tell, I am very new to server side stuff. I re-did the entire ear file from the ground up using jar and was able to deploy the app. Unfortunate, the next roadblock was an error message complaining about the

RE: deployment - part2

2001-07-18 Thread Simon Evans
you dont seem to be giving any permissions to your methods. in the method-permission element you are just listing all the methods but are not defining the roles with permissions to the methods. you are also not defining any roles. i would recommend removing the entire method-permission element

RE: deployment

2001-07-17 Thread elephantwalker
post your ejb-jar.xml file so we can look at it...we need more info. regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeanne Sent: Tuesday, July 17, 2001 11:18 AM To: Orion-Interest Subject: deployment Importance: High If

Re: deployment

2001-07-17 Thread Patrick Lightbody
What happened is that you rebuilt the ejb-jar-ic.jar file incorrectly. Unjar the original jar (from the deploytool) and then unjar your new jar. You'll notice they product different directory structures. -Pat At 02:17 PM 7/17/2001 -0400, you wrote: If this question has been posted before

Re: Deployment to multiple instances...?

2001-05-17 Thread Reid Hartenbower
This might not be the solution you're looking for, but you could use ant and specifiy your different deployments as different targets. This would at least give you a central place to build from, and because ant knows about .war packaging and supports FTP, theoretically (because I have not done

RE: Deployment to multiple instances...?

2001-05-17 Thread Jeff Schnitzer
be to define propeties with the -D option to the JVM. Jeff -Original Message- From: Reid Hartenbower [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 1:19 PM To: Orion-Interest Subject: Re: Deployment to multiple instances...? This might not be the solution you're looking

RE: Deployment to multiple instances...?

2001-05-17 Thread Andre Vanha
: http://www.orionserver.com/docs/orion-web.xml.html -Original Message- From: Reid Hartenbower [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 2:19 PM To: Orion-Interest Subject: Re: Deployment to multiple instances...? This might not be the solution you're looking for, but you could

Re: Deployment to multiple instances...?

2001-05-17 Thread Attila Bodis
] Sent: Thursday, May 17, 2001 3:53 PM Subject: RE: Deployment to multiple instances...? Atilla, Take a look at the orion-web.xml. It should be possible to provide override values using orion specific tags. Since the Orion-web.xml is not rewritten when a new version of the web file is deployed

RE: Deployment xml files in ear file? If so, where?

2001-03-29 Thread Mike Cannon-Brookes
AM To: Orion-Interest Subject: Re: Deployment xml files in ear file? If so, where? Maybe I misunderstand, I thought orion will create orion-*.xml in the deployment area, if not supplied in the ear. If placed in the ear, Orion would only copy it to the application-deployment area. I did

Re: Deployment xml files in ear file? If so, where?

2001-03-26 Thread Hani Suleiman
You can place your orion-*.xml files alongside their *.xml counterparts. (eg, principals.xml and orion-application.xml alongside application.xml). Note though that if the application has already been deployed, then these files won't be copied over the existing ones. They're only used in the

Re: Deployment xml files in ear file? If so, where?

2001-03-26 Thread Tim Endres
Except for orion-ejb-jar.xml, which alone has its own place in app/orion/. tim You can place your orion-*.xml files alongside their *.xml counterparts. (eg, principals.xml and orion-application.xml alongside application.xml). Note though that if the application has already been deployed,

RE: Deployment xml files in ear file? If so, where?

2001-03-26 Thread Mike Cannon-Brookes
-Interest Subject: Re: Deployment xml files in ear file? If so, where? You can place your orion-*.xml files alongside their *.xml counterparts. (eg, principals.xml and orion-application.xml alongside application.xml). Note though that if the application has already been deployed

RE: deployment

2001-02-23 Thread Richard Doust
There's more to deploying the servlet than just setting the correct values in the FORM tag, here's some thoughts: Use "POST" as the method for processing the FORM. That's basically what it's meant for. The ACTION attribute should be the name of your servlet. If you've configured your servlet in

RE: deployment

2001-02-23 Thread Jeff Schnitzer
s in Bugzilla. It's worthwhile stepping through your application with cookies turned off to find the problem spots. Jeff -Original Message- From: Richard Doust [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 12:42 PM To: Orion-Interest Cc: [EMAIL PROTECTED] Subject: RE: deplo

RE: deployment

2001-02-23 Thread Siling Zhang
ies turned off to find the problem spots. Jeff -Original Message- From: Richard Doust [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 12:42 PM To: Orion-Interest Cc: [EMAIL PROTECTED] Subject: RE: deployment There's more to deploying the servlet than just setting

RE: Deployment problems (web-app not found in application)

2000-12-15 Thread Juan Lorandi (Chile)
remove the slash (/) from the web-uri tag in application.xml OR, copy the war-ic to the root dir (/) . just kidding it looks like this (in application.xml): web-uri/mvcapp-web.war/web-uri should be: web-urimvcapp-web.war/web-uri -Original

Re: Deployment problems (web-app not found in application)

2000-12-15 Thread Joshua Goodall
Hi Malcolm Three things: 1. in application.xml, change the web-uri to a relative path. i.e. ... web-urimvcapp-web.war/web-uri ... Orion will correctly find the .war file relative to the content of the .ear file. 2. it may not be a problem on a Windows box, but if you deploy this

Re: Deployment problems!

2000-12-12 Thread Jay Armstrong
Hi, I'm fairly new to Orion Server, as well, but it looks like this has to do with looking up the name of the EJB, not with threads. The error has to do with the InitialContext and com.evermind.naming. In particular, the javax.naming.InitialContext.lookup(Unknown Source) leads me to believe

RE: Deployment

2000-11-10 Thread Rick Bos
I think the placement is : /ear/META-INF/orion-application.xml /ear/ejb/orion/orion-ejb-jar.xml I am not sure why the orion-ejb-jar.xml is in an orion directory instead of the META-INF directory. -Original Message- From: Jim Crossley [SMTP:[EMAIL PROTECTED]] Sent: November 10, 2000

Re: deployment=true -- what does this do?

2000-11-09 Thread Robert Krueger
At 09:33 09.11.00 , you wrote: In the orion development docs, it recommends setting deployment="true" but does not say why. What does this buy you? Also, is it possible to have a web application that references ejb's but is not part of a war? I've deployed my .ear file and everything worked

Re: Deployment to Orion

2000-11-04 Thread Sven van 't Veer
Hegyi Tibor wrote: Hi, I am quite new to Orion Server (and to the Orion-Interest mailing list) and have been dealing with it for three days. I feel desperate now because I am trying to install a simple (one-class) test servlet but still to no avail. Unfortunately, Orion does not provide

RE: Deployment platforms

2000-10-16 Thread Duffey, Kevin
We are attempting to deploy our admin site using Orion in a non-clustered environment. We are having some difficulties however..but not with Orion. At least I don't think so. Our problem is in our code I am pretty sure. We are getting connection leaks on occassion especially on large queries. We

Re: Deployment platforms

2000-10-15 Thread Kev Palfreyman
Sorry Tod - that was the only response. Please relight the discussion! Thanks, Kev (hoping a few more may resond soon) - Original Message - From: "Todd Renner" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, October 13, 2000 7:32 PM Sub

Re: Deployment platforms

2000-10-14 Thread Klaus Thiele
Mike Cannon-Brookes wrote: [...] 6. What has been your experience (stability, performance, managability, etc) - mainly of the underlying platform, not orion. Perfect, we've never had any problems with the OS or the DB (Sybase 11.0.3.3). Our only problem now is twofold: 1) Finding a way

RE: Deployment Descriptor

2000-10-13 Thread Jeff Schnitzer
It's in Chapter 21 of the EJB2.0 Public Draft. Sun has not released the DTD in any other form, and isn't planning to until the final version of the spec. At least, that's what the two architects who are writing the spec said in the (way too short) chat Sun hosted a couple weeks ago. Has

RE: Deployment platforms

2000-10-11 Thread Russ White
1) I have had the most success lately running 4 cpu(PIII xeon 800) intel boxes with 2gig ram. 2) I prefer Linux(Currently using Redhat 7), but use Solaris(Especially Free Solaris) as well. 3) I use the Sun JDK 1.3 exclusively. 4) Yes I do cluster. No extra hardware. I have clustered as many as 20

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

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: application name="ip"

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

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 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 built

RE: Deployment confusions

2000-09-08 Thread Richard Landon
-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 what you mean by this,

RE: Deployment

2000-07-26 Thread Juan Pablo Lorandi
I am using it all the time with no problems... And BTW I can say it's neat that orion is compatible with the RI, something VERY important that only orion does... -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 26, 2000 3:29 PMTo:

RE: Deployment

2000-07-26 Thread Christophe Hartwig
You can also use EJX... It is a generic EJB XML descriptor editor... It can be customized with home made plug ins, to allow AS specific behavior... And I find it more useable than deploy tool... and it is OpenSource... http://www.dreambean.com http://www.dreambean.com Bye Christophe

RE: Deployment time for lots of beans

2000-06-29 Thread Joe Walnes
It seems that Orion is regenerating all my beans whenever I even a small change in the orion-ejb-jar.xml (even though as my last email said, it's just ignoring the changes). Is there a way around this? It's quite a nuisance to have to wait for several minutes while it's regenerating all the

Re: Deployment time for lots of beans

2000-06-29 Thread Joel Shellman
Joe Walnes wrote: It seems that Orion is regenerating all my beans whenever I even a small change in the orion-ejb-jar.xml (even though as my last email said, it's just ignoring the changes). Is there a way around this? It's quite a nuisance to have to wait for several minutes while

Re: deployment performance

2000-01-23 Thread Robert Krüger
At 17:00 22.01.00 , you wrote: Are you using jikes? yes I'm using JDK1.3beta, and Jikes, and the compile time is quite fast. With JSP pages you hardly even notice the compile time for most pages. it all depends on the size of the project. I'm talking about approx. 2 lines of EJB code that