1 Reply Latest reply on Oct 21, 2002 5:01 AM by joelvogt

    deploying a war in jboss-3.0.0_Tomcat-4.0.3

    soorajwins21

      I am new to jboss please help me in deploying a .war file in which I am putting WEB-INF/classes,WEB-INF/lib,WEB-INF/jboss-web.xml,web.xml.I am using no jsp I am making it to test if I can deploy a war in jboss.I have also put all jboss-client jar files in the lib and classes folders.
      But iam getting errors while deploying.
      I really dont understand where things getting wrong and if i can get a manual which explains how to do it.Please help by expaining everything in detail.

      Thanks

        • 1. Re: deploying a war in jboss-3.0.0_Tomcat-4.0.3
          joelvogt

          don't put any of those jar files in your lib or classes directory. This will cause a heap of problems. You will only use these if you are using a client well away from jboss. Clean this out and put an index.html in the root orf your war file and away you go (probably ;))