Change Oracle OpenJDK to Amazon Corretto in WebLogicHow can I add domain root to the WebLogic AdminServer classpath?WebLogic Classpath does not append the classpath options under server startHow can I create a portable Weblogic Scripting Tool application?wrong classpath and parameters while running WebLogic in IntelliJ IDEADeleting temporary directories from weblogic serverWebLogic, choosing the JDKDifferences between Oracle JDK and OpenJDKChanging JAVA_HOME for weblogic gives problems with Security Realmconvert weblogic admin server into managed serverDeploying standalone EAR in a weblogic cluster

Is there any music source code for sound chips?

Is there any practical application for performing a double Fourier transform? ...or an inverse Fourier transform on a time-domain input?

What is this symbol: semicircles facing each other?

Irish Snap: Variant Rules

Does norwegian.no airline overbook flights?

Defense against attacks using dictionaries

What is the difference between Major and Minor Bug?

Can more than one wizard copy a spell from a spellbook?

Who was president of the USA?

Is immersion of utensils (tevila) valid before koshering (hagala)?

Mathematical uses of string theory

Non-visual Computers - thoughts?

Are modern clipless shoes and pedals that much better than toe clips and straps?

Is gzip atomic?

Compelling story with the world as a villain

Would it be possible to have a GMO that produces chocolate?

Is a player able to change alignment midway through an adventure?

How to find out the average duration of the peer-review process for a given journal?

How is the idea of "two people having a heated argument" idiomatically expressed in German?

What is a CirKle Word™?

Use of ら conditional form plus なら

What would be the challenges to taking off and landing a typical passenger jet at FL300?

Did the British navy fail to take into account the ballistics correction due to Coriolis force during WW1 Falkland Islands battle?

Are the players on the same team as the DM?



Change Oracle OpenJDK to Amazon Corretto in WebLogic


How can I add domain root to the WebLogic AdminServer classpath?WebLogic Classpath does not append the classpath options under server startHow can I create a portable Weblogic Scripting Tool application?wrong classpath and parameters while running WebLogic in IntelliJ IDEADeleting temporary directories from weblogic serverWebLogic, choosing the JDKDifferences between Oracle JDK and OpenJDKChanging JAVA_HOME for weblogic gives problems with Security Realmconvert weblogic admin server into managed serverDeploying standalone EAR in a weblogic cluster






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















hi i am trying to change my Oracle OpenJDK 8 to Amazon Corretto 8 in Weblogic Server.I am successfully able to change it if i create a new domain in weblogic server . But the problem is i need to create all server configuration again in the new domain (example: Data sources). There is an option in the server admin console where we can add the Java Home, Root Directory,Classpath,Arguments to use when server start . I tried to add the Amazon Corretto JDK path in admin console Java Home . But it's still taking old java home value and starting the server . How i can point to new JDK through admin console of weblogic ?










share|improve this question
























  • If you start your server via a script you have to update the setDomainEnv.sh script to update your JDK. If you start your server via the node manager with the option startScriptEnabled=False you can change your JDK version in the Remote start configuration tab in the admin console. Last thing, OpenJDK and Amazon Corretto are not supported by Oracle to run WebLogic Server

    – Emmanuel Collin
    Mar 28 at 8:57











  • Thanks . It worked . Just curious how you are saying Amazone Corretto not supported by Weblogic server . Because when i started the Weblogic server after changing the JDK , server started successfully and showing that it's pointing to Amazon Corretto .

    – Vinoy
    Apr 9 at 15:14











  • This means that if you need any help from the Oracle support team they will ask you to reproduce your issue with a certified JDK,

    – Emmanuel Collin
    Apr 9 at 19:03

















0















hi i am trying to change my Oracle OpenJDK 8 to Amazon Corretto 8 in Weblogic Server.I am successfully able to change it if i create a new domain in weblogic server . But the problem is i need to create all server configuration again in the new domain (example: Data sources). There is an option in the server admin console where we can add the Java Home, Root Directory,Classpath,Arguments to use when server start . I tried to add the Amazon Corretto JDK path in admin console Java Home . But it's still taking old java home value and starting the server . How i can point to new JDK through admin console of weblogic ?










share|improve this question
























  • If you start your server via a script you have to update the setDomainEnv.sh script to update your JDK. If you start your server via the node manager with the option startScriptEnabled=False you can change your JDK version in the Remote start configuration tab in the admin console. Last thing, OpenJDK and Amazon Corretto are not supported by Oracle to run WebLogic Server

    – Emmanuel Collin
    Mar 28 at 8:57











  • Thanks . It worked . Just curious how you are saying Amazone Corretto not supported by Weblogic server . Because when i started the Weblogic server after changing the JDK , server started successfully and showing that it's pointing to Amazon Corretto .

    – Vinoy
    Apr 9 at 15:14











  • This means that if you need any help from the Oracle support team they will ask you to reproduce your issue with a certified JDK,

    – Emmanuel Collin
    Apr 9 at 19:03













