Cannot deploy Glassfish.jsp on eclipse Luna, with JDK 8, glassfish 4.1.
Exception Stack Trace:
org.glassfish.tools.ide.admin.CommandException: Ca
Yes, it seems Glassfish for Eclipse Luna is broken. see: https://github.com/spring-projects/spring-boot/issues/1355
Workaround: 1) export as a WAR file via eclipse. 2) use
http://localhost:4848/common/index.jsf
to deploy via the "Applications" tab.