作者: Border | 发表于: 2007-04-04 4/04/2007 02:02:00 下午
可以任意转载, 转载时请务必以超链接形式标明文章原始出处和作者信息及本声明
网址: http://borderjs.blogspot.com/2007/04/eclipes-tomcat-debugfailed-to-connect.html
方法一: 修改配置文件catalina.bat , startup.bat
1. 在环境变量中添加 jpda_address=8000, 也可以加到startup.bat 文件@echo off下面如:set jpda_address=8000
2. 打开catalina.bat,在文件中找到" set JPDA_TRANSPORT",把它的值设为dt_socket
3. 打开startup.bat, 在文件中找到"call "%EXECUTABLE%" start %CMD_LINE_ARGS%",
改为" call "%EXECUTABLE%" jpda start %CMD_LINE_ARGS%",
也就是在start前加jpda.
4. 在eclipse debug中选择" Remote Java Application" ,新建一个批port为jpda_address的值,
方法二: 通过GUI的"Configure Tomcat ".
b) Select the Java tab
c) Into the Java Options include (substituting the correct locations)
-Xdebug
-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
-Dcatalina.home=c:\tomcat
-Djava.endorsed.dirs=c:\tomcat\common\endorsed
-Djava.io.tmpdir=c:\tomcat
NB: These are all on separate lines, with a <CR> at each EOL
d) Select the Startup tab
e) Into the Arguments section include:
jpda
start
NB: These are all on separate lines, with a <CR> at each EOL
其中要注意<CR>
参考:
Failed to connect to remote VM. Connection refused
http://forum.java.sun.com/thread.jspa?threadID=752624
Debugging with Tomcat and Eclipse using jpda
http://www.eaves.org/blog-archive/000246.html
分享到:
相关推荐
解决Failed to connect to remote VM com.sun.jdi.connect.spi.ClosedConnectionException错误,tomcat远程调试
标题中的“关于Eclipse的'cannot connect to VM'”指的是在使用Eclipse集成开发环境时,用户遇到的一个常见错误提示。这个错误通常发生在尝试启动Java虚拟机(JVM)时,Eclipse无法成功连接到它。这可能是由于多种原因...
系统环境:CentOS Linux release 7.6.1810 (Core) 起因:npm构建时报错 ... fatal: unable to access 'https://github.com/nhn/raphael.git/': Failed connect to github.com:443; Connection timed out npm
在mac上搭建RN时或者其他环境时,需要安装Homebrew,但是会有Failed to connect to raw.githubusercontent.com错误问题,按照网上搜索的打开脚本替换源,但是脚本也打不开。 本资源是已经替换好的brew_install脚本,...
Failed to Connect to API(解决方案).md
Failed to connect to authentication server(解决方案).md
charlse是一款浏览器端代理工具,可以监视、拦截、替换全部的浏览器和服务器端的http协议文本,raw data等,不仅仅具有监视功能,还可以拦截并替换部分js,html页面,从而在本机调试服务器内容或绕过服务器限制等。
在Mac系统上使用Kinect设备时,可能会遇到“Target VM failed to initialize”的错误提示,这通常是由于Java虚拟机(JVM)初始化失败导致的。Kinect通常需要特定的驱动程序和软件环境才能在非Windows系统上正常运行...
下载VisualStudio离线安装包,部分组件下载失败:WebClient download failed: Unable to connect to the remote server.(已解决)-附件资源
在使用Loadrunner进行性能测试时,用户可能会遇到“Loadrunner连接负载机失败”的情况,具体表现为:尝试连接负载机时出现错误提示“Failed to connect to load generator. Check the output window for more ...
开始一直报错Failed to connect to raw.githubusercontent.com port 443: Connection refused error: Error: 7, 尝试过改动git config的代理,没有用, 换中科大的源,也没有用 最后解决办法如下,重装command line...
解决curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation timed out错误
- 错误提示:“Failed to connect to remote VM. Connection refused.” - 解决方法:检查Tomcat是否正在运行且配置正确。确保Eclipse中的主机地址和端口号与Tomcat配置匹配。 - **多个连接问题**: - 错误提示:...
### 解决Ubuntu安装时出现“Failed to load ldlinux.c32”的问题 #### 背景与概述 在使用U盘进行Ubuntu系统(版本16.04及以上)的安装过程中,用户可能会遇到一个常见的错误:“Failed to load ldlinux.c32”。这...
vbsedit Failed to load pdm.dll解决办法. 带有详细的使用说明 安装 vbsedit 运行时 来提示vbsedit Failed to load pdm.dll 千辛万苦找到的 很好用的解决办法
在IT行业中,我们经常遇到各种错误,"failed to execute script"是其中之一,尤其在尝试运行Python脚本时。这个问题通常发生在使用Python的`py`或`exe`可执行文件时,尤其是在试图通过命令行传递参数时。让我们深入...
win2000开机出现报错error failed to load kernel library,win2000开机出现报错error failed to load kernel library
然而,有时在使用VbsEdit时可能会遇到"Failed to load pdm.dll"的错误。这个错误通常意味着程序尝试加载pdm.dll动态链接库时失败,可能是由于以下原因: 1. **缺失或损坏的文件**:pdm.dll是某些应用程序或系统进程...
1.Connect to the ESX host using SSH. For more information, see Connecting to an ESX host using an SSH client (1019852). 2.Take a backup of the /etc/vmware/config file using this command: cp /etc/...