0 Replies Latest reply on Apr 29, 2003 2:00 PM by richardchandler

    Tomcat WEB-INF deploys only classes and lib folders?

    richardchandler

      I'm migrating a web application to JBoss/Tomcat.

      In the WEB-INF they have a folder config 'config'.

      When I deploy it to standalone Tomcat,
      'classes','lib' and our 'config' folder are deployed to the WEB-INF directory.

      When I deploy it to embedded Tomcat,
      our 'config' folder is NOT deployed to the WEB-INF directory.

      I've searched the forum and web, and looked through all the tomcat-jboss files I could find without any luck.

      Does anyone know why jboss appears to only deploy folders lib and classes to Tomcat WEB-INF?


      (I'm deploying a war file with no ejbs to Jboss default folder.
      using jboss-3.2.0_tomcat-4.1.24)