1 Reply Latest reply on Feb 4, 2005 12:18 AM by ashwiniaaa

    start up class configuration

    ashwiniaaa

      I have a start up class configured which refers to many other class files present in the ear file. The ear is a exploded directory placed outside the jboss installation directory.
      The startup jar file is specified in the jboss-service.xml file as follows

      <classpath codebase="file:D:/app/app.ear/app.war/WEB-INF/lib" archives="appStartUp.jar"/>

      If i jar all the class files again and put it in the classpath it works but that would cause redundancy.
      Is there a way to set file:D:/app/app.ear/app.war/WEB-INF/classes to the classpath where the startup classes could refer.