|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.Task | +--org.apache.tools.ant.taskdefs.optional.ejb.WLRun
Execute a Weblogic server.
Field Summary | |
protected static java.lang.String |
DEFAULT_PROPERTIES_FILE
|
protected static java.lang.String |
DEFAULT_WL51_POLICY_FILE
|
protected static java.lang.String |
DEFAULT_WL60_POLICY_FILE
|
Fields inherited from class org.apache.tools.ant.Task |
description, location, project, target, taskName, taskType, wrapper |
Constructor Summary | |
WLRun()
|
Method Summary | |
Path |
createClasspath()
Add the classpath for the user classes |
Path |
createWLClasspath()
Get the classpath to the weblogic classpaths |
void |
execute()
Do the work. |
void |
setArgs(java.lang.String args)
|
void |
setBEAHome(java.io.File beaHome)
The location of the BEA Home. |
void |
setClasspath(Path classpath)
Set the classpath to be used for this execution. |
void |
setDomain(java.lang.String domain)
Set the Domain to run in |
void |
setHome(java.io.File weblogicHome)
The location where weblogic lives. |
void |
setJvmargs(java.lang.String args)
Set the additional arguments to pass to the weblogic JVM |
void |
setName(java.lang.String serverName)
Set the name of the server to run |
void |
setPassword(java.lang.String password)
Set the management password of the server |
void |
setPKPassword(java.lang.String pkpassword)
Set the private key password so the server can decrypt the SSL private key file. |
void |
setPolicy(java.lang.String securityPolicy)
Set the security policy for this invocation of weblogic. |
void |
setProperties(java.lang.String propertiesFilename)
Set the properties file to use. |
void |
setUsername(java.lang.String username)
Set the management username to run the server |
void |
setWeblogicMainClass(java.lang.String c)
|
void |
setWlclasspath(Path weblogicClasspath)
Set the weblogic classpath. |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getProject, getRuntimeConfigurableWrapper, getTaskName, init, log, log, maybeConfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.String DEFAULT_WL51_POLICY_FILE
protected static final java.lang.String DEFAULT_WL60_POLICY_FILE
protected static final java.lang.String DEFAULT_PROPERTIES_FILE
Constructor Detail |
public WLRun()
Method Detail |
public Path createClasspath()
public Path createWLClasspath()
public void execute() throws BuildException
execute
in class Task
BuildException
- if someting goes wrong with the buildpublic void setClasspath(Path classpath)
s
- the classpath to use when executing the weblogic server.public void setWlclasspath(Path weblogicClasspath)
weblogicClasspath
- the weblogic classpathpublic void setPolicy(java.lang.String securityPolicy)
securityPolicy
- the security policy to use.public void setHome(java.io.File weblogicHome)
weblogicHome
- the home directory of weblogic.public void setBEAHome(java.io.File beaHome)
beaHome
- the BEA Home directory.public void setName(java.lang.String serverName)
systemName
- the name of the server.public void setDomain(java.lang.String domain)
domain
- the domainpublic void setProperties(java.lang.String propertiesFilename)
propertiesFilename
- the properties file namepublic void setJvmargs(java.lang.String args)
args
- the arguments to be passed to the JVMpublic void setUsername(java.lang.String username)
username
- the management username of the server.public void setPassword(java.lang.String password)
password
- the management pasword of the server.public void setPKPassword(java.lang.String pkpassword)
pkpassword
- the private key password,public void setArgs(java.lang.String args)
public void setWeblogicMainClass(java.lang.String c)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |