部署在tomcat上的web应用如何顺利部署到weblogic上

部署到weblogic上后,打开报404错误

Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found

The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.

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.

【1】如果引入第三方jar,,需要把jar一块考到,,weblogic的lib目录中,,

【2】如果没有引入第三方的jar,,,几乎是0修改(我当时做的时候,是0修改切换)

页面没找到,看样子。
看看目录结构对不对,
Tomcat的xml配置里的文件路径

TOMCAT里 server.xml
以及 应用目录里 web.xml

组织配置 weblogic应用目录里 web.xml的内容