0












0








0








hi i am trying to change my Oracle OpenJDK 8 to Amazon Corretto 8 in Weblogic Server.I am successfully able to change it if i create a new domain in weblogic server . But the problem is i need to create all server configuration again in the new domain (example: Data sources). There is an option in the server admin console where we can add the Java Home, Root Directory,Classpath,Arguments to use when server start . I tried to add the Amazon Corretto JDK path in admin console Java Home . But it's still taking old java home value and starting the server . How i can point to new JDK through admin console of weblogic ?










share|improve this question














hi i am trying to change my Oracle OpenJDK 8 to Amazon Corretto 8 in Weblogic Server.I am successfully able to change it if i create a new domain in weblogic server . But the problem is i need to create all server configuration again in the new domain (example: Data sources). There is an option in the server admin console where we can add the Java Home, Root Directory,Classpath,Arguments to use when server start . I tried to add the Amazon Corretto JDK path in admin console Java Home . But it's still taking old java home value and starting the server . How i can point to new JDK through admin console of weblogic ?







java weblogic






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 27 at 17:28









VinoyVinoy

429 bronze badges




429 bronze badges















  • If you start your server via a script you have to update the setDomainEnv.sh script to update your JDK. If you start your server via the node manager with the option startScriptEnabled=False you can change your JDK version in the Remote start configuration tab in the admin console. Last thing, OpenJDK and Amazon Corretto are not supported by Oracle to run WebLogic Server

    – Emmanuel Collin
    Mar 28 at 8:57











  • Thanks . It worked . Just curious how you are saying Amazone Corretto not supported by Weblogic server . Because when i started the Weblogic server after changing the JDK , server started successfully and showing that it's pointing to Amazon Corretto .

    – Vinoy
    Apr 9 at 15:14











  • This means that if you need any help from the Oracle support team they will ask you to reproduce your issue with a certified JDK,

    – Emmanuel Collin
    Apr 9 at 19:03

















  • If you start your server via a script you have to update the setDomainEnv.sh script to update your JDK. If you start your server via the node manager with the option startScriptEnabled=False you can change your JDK version in the Remote start configuration tab in the admin console. Last thing, OpenJDK and Amazon Corretto are not supported by Oracle to run WebLogic Server

    – Emmanuel Collin
    Mar 28 at 8:57











  • Thanks . It worked . Just curious how you are saying Amazone Corretto not supported by Weblogic server . Because when i started the Weblogic server after changing the JDK , server started successfully and showing that it's pointing to Amazon Corretto .

    – Vinoy
    Apr 9 at 15:14











  • This means that if you need any help from the Oracle support team they will ask you to reproduce your issue with a certified JDK,

    – Emmanuel Collin
    Apr 9 at 19:03
















If you start your server via a script you have to update the setDomainEnv.sh script to update your JDK. If you start your server via the node manager with the option startScriptEnabled=False you can change your JDK version in the Remote start configuration tab in the admin console. Last thing, OpenJDK and Amazon Corretto are not supported by Oracle to run WebLogic Server

– Emmanuel Collin
Mar 28 at 8:57





If you start your server via a script you have to update the setDomainEnv.sh script to update your JDK. If you start your server via the node manager with the option startScriptEnabled=False you can change your JDK version in the Remote start configuration tab in the admin console. Last thing, OpenJDK and Amazon Corretto are not supported by Oracle to run WebLogic Server

– Emmanuel Collin
Mar 28 at 8:57













Thanks . It worked . Just curious how you are saying Amazone Corretto not supported by Weblogic server . Because when i started the Weblogic server after changing the JDK , server started successfully and showing that it's pointing to Amazon Corretto .

– Vinoy
Apr 9 at 15:14





Thanks . It worked . Just curious how you are saying Amazone Corretto not supported by Weblogic server . Because when i started the Weblogic server after changing the JDK , server started successfully and showing that it's pointing to Amazon Corretto .

– Vinoy
Apr 9 at 15:14













This means that if you need any help from the Oracle support team they will ask you to reproduce your issue with a certified JDK,

– Emmanuel Collin
Apr 9 at 19:03





This means that if you need any help from the Oracle support team they will ask you to reproduce your issue with a certified JDK,

– Emmanuel Collin
Apr 9 at 19:03












0






active

oldest

votes










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55383275%2fchange-oracle-openjdk-to-amazon-corretto-in-weblogic%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes




Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55383275%2fchange-oracle-openjdk-to-amazon-corretto-in-weblogic%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript