1 Reply Latest reply on Aug 28, 2013 11:47 AM by wdfink

    Adding a module by default expects files to be somewhere in C:\ folder

    dhananjay_m

      Hi,

       

      I'm trying to add a module into JBoss 6.1.0 EAP.

      Here is the command -

      [standalone@localhost:9999 /]  module add --name=com.ibm --resources="C:\jb6\db2jcc4.jar"

      Failed to locate C:\"C:\jb6\db2jcc4.jar"

       

      As shown in above error, the command looks for files under C:\

       

      Changing command to -> [standalone@localhost:9999 /]  module add --name=com.ibm --resources=jb6\db2jcc4.jar

      gets it working. But this is not the behavior that I would need, because I'm automating the configuration of my product, and the jar files could be in any drive in Windows (for Eg: E:/ , X:/)

       

      Any help would be of great use.

       

      Regards,

      Dhananjay