jconsole « Log « JSP-Servlet Q&A





1. how to ouput text to java console from servlet    stackoverflow.com

I have a servlet. But it is not working as desired. Hence for debugging purposes, I want to print statements to the java console(the one that can be opened using the ...

2. Illegal argument for setLoggerLevel() loggingmxbean    stackoverflow.com

I am getting Illegal argument(Bad Level) exception when i try to call setLoggerLevel() through jconsole. The method is invoked successfully if i give the level as "INFO". anything other than that ...