Glassfish Server: Deployment Source not showing exploded directory
I have a JavaEE Application Facet which packages only a Web Facet. On the Java EE Build Settings tab, I have selected to Create application exploded directory. It is building to the deployment directory as expected. When I'm trying to configure a Glassfish server, on the Deployment tab, I've selected to deploy my JavaEE Application Facet. I get this error: Error:Deployment source (archive or exploded directory) for 'appname' is not specified. The problem is, my exploded directory does not show up as a deployment source. If I go and create an archive, it shows up, but this is not what I want. I want to deploy the exploded directory. Is there something I need to do that I'm missing?
Any help would be appreciated. Thanks.
请先登录再写评论。
Unfortunately Glassfish's JSR88 deployer implementation doesn't support the deployment of exploded directories, so you have to use an EAR file instead. See a related discussion here: http://www.intellij.net/forums/thread.jspa?messageID=5191234
We just reworked the deployment mechanism of Glassfish integration plugin to support deployment of exploded directories into Glassfish. Please give it a try once the next build becomes available.
Fantastic. I can't wait! Thanks for your hard work.
And I can't wait to have it tested! :)
Please drop me a mail if you are willing to do some beta tests.