0 Replies Latest reply on Oct 4, 2002 9:44 AM by jmboone

    Files are unavailable after WAR is deployed

    jmboone

      I am confused...I can successfully deploy most of my WAR file by dropping it in the deploy directory, but several files in the document root directory are not being deployed. The files are named DeployedServices.ds and Master.css. Because the ds file is not deployed, my Apache SOAP 2.2 web services are not available. The style sheet file is also needed. Is there a trick to coaxing files, other than index.jsp to deploy in the document root?

      I have verified that these files are not present in the Catalina work directory for my web context(./catalina/work/MainEngine/localhost/websvc)
      I am using the JBoss 3.0.3/Tomcat 4.1.12 package. Thanks is advance for any help.