tomcat8無法遠端debug的問題

2021-07-25 08:09:19 字數 539 閱讀 3263

遠端debug的步驟:

(1)修改startup.bat:

call "%executable%" start %cmd_line_args%
改為:

call "%executable%" jpda start %cmd_line_args%
按道理說,這樣修改了以後,預設在8000埠就可以進行除錯了。實際上卻報了如下的錯誤:

奶奶個熊的!百思不得其解!

看看catalina.bat裡面這是埠的地方:

為毛位址上加了個字首localhost?

猜測,他的意思是只能在本機執行。檢視tomcat7的catalina.bat,果然!

去掉localhost就可以了。

tomcat8遠端除錯配置 tomcat7

8 遠端debug的步驟 1 修改startup.bat plain view plain copy call executable start cmd line args 改為 plain view plain copy call executable jpda start cmd line ar...

Tomcat8 目錄結構

bin tomcat8.0 doc對這個目錄的簡單說明為 bin startup,shutdown,and other scripts.the sh files for unix systems are functional duplicates of the bat files for windo...

tomcat 8 安裝ssl證書

申請了 ssl證書 2.2 編譯安裝 cd openssl 1.1.1f config prefix usr local openssl no zlib make make install 2.3 備份原配置 如果已經安裝過 mv usr bin openssl usr bin openssl.ba...