Wrox Home  
Search P2P Archive for: Go

  Return to Index  

j2ee thread: Re: Professional Java 2EE with BEA (Pizzas)


Message #1 by "vipuldjava" <vipuldjava@i...> on Fri, 12 Jul 2002 18:55:20 +0530
--=_MAILER_ATTACH_BOUNDARY1_20027125185520995706887
Content-Type: text/plain; charset=us-ascii

Hi,


setEnv.cmd will be created when you will install &amp; will have a domain.


You can have 2 options :
  1) Call setEnv file from startWebLogic.cmd
  2) Run setEnv first &amp; then run startWebLogic


Suppose you want to set some variables, you can give like ...
set WL_HOME=E:\bea\wlserver6.1
set JAVA_HOME=E:\bea\jdk131
set ORACLE_HOME=d:\ORACLE\ORA81


Suppose you want to use those variables to set classpath Or path...
set CLASSPATH=%JAVA_HOME%\lib\tools.jar;%WL_HOME%\lib\weblogic_sp.jar;
set PATH=%WL_HOME%\bin;%JAVA_HOME%\bin;%PATH%;

So, setEnv is for set the environment to start the weblogic. What other thing you want ?
"Java 2 Enterprise Edition" wrote:



Can somebody help me? how to 
configure setEnv.cmd with weblogic server6.1 (i work with win2k)? I also 
have problems to install the database "zeppelin"

Get Your Private, Free E-mail from Indiatimes at  http://email.indiatimes.com
Buy Music, Video, CD-ROM, Audio-Books and Music Accessories from http://www.planetm.co.in



  Return to Index