what are the pre requisite to installing weblogic server 10
Answer Posted / sudha
1.JDK must be installed in the system first..if./bin file
is there then JDK is not necessary(platform dependency).if
you are going for generic then JDK must be installed in
your environment.
2. All the ports should be opened between webserver and
application server and also between application sever and
database.
3.check the diskspace in the filesystem.you need min of 1gb
of hardware memory for 1 installation.and remeber there
will be logfiles and stackraces to occupy memory so min of
10gb is required
4.check for the file permission issues and access to root
for installing JDK.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what an application server does and it's major components.
How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic
What are jvm tuning parameters?
Can an mdb be a message producer or both a producer and consumer? : BEA Weblogic
What is meant by gc, prallel gc, full gc and explain it?
How to change from default JVM to other ?
What Is The Purpose Of Clustering ?
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
Explain the Command line utilities in wls?
In web logic what is the msi code?
What are data-sources and what features do they offer?
How do I use a less than or greater than on a message selector in ejb-jar.xml? : BEA Weblogic
What is nmenroll in wlst?
What is the emergency log message?
What is the difference between url instance and urlconnection instance?