Ivar,

Line numbers are inferred from a stack trace and as the format of these
is not standardized, line numbers are necessarily a best-effort
function. It happens to work for mosty JVMs, though. It would be helpful
if you could say what JVM you're using and give your configuration as
well as sample output.

Thanks,
Anders


Ivar Vasara wrote:
> 
> I've tried the following things to get method names & line numbers to output
> while debugging a servlet, with no luck..
> 
> a) disabled JIT by setting the environment variable JAVA_COMPILER to NONE
> (as is indicated in the FAQ)
> b) tried putting servlets in system classpath with log4j
> c) tried log4j.jar as part of the web app
> 
> Nothing seems to work.. is there something I'm missing ?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

--
Anders Kristensen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to