as long as I know... simply use the 'jar' program. For example if your web project saved in TOMCAT_HOME\webapps\project , just enter the project directory and use the jar program like this :
jar cvf project.jar *
for more information, read "beginning J2EE 1.4" publised by Wrox :)
Regards,
Panji
|