Bachler, Elisabeth (Elisabeth) wrote:

I don't quite understand what you are saying. My problem is that I don't
know how to create a WAR file with the basic structure in it. I have to do
it manually but I don't know how.
COuld you tell me where to find the information?.
Once I have this WAR file, I suppose I only have to put it under webapps and
restart TOmcat, right?
THanks for your patience.


You can create the war file two ways, basically. One is to use ant, which has a <war> tag, which makes life simple.
The other approach is to just create the directory structure somewhere, put your files in there, then use:
jar -cf MyApp.war MyApp


--
"Love is mutual self-giving that ends in self-recovery." Fulton Sheen
James Black    [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to