Re: Tag library TEI difference

2001-06-06 Thread Marcel Schutte
On the orionserver homepage it says jsp1.1 support, not jsp1.2. Also, packed in orion.jar is the dtd for the 1.1 version of .tld's. So orion support jsp 1.1 Perhaps you also did, but I looked it up in the specifications. jsp1.1 actually has an error in the javadoc for VariableInfo, since it

Re: getRemoteAddr() - APACHE as proxy !!

2001-06-06 Thread Eddie
:( - Original Message - From: Andre Vanha [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, June 05, 2001 9:55 PM Subject: RE: getRemoteAddr() - APACHE as proxy !! I've run into the same problem. I don't think there is any way around this, since the Apache

Re[2]: Tag library TEI difference

2001-06-06 Thread Turilin Mikhail
UNSUBSCRIBE ME FROM THIS GROUP! - Best regards, Turilin Mikhail mailto:[EMAIL PROTECTED]

Generate and save a file

2001-06-06 Thread Markus Härnvi
[This might show up twice. I waited two days before sending it again] Hi! I need to save a file to disk from EJBCreate() in an entity bean. What is the best way? I read that Weblogic allows you to violate the EJB specification and use a FileOutputStream. Does Orion let me do this as well? I

RE: how to run jsps and servlet on orion?

2001-06-06 Thread Hasan
i put the source under %TOMCAT_HOME%\webapps\ngetest\ i call it localhost:8080/ngetest/LoginPage.jsp but when i hit the submit button it goes to localhost:8080/LoginPageResult.jsp my questions are: 1. can i call it localhost:8080/LoginPage.jsp? how? 2. if can not, how to make the action goes to

Re: getRemoteAddr() - APACHE as proxy !!

2001-06-06 Thread Eddie
:) - Original Message - From: Daniel López [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, June 06, 2001 7:49 AM Subject: Re: getRemoteAddr() - APACHE as proxy !! Well, I have some partially good news: There is a way around that using Apache. I'm also using

Problem wit Orion 1.4.5 and PostgreSQL 7.1.1

2001-06-06 Thread Armin Rauch
I have a problem with a specific CMP EJB. It is occuring with only one of many CMP EJBs in my application and only with PostgreSQL. Oracle is working fine here and PostgreSQL table is containing all data. If retrieved with a generated finer method, I get the following error while accessing the

RE: Generate and save a file

2001-06-06 Thread Jason Smith
I thought about using RMI to call an external method. But then I would have to start rmiregistry on the server as well as Orion. Or could Orion act as RMI-server too? Sure, no problem. You could also just send a JMS message to a queue and have your server process listen for that.

Re: Generate and save a file

2001-06-06 Thread Lachezar Dobrev
I personally use upload via HTTP from the EJB. Noone says i have to stop using Client sockets :))) Lachezar. BTW. U can use streams in Orion. Try not to :))) [This might show up twice. I waited two days before sending it again] Hi! I need to save a file to disk from EJBCreate()

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: Generate and save a file

2001-06-06 Thread Markus Härnvi
How do I use Orion instead of rmiregistry?

Access Log Format with Cookies

2001-06-06 Thread Stephen M Hellman
I am in need of formatting our access log files in a similar vein to the ways Apache does for WebTrends analysis specifically with regard to recording cookie information. In Apache, I would add the tag, \%{Cookie}i\ , to the LogFormat for use with a CustomLog directive. In Orion, I know that in

Great new book

2001-06-06 Thread Kemp Randy-W18971
Anyone see the book Java 2 Enterprise Edition by Mark Wutka? It's almost as relaxing and refreshing as a good movie.

Oracle deal

2001-06-06 Thread Bryan Young
I just read about Orion being used as the base code for their 9i app server. Does anyone know the specifics of the deal? Specifically I wanted to know what version of Orion they are using, and if there would be any benefit to future versions of Orion.

RE: Oracle deal

2001-06-06 Thread elephantwalker
This is from the original poster, Phil Ross. It looks like a version just for Oracle, so I think you should direct your question to Oracle to ask which version and how it compares with Orion 1.5.2. java -jar ./j2ee/home/orion.jar -version Oracle9iAS (1.0.2.2) Containers for J2EE

