> I haven't tried this in 4 but in 3 you can always just print to stdout or
> stderr
> eg. System.out.println("In the Foo function");
> Which will get printed to the console or your logs depending on how you're
> running tomcatThat is a very good idea. I'll give that a try. Also, I found that the log() command does work; I think there was a permissions problem on the logs/ directory. Thanks
