SV: how to shutdown orion app server?

2002-04-29 Thread Jesper Rasmussen
java -jar admin.jar ormi://localhost admin 1234 -shutdown where admin is username and 1234 is password For more info: java -jar admin.jar ormi://localhost admin 1234 -help -Oprindelig meddelelse-Fra: gusl [mailto:[EMAIL PROTECTED]]Sendt: 28. april 2002 05:26Til:

Re: how to shutdown orion app server?

2002-04-29 Thread Lachezar Dobrev
Hi. Make sure you remove the'deactivated="false"' for admin in config/principals.xml Lachezar. Hi, I writed one EJB and deployed it successful on Orion 1.5.4. Buti get the Exception when i test it used one client application: javax.naming.AuthenticationException: Invalid

Re: how to shutdown orion app server?

2002-04-29 Thread Mark Kettner
Hi Liu, Did you run orion -install when you installed orion (or changed admin password in principals.xml)? This username/password should correspond with the username/password from the jndi.properties file of the client application Mark On Sun, 2002-04-28 at 13:02, Liu Bin wrote: Hi, I

Re: how to shutdown orion app server?

2002-04-29 Thread Renaud Bruyeron
That command seems to hang on linux 2.4.x / 1.3.1 as soon as you've deployed something. It works great on win2k, though, so I suspect the linux JVM. Under linux, I usually have to CTRL-C or kill the process. - Renaud - Original Message - From: Jesper Rasmussen [EMAIL PROTECTED] To:

Re: Re: how to shutdown orion app server?

2002-04-29 Thread Liu Bin
but i can't look up my ejb,how to config it. thanks Hi. Make sure you remove the'deactivated="false"' for admin in config/principals.xml Lachezar. Hi, I writed one EJB and

Message Driven Beans

2002-04-29 Thread Michael Maurer
I am trying to deploy a message driven bean on the Oracle9iAS (9.0.3.0.0) Are there some good examples where all necessary settings are described? (Starting from jms.xml to orion-ejb-jar.xml!) Or can anybody help me out with some important hints ? Regards Michael

Re: Re: how to shutdown orion app server?

2002-04-29 Thread Lachezar Dobrev
Hi. Again. Now. The code seems correct. Except, the url, that MAY require to be of the type: ormi://localhost/Your_App_Name. If you have deployed your beans in an application, and NOT in the default APP, you HAVE to use the url with the app_name at the end. in config/server.xml

JMS and load balancing

2002-04-29 Thread Jorge Jimenez C
Hi. If someone knows a tutorial that cover this topic, please send me a link. It is posible to configure load balancing over JMS and two app. servers ? Each server must point to a diferent queue or it is a shared one ? What happen if one server crashes with the messages that were not

How do i get off this list?

2002-04-29 Thread Mark Porter
I've tried the form at orionserver.com to no avail ... mark __ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com

RE: XSL and Sitemesh on Orion

2002-04-29 Thread prasanth sb
Dearest elephantwalker and other dearest friends, I have a doubt in this xsl rendering. I used xalan and xerces parser which orion uses for xml to html rendering. I used my own xsl servlet to port my code to any application server which is not having an xsl servlet.

Please Unsubscribe me!!!!

2002-04-29 Thread Krishnan, Sri
Please Unsubscribe me

CMP entity bean deployment compilation errors

2002-04-29 Thread Scott Gaetjen
I've created a CMP entity bean based on some examples I've seen and am encountering some compilation errors on the generated wrapper classes at deployment time. Its seems the getter/setter methods and the remove method are not recognized or available in the generated wrapper classes. I've look

Please Unsubscribe me!!!!

2002-04-29 Thread meera krishnaraja bhat
Please Unsubscribe me Get your FREE download of MSN Explorer at http://explorer.msn.com.

Please Unsubscribe me

2002-04-29 Thread Chet Fryjoff
begin:vcard n:Fryjoff;Chet x-mozilla-html:FALSE adr:;; version:2.1 email;internet:[EMAIL PROTECTED] fn:Chet Fryjoff end:vcard

Please Unsubscribe me

2002-04-29 Thread Sarathy Mattaparti
ThanksMSN Photos is the easiest way to share and print your photos: Click Here

Please Unsubscribe Me

2002-04-29 Thread Mike G. Hammonds

Re: CMP entity bean deployment compilation errors

2002-04-29 Thread Scott Gaetjen
A follow-up to this issue, which I feel is resolved. I tried 1.5.4 and then encountered the following compilation errors: CodeListsEBLocalHome_EntityHomeWrapper10.java:156: Exception java.rmi.RemoteException must be c aught, or it must be declared in the throws clause of this method.

Please Unsubscribe me!!!!

2002-04-29 Thread VIJAYANAND
Please Unsubscribe me

Re: JMS and load balancing

2002-04-29 Thread kumarpal jain
Hi there is a nice documentaion for this at this link http://www.orionserver.com/docs/http-clustering.html hope this will help you, Kumar - Original Message - From: Jorge Jimenez C To: Orion-Interest Sent: Monday, April 29, 2002 6:40 PM Subject: JMS and load