用weblogic部署 一个新建的程序 
    访问地址:http://localhost:7001/Mytest
  报错如下:
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.   

    Web应用中的Servlet配置不对吧,服务器倒是起来了
      

  2.   

    404,先看路径是否正确,
    你把后面的MyTest去掉试试
      

  3.   


    http://localhost:7001 报和上面一样的错
    http://localhost:7001/console 是个登录页面
      

  4.   

    web  中的Servlet 需要怎么配置?
      

  5.   

    这个是你生产可部署Web应用时就有了的,web.xml,console中能看到应用状态,如果状态没问题再检查程序的配置
      

  6.   

    这个程序是刚刚新建立的  用jboss可以正常运行  换成weblogic就报错     mscf 不是特别理解你的意思,能详细点吗?