0 Replies Latest reply on Jan 7, 2008 4:10 AM by huion

    one deploy problem of JbossWeb

    huion

      when i use Tomcat to deploy a app ,
      i can add a xml in Tomcat_Home/conf/localhost/,
      like test.xml,the contents are:

      <?xml version='1.0' encoding='gbk'?>
      <Context displayName="Welcome to Tomcat" docBase="D:/eclipse3.3/workspace/admin/WebRoot" path="/newAdmin">
      </Context>
      

      but when i use JbossWeb
      how can i do like that?thank you very much...