Well,

     once you have created the right directory structure, you use the jar tool to 
create a *.jar, *.ear and *.war fiels. The command line will look something like this:

    jar -cf warfile.war C:\fileone.java;C:\filetwo.xml; 

  -hope this helps

 Rolando Rivera "El Matador"

---------- Original Message ----------------------------------
From: Christophe Demez <[EMAIL PROTECTED]>
Reply-To: "jBoss" <[EMAIL PROTECTED]>
Date: Thu, 21 Dec 2000 12:05:24 +0100

>Hi,
>
>How can I create a war files.
>
>I have create the XML files and the directory structure, but I do not know
>what tool I can
>use ?
>
>I want to deploy to WebLogic and JBoss.
>
>Thanks for your help
>
>Christophe
>
>
>--
>--------------------------------------------------------------
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>List Help?:          [EMAIL PROTECTED]
>
>


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to