1. how to ouput text to java console from servlet stackoverflow.comI 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.comI 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 ... |