记录下IDEA中调试Tomcat源码的过程
打算动态调试看看Tomcat源码, 发现Tomcat是使用ant构建的, 直接复制源码到IDEA中不太方便,研究了下怎么在IDEA中动态调试Tomcat源码
打算动态调试看看Tomcat源码, 发现Tomcat是使用ant构建的, 直接复制源码到IDEA中不太方便,研究了下怎么在IDEA中动态调试Tomcat源码
下载地址:
https://github.com/ilanyu/ReverseProxy-Android/releases/
使用步骤:
使用说明详见:http://blog.lanyus.com/archives/174.html
v1.1版在这里:http://blog.lanyus.com/archives/189.html
v1.2版在这里:http://blog.lanyus.com/archives/228.html
v1.3版在这里:http://blog.lanyus.com/archives/231.html
v1.4版在这里:http://blog.lanyus.com/archives/305.html
v1.5版在这里:http://blog.lanyus.com/archives/314.html
更新说明:
修改默认端口为1027
下载地址:
https://github.com/ilanyu/ReverseProxy/releases/latest
使用方法:
./ReverseProxy_[OS]_[ARCH] -h
Usage of ReverseProxy_[OS]_[ARCH]:
-l string
listen on ip:port (default "0.0.0.0:8888")
-r string
reverse proxy addr (default "http://idea.lanyus.com:80")
./ReverseProxy_windows_amd64.exe -l "0.0.0.0:8081" -r "https://www.baidu.com"
Listening on 0.0.0.0:8081, forwarding to https://www.baidu.com
默认反代idea.lanyus.com, 运行起来后, http://127.0.0.1:8888/JRebel用户名 就是激活地址了, 邮箱随意填写, 当然, 也可用于idea
也可以在Docker中使用
docker pull ilanyu/golang-reverseproxy
docker run -d -p 8888:8888 ilanyu/golang-reverseproxy
使用说明详见:http://blog.lanyus.com/archives/174.html
v1.1版在这里:http://blog.lanyus.com/archives/189.html
v1.2版在这里:http://blog.lanyus.com/archives/228.html
v1.3版在这里:http://blog.lanyus.com/archives/231.html
v1.4版在这里:http://blog.lanyus.com/archives/305.html
更新说明: