What is the linux command is used to know the version of
weblogic server?
Answers were Sorted based on User's Feedback
Answer / pavan_n85
By using this command we can get the version
java weblogic.Admin -url hostname:port -username uname
-password pwd VERSION
Is This Answer Correct ? | 31 Yes | 3 No |
Answer / pavan
java weblogic.Admin -url hostname:port -username uname
-password pwd VERSION.
uname -a this o.s detail command.
sorry for given wrong answer.
Is This Answer Correct ? | 7 Yes | 3 No |
Answer / hemanthgoud
java weblogic.Admin -url t3://localhost:7001 -username weblogic -password mypasswd GET -pretty -type ServerRuntime -property WeblogicVersion
Is This Answer Correct ? | 2 Yes | 5 No |
How managed servers communicate with each other?
What is the difference in the web.xml and weblogic.xml ?
Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic
Tell me what can happen when stub can't to connect to web-logic server instances?
What is a license file ?
Explain what is the purpose of stub in web-logic server cluster?
How can I control on which weblogic server(s) my application will run? : BEA Weblogic
Can the messaging bridge forward durable subscription messages between separate weblogic server 6.1 and release 7.0 or later domains? : BEA Weblogic
The multicast ttl setting for a cluster in the weblogic admin console sets which of the values? : BEA Weblogic
Explain what are the steps required to setup the oracle instance for os authentication?
What is the difference between jboss and weblogic?
If your client asks toupgrade the jdk version. How can you do this and after then what are the post changes needed