jsc2, jboss and not including the jar files in the final war

hello,

sorry if this topic have been already disscussed, but i have been looking for it and ihave not found nothing

i am developing a jsf project usying jsc2 and i have includen floods of jar files ( because i need them) in it.

the problem is that when i create the war file, all the jar files are included in it, and it weigths more than 50 MB when therer are only 3 MB or java clases and other type of resources.

i would like to know, how not to include that jar files in the war and copy them into de lib directory of mi jboss server.

thanks a lot

[587 byte] By [Asmodeana] at [2007-11-27 3:56:22]
# 1
Hi!You can exclude jar files from WAR in project's properties, rightclick on project and select "Properties". And then uncheck according checkboxes.And then just copy these jar files to JBoss' lib directory.Thanks,Roman.
-Grif-a at 2007-7-12 9:00:34 > top of Java-index,Development Tools,Java Tools...
# 2
ok, it works great but for the jboss, who does not find some jars.in running time i usually get some notClassFoundExceptions, so i think that some librarries MUST be included in the war ... i have to investigate that.thanks !!!
Asmodeana at 2007-7-12 9:00:34 > top of Java-index,Development Tools,Java Tools...