Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 95378 invoked from network); 16 Feb 2004 15:51:38 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Feb 2004 15:51:38 -0000 Received: (qmail 4247 invoked by uid 500); 16 Feb 2004 15:51:24 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 4097 invoked by uid 500); 16 Feb 2004 15:51:23 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 4079 invoked from network); 16 Feb 2004 15:51:23 -0000 Received: from unknown (HELO dave.cbc-companies.com) (68.22.157.6) by daedalus.apache.org with SMTP; 16 Feb 2004 15:51:23 -0000 Received: from emailsurf (avenue.cbc-companies.com [172.16.91.45]) by dave.cbc-companies.com (8.12.10/8.12.6) with ESMTP id i1GFpPEf017257 for ; Mon, 16 Feb 2004 10:51:25 -0500 Received: from Unknown [172.16.91.59] by emailsurf - SurfControl E-mail Filter (4.7); Mon, 16 Feb 2004 10:57:58 -0500 Message-ID: From: "Mark Lybarger" To: "Ant Users List (E-mail)" Date: Mon, 16 Feb 2004 10:53:01 -0500 Subject: weblogic deployment 8.1 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="--=_NextPart_ST_10_57_58_Monday_February_16_2004_30441" X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 X-MS-Has-Attach: X-MS-TNEF-Correlator: content-class: urn:content-classes:message Thread-Topic: weblogic deployment 8.1 Thread-Index: AcP0pPU+JZ6IDdEyQu+FzOiDUCS/JA== X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ----=_NextPart_ST_10_57_58_Monday_February_16_2004_30441 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hi,=20 i'm using wls 8.1. and am trying to deploy (and later update) a web module = to the web server. i'm using the serverdeploy/weblogic task to deploy my a= pplication. it seems that weblogic has a newer deployer (weblogic.Deployer= ?) than this task uses. does anyone have suggestions for deploying to webl= ogic 8.1 (with ant)? we're using production mode, and have multiple server= s setup, an admin, a web and an app server. thus when i copy my beans to t= he deploy folder (applications folder) they're not automatically redeployed= =2E even if i shutdown/start the servers the beans aren't redeployed. str= ange. i figure i would like to manually (through and ant script) force dep= loyment of the applications/ejbs. Thanks! ~mark i get an outofmemory error thought i have ANT_OPTS set to -Xmx256m, no help= =2E [java] Executing '/usr/local/bea/weblogic81/jdk141_05/jre/bin/java' wi= th arguments: [java] '-classpath' [java] '/usr/local/bea/weblogic81/weblogic81/server/lib/weblogic.jar' [java] 'weblogic.deploy' [java] '-component' [java] 'isac:isacWebServerDev' [java] '-url' [java] 'localhost:5000' [java] '-debug' [java] '-username' [java] 'username' [java] 'deploy' [java] 'password' [java] 'isac' [java] '/usr/local/bea/weblogic81/user_projects/domains/app-dev/applic= ations/isac' [java]=20 [java] The ' characters around the executable and arguments are [java] not part of the command. [java] Exception in thread "main" java.lang.OutOfMemoryError BUILD FAILED /export/home/wlsdev/autobuilds/projects/ISAC/build/isac/httpUnit/build.depl= oy.xml:134: Java returned: 1 at org.apache.tools.ant.taskdefs.Java.execute(Java.java= :118) at org.apache.tools.ant.taskdefs.optional.j2ee.WebLogic= HotDeploymentTool.deploy(WebLogicHotDeploymentTool.java:107) at org.apache.tools.ant.taskdefs.optional.j2ee.ServerDe= ploy.execute(ServerDeploy.java:145) at org.apache.tools.ant.UnknownElement.execute(UnknownE= lement.java:306) at org.apache.tools.ant.Task.perform(Task.java:401) at org.apache.tools.ant.Target.execute(Target.java:338) at org.apache.tools.ant.Target.performTasks(Target.java= :365) at org.apache.tools.ant.Project.executeTarget(Project.j= ava:1237) at org.apache.tools.ant.Project.executeTargets(Project.= java:1094) at org.apache.tools.ant.Main.runBuild(Main.java:669) at org.apache.tools.ant.Main.startAnt(Main.java:220) at org.apache.tools.ant.launch.Launcher.run(Launcher.ja= va:215) at org.apache.tools.ant.launch.Launcher.main(Launcher.j= ava:90) --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.574 / Virus Database: 364 - Release Date: 1/29/2004 =20 ----=_NextPart_ST_10_57_58_Monday_February_16_2004_30441 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org ----=_NextPart_ST_10_57_58_Monday_February_16_2004_30441--