03 2018 档案
摘要:sometime, to make your change of configuration file be effective to web application, we have to restart the tomcat again then reload the memory cache.
阅读全文
摘要:after you startup your tomcat, you type a concrete request url in broswer, the tomcat probably will prompt you the subsequent message. it is because t
阅读全文
摘要:<project> [...] <build> [...] <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3
阅读全文
摘要:window OS: java -XX:+PrintFlagsFinal -version | findstr HeapSize Linux OS java -XX:PrintFlagsFinal -version | grep HeapSize the result is display in B
阅读全文
摘要:To find out the Tomcat version, find this file – version.sh for *nix or version.bat for Windows. This version.sh file is normally located in the Tomca
阅读全文
摘要:background: I have terminated some test debugger without properly saying goodbye. the JDWP didn't close related socket. so if I want to run Testng cas
阅读全文