I'm developing a
J2EE application from a windows platform which will be deployed on an AS400. The application will run within a HostPublisher server instance.
I want an easy way to access the log information. The default setting is all logging (for all applications on the server) goes to one file. Is there a way i can configure websphere/hostpub to send my context.log() messages to its own log... like
tomcat! Or do I have to reinvent the wheel and create my own logger?
Thanks