GlassFish 4.1 deploy is failing on eclipse Luna with JDK 8

前端 未结 2 993
梦毁少年i
梦毁少年i 2021-01-14 12:34

Cannot deploy Glassfish.jsp on eclipse Luna, with JDK 8, glassfish 4.1.

Exception Stack Trace:

    org.glassfish.tools.ide.admin.CommandException: Ca         


        
2条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-14 13:09

    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.

提交回复
热议问题