I don't quite understand what you are saying. My problem is that I don'tYou can create the war file two ways, basically. One is to use ant, which has a <war> tag, which makes life simple.
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.
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]
