简体   繁体   中英

How to run two web application on wildfly server with different java version?

I want to use Java 8 for one Restful application and Java 11 for another one. I am using one wildfly server in which I want to deployed two Restful applications. The problem is that I want to run one RestFul application on java version 8 and another is on java version 12. Is there any setting to set this? I am making this application in spring boot.( Latest ) I can do this by deploying these applications on different node and on different server of wildfly. But I want to just use one node and one wildfly server. Please any one suggest me the different ways for making my thoughts work?

Thanks Pranav

That is impossible, wildfly runs inside the JVM so to can't run a different JVM within the JVM

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM