Re: running Orion as a daemon

2002-03-14 Thread Christian Meunier
http://www.orionsupport.com/articles/downloads/orion - Original Message - From: Oleg Bivol To: Orion-Interest Sent: Thursday, March 14, 2002 1:31 PM Subject: running Orion as a daemon Hi list, We have a remote Linux machine and we need to remotely launch

Re: Bug?!

2002-03-13 Thread Christian Meunier
You need to update your filter, the 1.5.2 was buit on not yet finished servet 2.3 spec while the 1.5.4 is based on the latest and finished servlet 2.3 spec.   Your generic filter should now looks like this:   import javax.servlet.FilterChain;import javax.servlet.FilterConfig;import javax.ser

Re: Wow. It seems that 1.5.4 is released!!!

2002-02-15 Thread Christian Meunier
See changes.txt -- 1.5.4 -- Added support for local interfaces Added support for many to many relationships Added support for cascade-deletes Added support for automatic primary keys (primary key class set to java.lang.Object) Added windows security workaround patch Fixed #188 JMS publish messag

Re: Weird behaviour: Orion 1.5.3 / Postgres 7.2RC2 / RH7.2

2002-02-03 Thread Christian Meunier
Supporting YOUR worldOn 3/2/02 3:47 AM, "Christian Meunier" ([EMAIL PROTECTED]) penned the words: Hi,i re installed my server yesterday, upgrading mainly the os and some hardware.I got like 30 000 visit / day with 2Millions hitsthe os is : RH 7.2, the cpu is an athlon 6

Re: Weird behaviour: Orion 1.5.3 / Postgres 7.2RC2 / RH7.2

2002-02-03 Thread Christian Meunier
AM, "Christian Meunier" ([EMAIL PROTECTED]) penned the words: Hi,i re installed my server yesterday, upgrading mainly the os and some hardware.I got like 30 000 visit / day with 2Millions hitsthe os is : RH 7.2, the cpu is an athlon 600MHz with 1.5Go SDRAMgot an Adaptec ra

Weird behaviour: Orion 1.5.3 / Postgres 7.2RC2 / RH7.2

2002-02-02 Thread Christian Meunier
Hi,i re installed my server yesterday, upgrading mainly the os and some hardware.   I got like 30 000 visit / day with 2Millions hits the os is : RH 7.2, the cpu is an athlon 600MHz with 1.5Go SDRAM got an Adaptec raid controller 3200S ( one array in raid 1)   Top snapshot: -

Re: Pet Store 1.3 and Orion

2002-01-11 Thread Christian Meunier
No, local interface are not yet supported by Orion 1.5.3 - Original Message - From: "Jean-Guillaume LALANNE" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, January 11, 2002 11:19 AM Subject: Re: Pet Store 1.3 and Orion > > - Original Message - > Fro

Re: Bug #437

2001-12-06 Thread Christian Meunier
little out of topic but speaking of apache as front end for Orion, anyone figured out how to use APJ13 API between Apache & Orion ? - Original Message - From: "Sebastiano Pilla" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 6:00 PM Subject:

Re: session bug

2001-09-18 Thread Christian Meunier
i have the same issue - Original Message - From: "Denis Kranjcec" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, September 18, 2001 1:44 PM Subject: session bug > Hello everyone! > > I think I have found bug in orion 1.5.2. > There is problem with sessions.

Re: cant start orion after the auto update.....

2001-04-28 Thread Christian Meunier
I tried that and the auto update done nothing at all. I then tried something simple : got a fresh copy of 1.4.5 from orionserver installed it ( java -jar orion.jar -install) -> Orion worked well (default orion webpage) then i updated it ( java -jar autoupdate.jar) and when i tried to start it aga

RMI & security policy while using Jsp / Orion 1.4.7

2001-03-26 Thread Christian Meunier
Hi, im trying to connect from a jsp to a rmi server.   i done it succesfully with a stand alone client passing new security policy file in as an argument: (java -Djava.security.policy=test.policy myRMIClient)   Now when i try to connect to my rmi server from a jsp, i keep having the followin

Class cast exception....

2001-03-16 Thread Christian Meunier
Hi all, i got a class cast exception trying to use an instance of an object throught 2 jsp pages or so. dumb example:   fct.jsp: --- <%!public class Website {  private int num;  private String nom;     public Website()  {   this.num=100;   this.nom="example";  } }%>   ess

Re: Port forwarding

2001-01-22 Thread Christian Meunier
You should use the port forwading module with ipmasqadm instead : ipmasqadm portfw -a -P tcp -L your_ip 80 -R your_ip 10080 type: ipmasqadm portfw for the complete usage. IMHO, to seperate forwarding stuff and firewall rules using ipchains and portfw is better. - Original Message - Fr

Netscape and Referer...

2001-01-16 Thread Christian Meunier
Hi all,   In my app im using referes a lot and that works perfectly under IE. The request.getHeader("Referer") returns what it should be. However , under netscape, request.getHeader("Referer") always returns the NULL value.   Any tips ?   Thx in advance.

Re: New howto on OrionSupport: Using JDBC from Servlets

2000-10-24 Thread Christian Meunier
I would like to comment the article on one point, its really important to use Try{}Finally{} blocks to ensure that the connection will return to the pool. In the example, if the sql throws an exception, the connection ll never return to the pool. However in this code, the connection ll return to

Orion Server and Ports...

2000-10-02 Thread Christian Meunier
Hi,   When i start Orion, 2 ports r opening :   80 for www ( that is ok) 23791 for ? (Servlet Engine or something similar i guess)   What is really strange and annoying, is that the port 23791 seems to accept connection from outside.   Can someone clarify the use of this port and the securit