Package atg.service.dynamo

Examples of atg.service.dynamo.AppServerConfig


                                                                                    String pSessionId) {

        if (getAppServerConfigPath() != null) {
            // check AppServerConfig to make sure it is set properly for
            // session-scoped resolution to work.
            AppServerConfig config = (AppServerConfig) pNucleus.resolveName(getAppServerConfigPath());

            if ("das".equals(config.getAppServer())) {
                throw new RuntimeException(
                        getAppServerConfigPath() +
                                ".appServer must be set to a non-das property (like \"Tomcat\"" +
                                " in order for session name resolution to work."
                );
View Full Code Here

TOP

Related Classes of atg.service.dynamo.AppServerConfig

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.