0 Replies Latest reply on Dec 5, 2005 11:14 AM by michele.odorizzi

    A problem with exploded ear deploy

    michele.odorizzi

      Hi all.

      I try to deploy an exploded ear. Simply I unzip my ear in a folder (says JBOSS_HOME\server\myapps\fin.ear) and then add a reference to this folder in jboss-service.xml (I add
      file://c:/tools/jboss-3.2.5/server/myapps/
      in attribute named URLs, under the definition of Deployment Scanner).

      But when I start JBoss, I see that some jars, it seems those that are used as libraries from certain ejb-jars and wars, are deployed multiple times: for example, I see:
      tmp25947commons-logging.jar,
      tmp25899commons-logging.jar,
      tmp26125commons-logging.jar, and so on.

      I dont understand why this happens.
      Can you say me why JBoss does this? Is it perhaps a bad configuration?

      I use JBoss 3.2.5 on a Win2000 machine.

      Thanks in advance.

      M.