----- Original Message ----- From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, December 15, 2001 11:08 PM Subject: Re: Url handler (Cocoon/OpenOrb/Tomcat 4.0.1 mix)
> > > On Sat, 15 Dec 2001, Anton Jansen wrote: > > > Date: Sat, 15 Dec 2001 23:02:41 +0100 > > From: Anton Jansen <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > > To: Tomcat Users List <[EMAIL PROTECTED]> > > Subject: Re: Url handler (Cocoon/OpenOrb/Tomcat 4.0.1 mix) > > > > I have tried it with and without the security option both instances fail. I > > have an explicit grant for the > > jar file containing openorb. > > > > > > The dump you wanted: > > exception : org.omg.CORBA.INITIALIZE: Cannot create resource URL. > > Please set the openorb.home property. > > I don't know openorb at all, but this sounds like a missing property > setting, not a security exception :-). I'd suggest trying what it says to > do. > > If it's a system property you need, you can either call > System.setProperty() -- if the security manager lets you -- or you can > pass in system property setting commands to the JVM by setting the > CATALINA_OPTS environment variable before starting Tomcat, like this (Unix > syntax): > > export CATALINA_OPTS="-Dopenorg.home=/path/to/openorb/home" > > Craig I have to go to sleep i will try this first thing tommorrow. I know Openorb tries to find this directory through a resource url it has defined and probarly this can't be done if it can't find the root path of his jar file. Anton -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
