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
<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:[EMAIL PROTECTED]]
Sent: 30 April 2001 10:34
To: '[EMAIL PROTECTED]'
Subject: RE: <wlrun>, finding the confi.xml file


Here's my wlrun task:-
 
<wlrun classpath="${weblogic.classes}" name="${ant.project.name}"
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:[EMAIL PROTECTED]]
Sent: 27 April 2001 21:52
To: [EMAIL PROTECTED]
Subject: <wlrun>, 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.


==============================================================================

Reply via email to