Tim Cooke wrote:A WAR file is a Web Application Resource so you'll need a Servlet Container to deploy it into. Something like Apache Tomcat.
Hi
Thanks .The war file was stripped down to check the availabity of the required items as suggested by you
through the java traditonal method as shown below (round about way perhaps)and confirm
your suggestion
ie to say the war contains a servlet.jar and web.xml
Now with these two irems the task is to know how to put the web into the servlet-container that
might be available in the servler.jar (Without
Tomcat)
What coomands to use so that my fully fledged war may be successfully deployed
Also what if servlet.jar does not contain this.
Thanks
AS
CRMK