Xerces.jar

2001-06-05 Thread Eduardo Estefano
After upgrading to orion 1.5.1, orion would not find xerces.jar anymore in the classpath. I placed it in orion/lib - nothing I placed it in the application lib - nothing I placed it in the WEB-INF/lib - nothing Then I decided to the check the orion.jar manifest, and noticed that xerces.jar was

Re: getRemoteAddr() - APACHE as proxy !!

2001-06-05 Thread Eddie
Title: RE: modifying log levels through a management console OK, In the meantime I found out what is wrong: I am using apache as a proxy server, and therefore I do get the IP address of the server. How can I overcome this ?? Such that getRemoteAddr() does return the client's IP address in

RE: Oracle 9ias Container for J2ee (oc4j)

2001-06-05 Thread elephantwalker
I have been giving the Oracle salesman hell for the last year about their $1,000,000 offer ... since they did not include Orion in the speed test. Now I know why! Great job guys, you bagged the elephant! Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED]

Re: getRemoteAddr() - APACHE as proxy !!

2001-06-05 Thread Marcel Schutte
Hi, I don't know how it works, but in orion's changes.txt it says 'Added AJP13 support.' for version 1.4.8 . Unfortunately the docs don't mention it at all. As far as I know this is the protocol used by Tomcat to communicate with Apache. Perhaps it solves your problem, leaving you with the

JMX support on Orion

2001-06-05 Thread Setlur, Atul (MED)
Title: RE: modifying log levels through a management console Hello Everyone, I am trying to find out information about support for JMX on the Orion App Server. Is there any support for JMX? Does Orion provide aremote management console? What information is available for remote monitoring?

RE: getRemoteAddr() - APACHE as proxy !!

2001-06-05 Thread Andre Vanha
I've run into the same problem. I don't think there is any way around this, since the Apache module is a simple proxy. It would be necessary to improve the Apache plugin to send some extra headers, and then have orion interpret them. However without an open API through which to construct the

Re: getRemoteAddr() - APACHE as proxy !!

2001-06-05 Thread mascolino . mr
Oracle 9iAS uses Apache as the web server so prehaps this addition of AJP13 support was added because of Oracle's licensing. m Mark R Mascolino Technology Missionary The Procter Gamble Co. [EMAIL PROTECTED] Internet Mail

RE: getRemoteAddr() - APACHE as proxy !!

2001-06-05 Thread elephantwalker
Andre, Sorry, but the loadbalancer.jar has the same problem. For example, the access logs for the various orion servers only report the ip of the loadbalancer...not very interesting. Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

Orion Console - Global Application - Resource

2001-06-05 Thread Mustafa Cayci
Hi, I have a data-sources.xml that configured to talk to Oracle with certain username. However, when I am in Console/Global Application/Resources to list tables, I am getting the list of tables for every schema in database. Shouldn't I only see my schema which I defined in data-sources.xml?

Tag library TEI difference

2001-06-05 Thread Wendell Nichols
I have a small tag library application which I have successfully deployed on Jrun and Tomcat. The tei class describes a field like this: public VariableInfo[] getVariableInfo(TagData data) { return new VariableInfo [] { new VariableInfo(eCTSResult,

RE: Xerces.jar

2001-06-05 Thread Mike Cannon-Brookes
java.lang.NoClassDefFoundError: org/apache/xalan/xslt/XSLTProcessorFactory This file is in Xalan.jar not Xerces.jar ? Orion no longer needs Xerces, it uses JAXP and Crimson instead. You should code to the JAXP API anyway, not to Xerces specific APIs - for portability. -mike

Re: Xerces.jar

2001-06-05 Thread Kesav Kumar
If you want your xerces.jar to be picked from your classpath keep xerces.jar in jre\lib\ext directory. - Original Message - From: Eduardo Estefano [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, June 05, 2001 8:46 AM Subject: Xerces.jar After upgrading to orion

Re: getRemoteAddr() - APACHE as proxy !!

2001-06-05 Thread Daniel López
Well, I have some partially good news: There is a way around that using Apache. I'm also using it as a proxy, to concentrate all the services on the standard HTTP port while keeping different Orion instances running, and as some of our security requirements take into account the IP from the