我问的问题很怪吗?
简单点说就是我用Jbuilder+weblogic集成开发,在Jbuilder里面启动weblogic编译,部署全部完成以后,可以执行我的servlet调用EJB
但是关掉Jbuilder,我在外面启动weblogic,就不能执行,我怎样作才能在外面启动weblogic也能执行呢?不知道该怎么作!
帮忙!

解决方案 »

  1.   

    不知道能否把错误提示贴上来?还有weblogic的版本?我使用过jbuilder8和Weblogic7,8.1是没有问题的
      

  2.   

    错误就是,我在IE里面打开servlet的时候,报Not Found的错,就是平常那个部署不对或者路径不对会报的Not Found
    我用的是JBuilder7和weblogic7。
    帮忙!
      

  3.   

    错误信息如下:
    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.
     
      

  4.   

    那用Jbuilder给打好的JAR和war包吗?
    还是自己打包?
    配置文件在Jbuilder下面不是已经写好了吗?
    真的不是很懂。多指教!
      

  5.   

    用Jbuilder给打好的JAR
    配置文件可以用Jbuilder写好的
      

  6.   

    如果你收到过我的例子,应该会很清楚的了 ------------------------------------------------------
               我们还年轻牛奶会有的奶牛也会有的 
                 可天天在 csdn 混这些会有吗 ??
      

  7.   

    我正在看zez的例子,原来以为用JBuilder和Weblogic集成,就什么都省了,没想到还是要自己部署。