| java.lang.Object com.sun.portal.fabric.tasks.WebContainerBase com.sun.portal.fabric.tasks.JESWS6Impl
JESWS6Impl | public JESWS6Impl(Map wcAttributes)(Code) | | Constructor
Parameters: wcAttributes - WebContainer Information as a Map |
appendClasspath | public boolean appendClasspath(String classpath)(Code) | | |
deploy | public void deploy(String warFile, String uri) throws ConfigurationException(Code) | | Deploys the WAR file on to the webcontainer instance
Parameters: warFile - WAR file including full path Parameters: uri - Deployment URI |
doIdentitySDKConfig | public void doIdentitySDKConfig(PSConfigContext configContext) throws ConfigurationException(Code) | | Configures the WebContainer with the classpath
settings, JVM options and other settings needed
for Identity Server SDK
|
doJVMMemorySettings | public boolean doJVMMemorySettings()(Code) | | Do required container memory settings if the appserver vm setting are the default
i.e. if -Xmx256m setting is found
Note: A webserver restart is required before these settings come into play.
The calling class should decide whether to do the restart
|
doesJVMOptionExist | public boolean doesJVMOptionExist(String option)(Code) | | |
isPortalConfigured | public boolean isPortalConfigured()(Code) | | |
removeClasspath | public boolean removeClasspath(String classpath)(Code) | | |
removeNativeLibraryPath | public boolean removeNativeLibraryPath(String path)(Code) | | |
setNativeLibraryPath | public boolean setNativeLibraryPath(String path)(Code) | | |
Methods inherited from com.sun.portal.fabric.tasks.WebContainerBase | protected boolean checkDirExists(String token, String value)(Code)(Java Doc) protected boolean checkFileExists(String token, String value)(Code)(Java Doc) protected boolean checkNotNull(String token, String value)(Code)(Java Doc) protected boolean checkNotNull(String token, String value, boolean secure)(Code)(Java Doc) protected boolean checkNotNullOrEmpty(String token, String value)(Code)(Java Doc) public void configure(PSConfigContext configContext) throws ConfigurationException(Code)(Java Doc) public boolean configureApp(String configDir, PSConfigContext configContext) throws ConfigurationException(Code)(Java Doc) public void configureSearch(String classpath, PSConfigContext configContext) throws ConfigurationException(Code)(Java Doc) public void createResource(Element resource)(Code)(Java Doc) public void deleteResource(Element resource)(Code)(Java Doc) public void deploy(String warFile, String uri) throws ConfigurationException(Code)(Java Doc) final String getCommand(String sMainCommand, String[] args)(Code)(Java Doc) protected String getFilteredClassPath(String sourceCP, String filterListCP)(Code)(Java Doc) public Logger getLogger()(Code)(Java Doc) protected String getMergedClassPath(String sourceCP, String targetCP)(Code)(Java Doc) final public String getPrintableWebContainerInstanceName()(Code)(Java Doc) final public String getWebContainerType()(Code)(Java Doc) public void justDeploy(String warFile, String uri) throws ConfigurationException(Code)(Java Doc) public void postDeploy() throws ConfigurationException(Code)(Java Doc) public void postValidationInit() throws ConfigurationException(Code)(Java Doc) public void start() throws ConfigurationException(Code)(Java Doc) public void stop() throws ConfigurationException(Code)(Java Doc) public void unconfigure(PSConfigContext configContext) throws ConfigurationException(Code)(Java Doc) public void unconfigureSearch(String classpath, PSConfigContext configContext) throws ConfigurationException(Code)(Java Doc) public void undeploy(String uri) throws ConfigurationException(Code)(Java Doc) public void validate() throws ValidationException(Code)(Java Doc) protected boolean validateAdminHostNamePort(String adminHost, String adminPort)(Code)(Java Doc) protected boolean validateInstanceHostNamePort(String host, String port)(Code)(Java Doc)
|
|
|