Specifying transaction.log location

2002-01-15 Thread Lee Smith
Hi There, Just a nice easy question - I was wondering if somebody could tell me if there is a way to specify the location of the transaction.log file. By default this is placed at: ORION-HOME/persistence/transaction.log I've have a look through all the configuration files, but the

HTTP session replication problem

2002-01-15 Thread Franck valetas
Hi, I have 2 0rion 1.5.2 servers in the same cluster island. A session created on server 1 is correctly replicated on server 2, but a session created on server 2 is not replicated on server 1 ! When I restart server 1, the management console displays that all sessions from server 2 are

german umlauts

2002-01-15 Thread Jan Heise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi all, i have some weird behaviour, perhaps someone knows the solution: when i'm posting a form with german umlauts to the servlet-engine, the umlauts are lost in the processing, when using the blackdown or sun-jdks under linux. with the ibm jdk,

How to handle multiple developers

2002-01-15 Thread Nusairat, Joseph F.
Title: How to handle multiple developers I was wondering how do u guys wrap up an application and store it when u have multiple developers coding for the same app? -joseph Joseph Faisal Nusairat, Sr. Applications Developer WorldCom tel: 614-723-4232 pager: 888-452-0399 textmsg: [EMAIL

RE: Specifying transaction.log location

2002-01-15 Thread Jarrod Roberson
Title: Message it is a argument when you start the server -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Lee SmithSent: Tuesday, January 15, 2002 5:17 AMTo: Orion-InterestSubject: Specifying transaction.log location Hi There,

Multiply datasources for one application??

2002-01-15 Thread michael . bungay
Hi everyone, if there is anyone that can give me a hand I would really appreciate it. My Problem is that I have an application developed using orion and I works great but we are trying to set up multiply test environments using different database instances. My questions is can you set up one

RE: HTTP session replication problem

2002-01-15 Thread Mike Moulton
When all sessions disappear check to see if there was an orion exception at the same time. I am experiencing the same problem but there is an internal orion exception the moment everything stops working. Bug #687 on bugzilla covers my problem, but I haven't had any luck getting IronFlare to take

RE: How to handle multiple developers

2002-01-15 Thread Nusairat, Joseph F.
Title: RE: How to handle multiple developers I actuallly meant more in terms of storing the class files and then jaring them together. DO u all just store them on a shared drive instead?? And then alll jar em??? Joseph Faisal Nusairat, Sr. Applications Developer WorldCom tel: 614-723-4232

RE: Multiply datasources for one application??

2002-01-15 Thread The elephantwalker
Mike, You can use different data-sources by using a different location name for each data-source. You need to make sure that each data-source within your data-sources file has a distinct location name. You apps can use different data-sources.xml by including the data-sources.xml path in your

RE: How to handle multiple developers

2002-01-15 Thread john_haasbeek
Using CVS, I have each developer keep their own source tree and commit changes to the repository on a regular basis. Then I have a fake user (called test, or prod, or whatever) that I use to check out a source tree whenever I get ready for a release. Prior to a release, I get all the

Re: HTTP session replication problem

2002-01-15 Thread Scott Farquhar
Mike, Try running your program with the cluster debug flag add that information to the bug report: java -Dhttp.cluster.debug=true -jar orion.jar This will give you much more information about what is happening under the hood, and will allow IronFlare to fix much quicker. Cheers, Scott --

RE: How to handle multiple developers

2002-01-15 Thread Colin Jacobs
That's what we used to do also, however I now favor checking out the source for a test build, having QA verify it, then I deploy the same .ear or .war file to production. This ensures that what QA saw, prod gets; and it doesn't leave the CVS repository in a state where people are forbidden to

RE: IronFlare bug fixing policy

2002-01-15 Thread The elephantwalker
Geoff, Magnus Rydin told me that what they need are good examples for each bug so that they are absolutely reproducible. If you look at some of the bugs that are still open, these bugs don't have iron clad examples that are reproducible. So each of these bugs needs to be cleared...which means