I am also new to myeclipse, so please bear with me.
I am writing a simple jsp, and wanted to try debugging.
However …
I saw in release notes somewhere that debugging is not supported for the JRun application server. So I tried the tried-and-true method of System.out.println and System.err.println.
I got no console output.
But when I wrote a simple java class, I DID get console output using System.out.println.
So I was hoping that my output would possibly be going to a log file somewhere.
Some background info, which I believe is unrelated to the problem ..
I actually have JRun4 installed as part of a ColdFusion MX7 installation. They are tightly integrated. I have multiple server instances running, most of which are ColdFusion server instances. I get errors when I try to start and stop the JRun4 server from myeclipse, but I think that’s because I’m also trying to start and stop the other instances of the server.
So how do I debug a jsp file running under a JRun4 server?
Thanks in advance.