hi

  Yeou ear file has som jars and wars in it.

   In the war, you cna put the driver in WEB-INF/lib

   in ejb-jars you can make a lib directory

   Do this from ant like this, you mak need to make a lib directory in the driver 
distribution so that the files land up in the lib subdirectory of the jar.


setup lines in .ant.properties to point to your current driver

e.g.
 mysql.root=/usr/local/share/mysql1.2.3.4
  | 
  | 

  then in your ejb-jar and war tasks ....

   <fileset dir="${project.target.dir}/WEB-INF">
  |             <include name="lib/*ejb.jar"/>
  |       </fileset>
  |      
  |     <fileset dir="${mysql.root}/" >
  |             <include name="lib/*.jar"/>
  |       </fileset>
  | 
  |       <fileset dir="${mssql.root}/" >
  |             <include name="lib/*.jar"/>
  |       </fileset>


      

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844087#3844087

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844087


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to