Re: Access Log Format with Cookies

2001-06-06 Thread Marcel Schutte
There is no way to get a listing of all cookies in your log. You will have to specify their names the way you did. There are actually two more format vars available: $header:header-name is similar to the $cookie var for headers $mime shows the request mime type Marcel - Original Message

Re: Oracle deal

2001-06-06 Thread Phillip Ross
I've been told Oracle's oc4j is orion 1.5.0. And I've also been told that it's confidental as to how/when/if ironflare will continue to push newer builds of orion to Oracle or what. - Phillip --- Bryan Young [EMAIL PROTECTED] wrote: I just read about Orion being used as the base code for

RE: I require step by step install instructions for Pet Store1.1.2 on Orion please?

2001-06-06 Thread Kesav Kumar
Title: RE: I require step by step install instructions for Pet Store1.1.2 on Orion please? Add import=java.io.* to your errorpage.jsp in the main %@page%tag. Kesav Kumar Software Engineer Voquette, Inc. 650 356 3740 mailto:[EMAIL PROTECTED] http://www.voquette.com Voquette...Delivering

Re: Oracle deal

2001-06-06 Thread Chad Cromwell
this is true it is basically orion 1.4.5 - Original Message - From: Bryan Young To: Orion-Interest Sent: Wednesday, June 06, 2001 1:10 PM Subject: Oracle deal I just read about Orion being used as the base code for their 9i app server. Does anyone know

Fatal error: Cannot find class java/lang/StackOverflowError

2001-06-06 Thread Mustafa Cayci
Hi, During the execution of my external client, I got this error message from JDeveloper. This is the only error message I got either within JDeveloper or Orion. I have noticed some of you had already encountered this problem, and I am not sure if it was resolved by now (1.5.2) Thanks, Mustafa

NEWBIE: Default HTTP Content-Type

2001-06-06 Thread Norbert Papke
I have just started to play around with the Orion server and am very impressed by it. Installation and configuration was a snap, performance and footprint are great. I have, however, noticed one ideosyncracy that I hope somebody will be able to help me with. I have some text files on my site

RE: Serious problem with Orion transaction processing: multiple c onnecti

2001-06-06 Thread Eduardo Estefano
For now, we have solved our blocking problems by turning off some foreign keys. This is ok, but we would like to put them back in the database. The good thing is that I know orion is considering both calls part of the same transaction because if I set the context to rollbackOnly it will rollback

Re: Oracle deal

2001-06-06 Thread Noah Nordrum
actually, it's totally true that it's 1.5.0 as Phillip stated... - Original Message - From: Chad Cromwell To: Orion-Interest Sent: Wednesday, June 06, 2001 4:58 PM Subject: Re: Oracle deal this is true it is basically orion 1.4.5 - Original

Re: Oracle deal

2001-06-06 Thread Julian_Doherty
What I am interested in is what are the future implications for Orion? We are about to purchase a license for Orion, but if development on Orion isn't going to be the main focus, where does that leave customers? Julian Doherty Information Systems Analyst Education Review Office

Re: Oracle deal

2001-06-06 Thread Jay Armstrong
Some of you may recall that, back in April, for about a week, we had a heated, sometimes humorous discussion with the subject A Swedish Idea (for Ironflare to call their fellow Swedes at MySQL). Someone made the comment: ** ...they (Magnus and Karl) are just 2 guys, who wanna code

RE: Oracle deal

2001-06-06 Thread Mike Cannon-Brookes
I'm fairly sure it's Orion 1.5.1 but anyone with an Oracle license can download it and check for us by running java -jar orion.jar -version (yes, it is still called orion.jar ;)) Also see http://technet.oracle.com:89/cgi-bin/forumdisplay.cgi?action=topicsforum=Or acle9iAS+J2EEnumber=99 (may

RE: Oracle deal

2001-06-06 Thread Mike Cannon-Brookes
It leaves customers in the same position they were in before. Orion still sells an app server, and a damned good one at that. The Oracle app server is the same (now) but only comes bundled with a $50,000+ database - so they're in slightly different price brackets. -mike Mike Cannon-Brookes -