Is there any way that i can integrate a Glassfish application server inside my JDeveloper 11.1.1.4.0 installation and deploy applications directly from my IDE to the Glassfish server?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t replace the integrated WLS with Glassfish but you can use Ant tasks to do the deployment to glassfish and then add menu items to start/stop Glassfish.
Here is an example with Tomcat:
https://blogs.oracle.com/shay/entry/tomcat_extensions_for_jdevelop_1