It depends on how you created the war file.  If you used the jar utility,
then use the m option and supply your custom manifest filename right before 
the jar name (e.g. jar cmf manifestfile jarfile *.class ).  If you're 
building with ant, then use the manifest attribute of the jar task to 
specify the file.
If you're making your war with another tool, then I'm not sure, but
hopefully it will be as easy as above...

Mike

On (21/06/01 12:08), Paul Tamas wrote:
> Hi all,
> 
> MANIFEST.MF file is generated when I created the .war file. Could you tell 
> me how can I modify it (I want to add the Class-Path).
> 
> thanks in advance
> Paul

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to