Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Mysql & Glassfish app service instance

Is it possible to create an instance for glassfish app server while I'm running oracle java cloud service?
I can see that weblogic 12c is the default app server and oracle as database.
Thank you.
Answers
-
With Java Cloud Service, you get access to VM via ssh. So yes, technically you could install GlassFish application server in that VM. But I don't believe it is recommended and certified. In a way you will be defeating the purpose of JCS which is providing Java EE implementation via WebLogic server with all the cloud tooling automation(patching, scaling, backup/restore). Since GlassFish is also Java EE implementation, have you considered migrating your application to JCS (WebLogic)? The other option could be installing GlassFish on Oracle IaaS (compute).