I've got a website which members can log in and out of
(by way of a form which connects to a JSP).

I've created a simple method in a Java class to write to
a text format log file to tell me stuff like who they are,
when they logged in etc.

So far so good.

I'm now trying to write a JSP to analyse this log but
when I try and access the page, tomcat usually hangs
indefinitely. Occassionally it will display something I jtas ask
for, say, the Strings of IDs. Tomcat will then slow right down
(approximately 4-6x slower) and eventually need restarting.

I've tried with a smaller test file.
I'm closing the file connection which I open in Java.
There doesn't appear to be anything in the logs, in fact
neither Tomcat nor Apache appear to recognise the page request
at all.

Any ideas / thoughts / suggestions !?

Thanks,
Adam.


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

Reply via email to