JB8, WAR file
Hi,
I am using JB8 and Weblogic 6.1 , I create a web application called CB,
in order to debug JSP , I compile the JSP files, when I doing this,
JB8 make the project and creates a WAR file . The strange thing is
that even the weblogic.jar (size more than 20M ) is copy to the WAR file,
so my WAR file 's size is 27M !, the make process is long and boring and
so is the deployment .
It seemed that all jar files included by the "required libraries " are put
into the WAR file .How can I tell JB8 which jar file shoud be put into
the WAR's lib and which should not be included?
Thanks in Advance.