5 Replies Latest reply on Sep 28, 2006 4:02 PM by master_yoda

    how to deploy non jar file

    helenali

      I need to deploy a sar file. Inside that sar file, I have a jar file and couple of non-jar files. After the deployment, I need to have those non-jar files in the same directory as the jar file does. The problem is that after the deployment, jboss extracts the jar file out of sar, and put it into a *.sar_contents directory. But the non-jar files are still inside the sar. Is there a way to get the non-jar files into the same directory as jar file does after deployment?