The same (listening) port can't be used by more than one program/process/whatever. This is the case with any port and application running on the same machine. It doesn't matter what OS. For example, you can't start two IIS or Apache servers both using port 80.
With this in mind, the fact that you're not seeing the same behaviour on Linux and Windows could be for all sorts of reasons, I'm not sure the answer is here :( I don't really see CF as being 'Windows orientated'... am I miss-understanding you? Final thought... it looks like the debugger (or part of) is a C program, not java. There for it's possible it functions differently on the various platforms, but seems unlikely. Cheers. On 10/23/07, Andrew Scott <[EMAIL PROTECTED]> wrote: > > > Charlie, > > I guess being so Windows 2003 orientated that when you install CF8 on > Windows 2003, you get the Admin instance and the CF8 instance and both > can work together in debug mode. > > However, when running under linux this is not the case. And yes you > are right, if the admin instance is not running under linux there is > no problem with the debugger. > > I am confused as to why this is the case only under linux? > > > > On 10/23/07, Charlie Arehart (lists account) <[EMAIL PROTECTED]> > wrote: > > > > Well, you refer to "jrun" in this and the last note, and that's > confusing. > > Do you mean the Admin instance? In the multiinstance mode, Jrun is > always > > running (and the CF instance runs within it). But my point was about in > fact > > whether you had the Admin instance running. If not, that would be why > you > > had no conflict. > > > > Sorry, won't see your reply for several hours. Bed time for me. :-) > > > > /charlie > > > > -----Original Message----- > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf > > Of Andrew Scott > > Sent: Tuesday, October 23, 2007 12:42 AM > > To: [email protected] > > Subject: [cfaussie] Re: Anyone seen this error before? > > > > > > Oh and I forgot to add that if jrun is not running, then there is no > problem > > with the debugger conflict on linux. > > > > > > > > On 10/23/07, Andrew Scott <[EMAIL PROTECTED]> wrote: > > > Charlie, > > > > > > That's the thing no it has only one instance of jrun4 and one instance > > > of cfusion, this was a complete fresh install on linux. But the thing > > > that I took extreme notes on was that it was a shared JVM instance > > > between jrun and cfusion. > > > > > > Now the other thing to note here, is that on windows 2003 this is not > > > a problem on one server, but here on linux the jrun and cfusion are > > > the ones that seem to be conflicting. As to why this is the case only > > > on linux is what has me stumped. > > > > > > > > > On 10/23/07, Charlie Arehart (lists account) < > [EMAIL PROTECTED]> > > wrote: > > > > > > > > > > > > Andrew, in that multiinstance deployment, did you have more than one > > > > CF instance configured? And if not, did you start the Admin > > > > instance? If not, then you only had one instance running, using what > > > > would be a shared jvm.config. As soon as you try to run one of them > > > > when the other is running, you should get the "no transports > > initialized" error. > > > > > > > > /charlie > > > > > > > > > > > > > > > > > > > > -- > > > > Senior Coldfusion Developer > Aegeon Pty. Ltd. > www.aegeon.com.au > Phone: +613 8676 4223 > Mobile: 0404 998 273 > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
