Re: Apache/SSL or Stronghold as Orion Frontend

2001-12-19 Thread Daniel López
Hi David, We do have a mod_ssl enabled apache in front of our several orion instances and we've had no problems so far. It could be that we have them in the same host, even though they have been for a while in different hosts with no problems at all. Or that we don't specify the portion, as

RE: Not allowed to lookup java:comp/ServerAdministrator ??????

2001-12-19 Thread The elephantwalker
You need this in your config/application.xml

Not allowed to lookup java:comp/ServerAdministrator ??????

2001-12-19 Thread korosh
i get the below error when trying to stop orion through the admin interface. Any one any clues? orion-application.xml seems to be application specific and not anything to do with administrating orion. --- orion>java -jar admin.jar ormi://localhost:23791/ ad

How do you shut down orion - Problem SOLVED!

2001-12-19 Thread James Beeson
Thanks to everyone for the information. I did not realize that the admin.jar was trying to shut down orion through the RMI port. I was trying to shut it down throught the port I manually specified in my default-web-site.xml file. I took of the port number in the admin command call and it worked l

Re: Mysql table create errors with ejbsamples

2001-12-19 Thread Ed Brown
You're missing a line in your date sources file: Quoting John Hogan <[EMAIL PROTECTED]>: > > data-sources.xml > = > > http://www.orionserver.com/dtds/data-sources.dtd";> > > > > name="mysql" > class="com.evermind.sql.DriverManagerDataSource" > loc

RE: Re: Very Long Deployment Time

2001-12-19 Thread Rice, Ted
you will need to download jikes from their site and then add a element in ./orion/config/server.xml similar to:   ./ted -Original Message-From: Gustavo Comba [mailto:[EMAIL PROTECTED]

Apache/SSL or Stronghold as Orion Frontend

2001-12-19 Thread David Kenzik
Is it possible to successfully have Stronghold (ssl) proxy requests to a non-ssl Orion on the backend? I can proxy all day long http --> http, but it seems that Orion has no mechanism in the portion to say "the protocol is https, not http when you need to do a redirect". If I say "port=443" it t

RE: how does Orion finds classes ?

2001-12-19 Thread The elephantwalker
You need to put orion in development mode. In your global-web-application.xml, set development="true" in the first tag, the orion-web-app tag. This way each time you deploy an app, the war classes/jar's will be reloaded. Regards, the elephantwalker www.elephantwalker.com -Original Message-

Re: Re: Very Long Deployment Time

2001-12-19 Thread Gustavo Comba
Hello,       Thanks for your answer. I've tryed almost everything! I've added more RAM to my AppServer, now I'm deploying directly from the console, using   java.exe  -jar admin.jar ormi://ias/ admin x -deploy -file C:\jdev\InfinitumDoor\AppIntranet\IntranetApplication.ear -deploymentNa

Why orion ignores my orion-application.xml ??

2001-12-19 Thread Mike
Hallo all,   I've get working a simle enterprise app with just only ejb module and one EJB inside it.  I've tested it with standalone console client ... all is working well.   Here is its directory structure: \or_mapping     \ejb         \META-INF             \ejb-jar.xml     \or_mapp

Mysql table create errors with ejbsamples

2001-12-19 Thread John Hogan
All, I've gone through the process of configuring Orion and the ejbsamples to run with a mysql database. Things seem to be nearly correct. Orion connects to the database ok, but dies trying to create tables. The problem seems to be related to syntax or type mismatches between hypersonic db and

Mysql table create errors with ejbsamples

2001-12-19 Thread John Hogan
All, I've gone through the process of configuring Orion and the ejbsamples to run with a mysql database. Things seem to be nearly correct. Orion connects to the database ok, but dies trying to create tables. The problem seems to be related to syntax or type mismatches between hypersonic db and

Re: how does Orion finds classes ?

2001-12-19 Thread Jose Mena
Hi, I'm using the default application with a jar and some war files. When i make a deploy on the applications directory it doesn't it automaticaly. Instead of it i got to restart the server(taking in account that the restart option from admin.jar DOESN'T WORK). What do i have to do to get it autom

Missconfiguration of EJB Entiy Pooling

2001-12-19 Thread Juan Manuel Garcia Guillemat
Hi,     How can we configure correctly orion-ejb-jar.xml in our aplication for proper use of Entities Pooling?     We've follow the instructions in the orionserver.com's docs and "www.atlasian.com" (http://kb.atlassian.com/content/orion/docs/deployment/orion-ejb-jar.xml.html) and the server can't

Re: How do you shut down orion after it's initialized

2001-12-19 Thread Renaud Bruyeron
Why do you use ormi://localhost:8080 ? default is ormi://localhost, and unless you explicitely changed the port number for the ormi listener, that's what it should be. The ormi port has *nothing* to do with the http port defined in default-web-site.xml - Renaud - Original Message - Fr

RE: how does Orion finds classes ?

2001-12-19 Thread The elephantwalker
Each application has its own class loader...so these are used first, after these classes and jar's are searched, the parent class loader is used, and so on. Same with the unloading. So its not so wasteful. regards, the elephantwalker www.elephantwalker.com -Original Message- From: [E

Re: How do you shut down orion after it's initialized

2001-12-19 Thread Scott Farquhar
Why do you have 8080 as the port that you are connecting to? The port number should be the one listed in rmi.xml. (http://kb.atlassian.com/content/orion/docs/configuration/rmi.xml.html) If not specified, then it is the default - 23791. Unless you have changed this, you should just specify "ormi