部署好了,就可以的wls console在web application的时候不是可以选择的吗?你只要选中c:\test\xxx.war然后,upload就可以了就可以由你想要的效果了:)

解决方案 »

  1.   

    好像是不可以改动的。upload只是动态发布到应用里面,实际上还是发布在applications目录下面。
      

  2.   

    TO:Sundery(Sundery)
    " 选中c:\test\xxx.war然后,upload就可以了"
    我的wls里的consile怎么没有upload这个选项呀?请详细一点告诉我好吗?
      

  3.   

    登陆wls console
    左边一栏有mydomain->deployments->application看到了吗?嗬嗬
      

  4.   

    看到了呀,有我的war,但是点右键也没有upload这个选项呀!
      

  5.   

    在点击application出现的网页中,有Configure a new Application
    对吗?
    点击进入Step 1.   through your browser   ->upload 这下看到了吧?Step 2.   选择自己要发布的那个东西的旁边的[select]......
      

  6.   

    原来这样,那与在JB中直接部署也是一样的结果呀,但是我为何在
    http://127.0.0.1:7001/servletname看到的是错误呢
    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.