Re: [EJB/Servlet 1.5.1]Classpath driving me nuts...

2001-06-06 Thread Steffen Stundzig
Hi Alex, I've also disabled, that orion deploy's my ear into a specific deployment directory. This I've done by removing the attribute 'application_deployment' from the element 'application-server' in 'ORION_HOME/config/server.xml'. Hope this helps. Regards Steffen... Alex Coyle

Re: [EJB/Servlet 1.5.1]Classpath driving me nuts...

2001-05-30 Thread Steffen Stundzig
Hi Ben, Ben Christensen [EMAIL PROTECTED] wrote: Just put your classpath in the /lib directory in Orions root. It works fine for directory structure in that directory and if you need to really specify something different or choose .jar files or something, edit application.xml in the config

[EJB/Servlet 1.5.1]Classpath driving me nuts...

2001-05-29 Thread Steffen Stundzig
Hi, I've a 'war' with a servlet. All needed jars and classes for the servlet resists under 'WEB-INF/lib' in the war-file, but orion doesn't find it automatically. My workaround is to build an 'ear' and in the root 'META-INF' I put an 'orion-application.xml' with an element library which

Re: [EJB/Servlet 1.5.1]Classpath driving me nuts...

2001-05-29 Thread Ben Christensen
Just put your classpath in the /lib directory in Orions root. It works fine for directory structure in that directory and if you need to really specify something different or choose .jar files or something, edit application.xml in the config directory right after this line: !-- Path to

Re: [EJB/Servlet 1.5.1]Classpath driving me nuts...

2001-05-29 Thread Gordon Reynolds (cyonara)
[EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, May 29, 2001 7:55 AM Subject: [EJB/Servlet 1.5.1]Classpath driving me nuts... Hi, I've a 'war' with a servlet. All needed jars and classes for the servlet resists under 'WEB-INF/lib' in the war-file, but orion doesn't find