Returns the applications jar/s path. This can be either absolute or
relative(to config file) path to the jar file or the directory containing the jars
needed by the application.
See Also:QuickServerConfig.setApplicationJarPath since: 1.3.3
Sets the Application Configuration. This can be used by application to
store its configuration information.
XML Tag: <application-configuration></application-configuration>
since: 1.3.2
setApplicationJarPath
public void setApplicationJarPath(String applicationJarPath)(Code)
Sets the applications jar/s path. This can be either absolute or
relative(to config file) path to the jar file or the directory containing the jars
needed by the application.
See Also:QuickServerConfig.getApplicationJarPath since: 1.3.3
Sets the QSAdminServer configuration.
XML Tag: <qsadmin-server></qsadmin-server>
setSecurityManagerClass
public void setSecurityManagerClass(String securityManagerClass)(Code)
Sets the SecurityManager class
XML Tag: <security-manager-class></security-manager-class>
Parameters: securityManagerClass - className the fully qualified name of the class that extends java.lang.SecurityManager. See Also:QuickServerConfig.getSecurityManagerClass since: 1.3.3