• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

configuring weblogic 9.0

 
Ranch Hand
Posts: 42
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have apache-tomcat-5.5.26 configured with JAVA_HOME env variable pointed to
"C:\Program Files\Java\jdk1.5.0_14"(pls note the jdk version).

Later i have installed weblogic 9.0 at C:\bea(which has, jdk150_03 and jrockit90_150_03 bundled). now do i have to modify the JAVA_HOME path to point to either of the jdk's inside c:\bea\ or is there no need to modify JAVA_HOME(path which was pointed to C:\Program Files\Java\jdk1.5.0_14) for weblogic 9.0?

as of now i didnt face any problems running my applications in weblogic(without changing the JAVA_HOME path, i.e, without point JAVA_HOME env var to point to any of the jdk's inside "C:\bea\").

thanks,
Jim.
[ March 31, 2008: Message edited by: Jim Patrick ]
 
Bartender
Posts: 1952
7
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
BEA Weblogic ships with their own JRockit JDK and suitable Sun JDK.
When you create a Weblogic domain you will have to specify if the domain should use either of these or another JDK installed on the system.
The start-up script for the domain will make sure that the selected JDK will be used, regardless of the setting of the JAVA_HOME system environment variable.
 
reply
    Bookmark Topic Watch Topic
  • New Topic