1 Reply Latest reply on Oct 16, 2003 8:07 PM by jonlee

    Files needed for tomcat webserver

    drivesmecrazy

      Hi guys,

      if I am using apache tomcat webserver and jboss.
      What are the files that i need to include into tomcat webserver/webapp/myapp/WEB-INF/lib?

      BTW, I can't find ejb.jar file from jboss/client dir!
      Is there such a file?

      Thanks

        • 1. Re: Files needed for tomcat webserver
          jonlee

          jbossall-client.jar contains all the files required for the client including the bundled ejb.jar. This should go into the shared/lib directory of your standalone Tomcat system. People have discovered that the client support directories do not function when placed in the WEB-INF/lib directory of the WAR.