随笔分类 - tomcat
摘要: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
阅读全文
摘要: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
阅读全文
摘要:Tomcat Architect 1 <Server> 2 <Service> 3 <Connector /> 4 <Connector /> 5 <Engine> 6 <Host> 7 <Context /> 8 </Host> 9 </Engine> 10 </Service> 11 </Ser
阅读全文
摘要:For this, you must run your application in debug mode, which requires below parameters. -Xdebug -Xrunjdwp:transport=dt_socket, server=y, address=<<por
阅读全文