How to pass arugments to server through machine?
Answer / Jitendra Kumar Paswan
To pass arguments to a Weblogic server through the command line, you can use the -D option followed by the argument name and value. For example, to set the JVM argument '-XX:MaxPermSize=256m', you would run the command: `weblogic.Server start -XDxx.MaxPermSize=256m`
| Is This Answer Correct ? | 0 Yes | 0 No |
Whenever we see a very slow response from server-side, then what all thing we need to look into?
Arrange in order the various message severity levels?
Hey! Is there any difference between WebLogic Server admin & WebLogic Portal? If I want to learn Course which is the suitable to Development? Both are comes under one course or different courses , pls clarify me? am Planning to Join Weblogic, Which is the best pls suggest me?
Inclined to build a profession as oracle weblogic developer?
what is difference between cor dump and heap dump. Explain the situation when you have to take thead dump and when to take heap dump
howmany types in garbage collection
how will u check process id?
How to troubleshoot and overcome such issues?
What does 'stub' mean in weblogic server?
Why does executing the preparedstatement class cause a trunc fails: ora-00932: inconsistent datatypes error? : BEA Weblogic
How do I increase weblogic server memory?
when we creates a domain, it creates one-startManagedWebLogic in bea user_projects\domains\MyDomain\bin dir. Suppose we have 2 or more than 2 managed severs in our unix env.how can we start all our managed servers. I know we have to copy startManagedWebLogic with server name.then wht to modify in the script to start ecah of the managed servers?