Orion CLASSPATH

2001-04-23 Thread Geoffrey Marshall
Hello all! Can anyone tell me what Orion is doing with the CLASSPATH. I suspect it is building its own or adding to mine simply because it knows how to find certain jars that I have not specified anywhere. Any info appreciated... -- Geoffrey W. MarshallDirector of Development --

Re: Orion as Win2000 service using jnt !

2001-04-19 Thread Geoffrey Marshall
Go to services and start service orion. This is detailed in the jnt instructions. On Wednesday, April 18, 2001, at 07:44 AM, Mac Ferguson wrote: > I don't think you need the "<>" around the startup dir... > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Beh

Re: sharing class files between applications

2001-04-12 Thread Geoffrey Marshall
I know this is not the solution you're looking for, but what I do is simply define all my packages in /com/domainName/package(s)/classes. Then in the /WEB-INF/classes directory for each application, I simply make a symbolic link ( ln -s /com com). So far, so good. On Thursday, April 12, 2001,

Re: Error starting HTTP server

2001-04-11 Thread Geoffrey Marshall
I bet you are trying to run Orion on a low port, reserved by root. I get that problem if I DO NOT run orion as root on port 80. My network guy was looking into it and I'll let you know if he comes up with a solution... On Tuesday, April 10, 2001, at 02:29 PM, Ashok Banerjee wrote: > On NT O