Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 65368 invoked by uid 500); 30 Apr 2001 11:25:28 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 65358 invoked from network); 30 Apr 2001 11:25:27 -0000 Message-ID: <502326F46B08D41191C400508B6D70C10235BE83@nvision01.rubus.com> From: Les Hughes To: "'ant-user@jakarta.apache.org'" Subject: RE: , finding the confi.xml file Date: Mon, 30 Apr 2001 12:07:33 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Conor / Simon, Yes, everything's fine outside of Ant. The pre-patched download of 6.0sp1 doesn't have weblogic_sp.jar - it's all rolled into weblogic.jar I think. My fault anyway, I have two projects deployed on my box - d:\weblogic is a 5.1 tree....Doh! The 6.0sp1 server is starting just fine - except... * java.lang.UnsatisfiedLinkError: no wlntio in java.library.path * the forked process doesn't invoke -hotspot nor can you pass -Xmx and -Xms args * Does Ant still block whilst wls is active? I though I saw a patch go in to fix this.... BTW I'm writing an article for DrDobbs on WLS6.0 Ant and SCM (Perforce since this is what we use here) Either of you two guys (or anyone else) interested in adding some thoughts, input etc. Mail me offlist if you are. Bye, Les > -----Original Message----- > From: SimonRichardson2@halifax.co.uk > [mailto:SimonRichardson2@halifax.co.uk] > Sent: 30 April 2001 11:01 > To: ant-user@jakarta.apache.org > Subject: RE: , finding the confi.xml file > > > Les > > Are you able to start weblogic from the command line? > > See online docs for further info: > > http://e-docs.bea.com/wls/docs60/adminguide/startstop.html > > > i noticed in the documentation that you have to include the > following jar's > when setting the classpath option on the java command line: > /weblogic/lib/weblogic_sp.jar > /weblogic/lib/weblogic.jar > > I also notice from your example that weblogic_sp isn't in your > weblogic.classes :-). > > > Simon > > -----Original Message----- > From: Les Hughes [mailto:leslie.hughes@rubus.com] > Sent: 30 April 2001 10:34 > To: 'ant-user@jakarta.apache.org' > Subject: RE: , finding the confi.xml file > > > Here's my wlrun task:- > > domain="${ant.project.name}domain" home="${weblogic.home}" > password="${weblogic.password}" beahome="${bea.home}" /> > > And here's the bit of my props file: > > #weblogic settings > > bea.home=D:/weblogic > weblogic.home=${bea.home}/wlserver6.0sp1 > weblogic.classes=${weblogic.home}/classes;${weblogic.home}/lib > /weblogic.jar > wweblogic.password=password > > I'm getting license not found problems > > [wlrun] > > [wlrun] > > [wlrun] $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$ > > [wlrun] > > [wlrun] > > [wlrun] Unable to start WebLogic Server !! > > [wlrun] Missing license file for: WebLogic Server 6.0 > > [wlrun] > > [wlrun] > > [wlrun] $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$ > > [wlrun] > > [wlrun] > > > Ideas anyone? > > > Les > > > > -----Original Message----- > From: Jean Bresse [mailto:jeanb@classwave.com] > Sent: 27 April 2001 21:52 > To: ant-user@jakarta.apache.org > Subject: , finding the confi.xml file > > > Hello: > > I am trying to get to have Ant start the weblogic server 6.0. > It is located > on a different machine than the one running Ant. > > I am not sure what the "home" attribute should be but say I give the > following attribute, then I get the following output: > > "home" is D:\bea > > OUTPUT: Server config file D:\bea\config\config.xml not found > > No matter what "home" is, the error reports reports the directory with > \config\config.xml attached. I know that the config.xml is located in > D:\bea\wlserver6.0sp1\config\mydomain. > > If you've implemented that task successfully, your assistance > with setting > the arguments would be most appreciated! > > Jean > > > -------------------------------------------------------------- > ---------------- > Part of the Halifax Group, Halifax plc, Registered in England > No. 2367076. Registered Office: Trinity Road, Halifax, West > Yorkshire HX1 2RG. Represents only the Halifax Financial > Services Marketing Group for the purposes of advising on and > selling life assurance, pensions and unit trust business. > The Marketing Group is regulated by the Personal Investment > Authority. Switchboard 01422 333333. > > > ============================================================== > ================ >