new File(serverDir, "lib/weblogic_sp.jar"));
classpath.createPathElement().setLocation(
new File(serverDir, "lib/weblogic.jar"));
java.setClassname("weblogic.Server");
java.execute();
}
catch (IOException ioe)
{
getLog().error("Failed to startup the container", ioe);
throw new BuildException(ioe);