• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Question about Weblogic..

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey all.
I want to download a trial verion of BEA Platform which includes the server, VM and ....
but before I download this package, I want to know one thing :
during installation of this package, can I customize the installation process.
I mean, I don't want to use JRockit or BEA's integration, I just want to use the server and workshop and portal.
thanks.
 
Hussein Baghdadi
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know that I can download the net installer and choose what I want.
but I want to try the package installer in order to try verious stuffs
so I have some questions please :
1. package installer will install every thing (my system is WinXP), so can I then use the control
panel to remove the applications that I don't want to use (like jrockit, tuxedo) ?
2. I want to use weblogic server for learning only, so what is the license in my situation ?
will the license key expire after one year or the key will never expire ?
(so I will try to request a CD!)
3. I have already SDKSE 1.4.2 and I want to use it, so during installing JRockit (and after), will JRockit
interfere with SDK and changing something in windows registry ?
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JT

The installation is highly configurable. Location, JDK can be changed. You can also install the server by itself without Workshop, WLI, WLP etc. IF you missing something in the install then you can catch it in
/bea/weblogic81/common/bin/commEnv.sh or /[DOMAIN_HOME]/[DOMAIN]/startWebLogic.sh

You'll get a dev licence for a year by default. This license limits the number of unique IP's that can connect to your instance of WebLogic to 5. Restart WebLogic to reset the list.

HTH
 
reply
    Bookmark Topic Watch Topic
  • New Topic