Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序在 jrockit jvm 上运行,并且我已将 jvm 参数设置为 -DproxySet=true -Dhttp.proxyHost= -Dhttp.proxyPort=8888。
但是当java应用程序进行http调用时,我没有看到通过提琴手路由的http流量。看起来 proxyHost/ProxyPort 在 jrockit 中不起作用。
谢谢。