Weblogic Project迁移问题(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 12c后,我在Weblogic系统库中找不到两个库。在Weblogic 12C中,是否可以用com.oracle.webservices.wls.jaxrpc-client.jar代替wseecclient .jar?webservices.jar可以被lib/weblogic.jar取代吗?
您需要将这些web服务升级到JAX-WS。WLS webservices 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服务此版本中可用的堆栈。">