nested exception is com.sun.jersey.api.client.UniformInterfaceException

原因:
一台电脑运行了两个Tomcat服务器
方法:
修改tomcat中config文件夹中的web.xml文件
添加如下代码

<init-param>
    <param-name>readonly</param-name>
    <param-value>false</param-value>
</init-param>

nested exception is com.sun.jersey.api.client.UniformInterfaceException

上一篇:web容器的会话机制


下一篇:一次频繁gc的故障分析