Weblogic项目迁移问题(10.3.6 -〉12 cR2)
您好,我是
更改Weblogic后,我开始收到以下错误。
404 Not Found
Connection: close
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.</p><p>If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
我认为这看起来像RPC库冲突。
我的项目使用下面的Weblogic系统库。
MW_HOME/wlserver_10.3/server/lib/server/lib/api.jar
MW_HOME/wlserver_10.3/server/lib/wls-api.jar
MW_HOME/wlserver_10.3/server/lib/webservices.jar (Error Missing File)
MW_HOME/wlserver_10.3/server/lib/wseeclient.jar (Error Missing File)
修改Weblogic 12 c后,在Weblogic系统库中找不到两个库,在Weblogic 12 C中,wseeclient.jar是否可以替换为com.oracle.webservices.wls.jaxrpc-client.jar,webservices.jar是否可以替换为lib/weblogices.jar?
1条答案
按热度按时间k2arahey1#
您需要将这些Web服务升级到JAX-WS。WLS Web服务8.1已删除。
更多信息:https://docs.oracle.com/cd/E24329_01/web.1211/e24497/upgrade_ws.htm#WLUPG334
在12.1.1版本中,已删除8.1 WebLogic Web服务运行时。如果使用的是8.1 WebLogic Web服务,则需要将8.1 WebLogic Web服务应用程序升级到此版本中可用的Web服务堆栈。