0 Replies Latest reply on Mar 5, 2008 4:20 PM by akarthik

    Add third party library thru run.sh script

    akarthik

      Hi,
      May be many know that to load the third party jar need to put the libraries in lib directory, so Jboss will put it in classpath which will be ready avaiiable to Application.
      But I need to add third party jar file to jboss classpath.(i did not mean JBOSS_CLASSPATH) instead of dropping in the lib dir.(Idea behind sample, don't want to messup with the JBoss Libraries)

      I tired using option -L, -C . If i do so it fails to load the jars in $JBOSS_HOME/<Server_name>/lib directory.

      I would appreciate if someone could give me the solution.

      Thanks.