20:10:29,550 INFO  [TomcatDeployer] deploy, ctxPath=/HWSBOSWeb, warUrl=file:/D:/setupsoft/GreenSoft/javadep/jboss4/server/hwbos/deploy/HWSBOSWeb.war/
20:10:30,231 INFO  [Servlet] Registration is not done -> stop
20:10:30,241 INFO  [Servlet] Registration is not done -> stop
20:10:30,261 INFO  [Servlet] Registration is not done -> stop
20:10:30,271 INFO  [Servlet] Registration is not done -> stop
20:10:30,281 INFO  [Servlet] Registration is not done -> stop
20:10:30,301 INFO  [Servlet] Registration is not done -> stop
20:10:30,361 INFO  [Servlet] Registration is not done -> stop
20:10:30,371 INFO  [Servlet] Registration is not done -> stop
20:10:30,371 INFO  [Servlet] Registration is not done -> stop
20:10:30,391 INFO  [Servlet] Registration is not done -> stop
20:10:30,401 INFO  [Servlet] Registration is not done -> stop
20:10:30,411 INFO  [Servlet] Registration is not done -> stop
20:10:30,421 INFO  [Servlet] Registration is not done -> stop
20:10:30,421 INFO  [Servlet] Registration is not done -> stop
20:10:30,431 INFO  [Servlet] Registration is not done -> stop
20:10:30,451 INFO  [Servlet] Registration is not done -> stop
20:10:30,491 INFO  [Servlet] Registration is not done -> stop
20:10:30,491 INFO  [Servlet] Registration is not done -> stop
20:10:30,501 INFO  [Servlet] Registration is not done -> stop
20:10:30,511 INFO  [Servlet] Registration is not done -> stop
20:10:30,511 INFO  [Servlet] Registration is not done -> stop
20:10:30,521 INFO  [Servlet] Registration is not done -> stop
20:10:30,531 INFO  [Servlet] Registration is not done -> stop
20:10:30,531 INFO  [Servlet] Registration is not done -> stop
20:10:30,541 INFO  [Servlet] Registration is not done -> stop
20:10:30,541 INFO  [Servlet] Registration is not done -> stop
20:10:30,581 INFO  [Servlet] Registration is not done -> stop
20:10:30,581 INFO  [Servlet] Registration is not done -> stop
20:10:30,5

解决方案 »

  1.   

    20:10:38,122 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=file:/D:/setupsoft/GreenSoft/javadep/jboss4/server/hwbos/deploy/TlbWeb.war/
    20:10:38,372 INFO  [Servlet] Registration is not done -> stop
    20:10:38,382 INFO  [Servlet] Registration is not done -> stop
    20:10:38,382 INFO  [Servlet] Registration is not done -> stop
    20:10:38,402 INFO  [Servlet] Registration is not done -> stop
    20:10:38,412 INFO  [Servlet] Registration is not done -> stop
    20:10:38,422 INFO  [Servlet] Registration is not done -> stop
    20:10:38,422 INFO  [Servlet] Registration is not done -> stop
    20:10:38,432 INFO  [Servlet] Registration is not done -> stop
    20:10:38,472 INFO  [Servlet] Registration is not done -> stop
    20:10:38,482 INFO  [Servlet] Registration is not done -> stop
    20:10:38,492 INFO  [Servlet] Registration is not done -> stop
    20:10:38,502 INFO  [Servlet] Registration is not done -> stop
    20:10:38,502 INFO  [Servlet] Registration is not done -> stop
    20:10:38,512 INFO  [Servlet] Registration is not done -> stop
    20:10:38,522 INFO  [Servlet] Registration is not done -> stop
    20:10:38,542 INFO  [Servlet] Registration is not done -> stop
    20:10:38,552 INFO  [Servlet] Registration is not done -> stop
    20:10:38,562 INFO  [Servlet] Registration is not done -> stop
    20:10:38,593 INFO  [Servlet] Registration is not done -> stop
    20:10:38,603 INFO  [Servlet] Registration is not done -> stop
    20:10:38,603 INFO  [Servlet] Registration is not done -> stop
    20:10:38,613 INFO  [Servlet] Registration is not done -> stop
    20:10:38,613 INFO  [Servlet] Registration is not done -> stop
    20:10:38,623 INFO  [Servlet] Registration is not done -> stop
    20:10:38,633 INFO  [Servlet]
      

  2.   

    我原来没有设计jboss-web.xml文件,不会出现这样的问题,就是一个ip里,我发布多个域名时就会出现这种情况!配置如下,如果不要这个文件,我只可以发布一个哉名,那就没有stop出现
     <jboss-web> 
        <virtual-host>www.dlee.com</virtual-host>
        <virtual-host>dlee.com</virtual-host>  
        <context-root>/</context-root> 
    </jboss-web>