ram


{ City } bangalore
< Country > india
* Profession *
User No # 91989
Total Questions Posted # 3
Total Answers Posted # 10

Total Answers Posted for My Questions # 4
Total Views for My Questions # 19609

Users Marked my Answers as Correct # 11
Users Marked my Answers as Wrong # 6
Questions / { ram }
Questions Answers Category Views Company eMail

how to change the weblogic server password?

2 Weblogic 9010

for example we have two boxes,one box it contain one adminserver & one managed servr and another box it contain one managed server.how to configuring the these server?

1 Weblogic 5358

how to find the heap size is full in weblogic server?

DELL,

1 Middleware AllOther 5241




Answers / { ram }

Question { IBM, 16106 }

What is trouble shoot in weblogic


Answer

Trouble shooting is the find of the cause of weblogic server
fails if it occur by server logs.we can take the thread dump
of the server kill -3 pid.

Is This Answer Correct ?    2 Yes 0 No

Question { Delta, 10894 }

How to find the heap memory of managedServer?


Answer

bea/user_project/domain/my domain/config/config.xml we can
see the all manager server & admin server status information.

Is This Answer Correct ?    0 Yes 1 No


Question { 6715 }

What is Domain? how many domains are possible in a single
instance?


Answer

domain is a basic administration unit for weblogic server
instance. each domain configuration is stored in seperated
config.xml file.

creation of multiple domains is not possible in asingle
instance, we can create only one domain using a single instance.

Is This Answer Correct ?    2 Yes 0 No

Question { 4356 }

What is managed server


Answer

Aserver Instance which is used maintain the java application
in production environment is called a managed server.

Is This Answer Correct ?    0 Yes 0 No

Question { Wipro, 8056 }

What is DataSource ?how can its associated with connection
pools ?


Answer

JDBC datasource provides a datasource access & database
connection management. each datasource contains a pool of
database connection , that are created when the datasource
is created & at server startup.

Is This Answer Correct ?    2 Yes 0 No

Question { CTS, 7837 }

what is mission in weblogic


Answer

Machin is an individual computer, that may be running one or
mor servers.

Is This Answer Correct ?    0 Yes 4 No

Question { 4811 }

suppose you changed a admin password.in which other file you have to update after this


Answer

suppose you changed the Admin Server password, automatically
changed the all managed server password.

Is This Answer Correct ?    0 Yes 0 No

Question { TCS, 8452 }

How to delete connection pool?


Answer

java weblogic.Admin -url t3://localhost:7001 -username
weblogic -password weblogic DELETE_POOL -poolName mypool

Is This Answer Correct ?    1 Yes 0 No

Question { TCS, 11646 }

how will u check process id?


Answer

ps -ef | grep jdk or java

Is This Answer Correct ?    1 Yes 1 No

Question { CTS, 11383 }

How to know weblogic version?


Answer

first to set the classpath use this
bea/weblogic-home/servers/bin/setdomain Env.cmd

and next enter the command
java weblogic.Admin -url enter url -username enter
weblogic server username -password enterweblogic server
password -VERSION

to see the weblogic server version.

Is This Answer Correct ?    3 Yes 0 No