Package org.exoplatform.container.ar

Examples of org.exoplatform.container.ar.Archive


            {
               // Catalina has to be processed at the end as other servers may embed it
               serverName_ = "tomcat";
               serverHome_ = catalinaHome;
               appDeployDirectories_ = Collections.singletonList(new File(catalinaHome, "webapps").getAbsolutePath());
               appDeployArchives_ = Collections.singleton(new Archive("war", true, false, null));
            }
            else if (testHome != null)
            {
               serverName_ = "test";
               serverHome_ = testHome;
View Full Code Here

TOP

Related Classes of org.exoplatform.container.ar.Archive

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.