Error configuring JBoss 7 with Netbeans7

随声附和 提交于 2019-12-10 10:41:34

问题


I want to configure Jboss 7.1.1 final in Netbeans 7.0.1. But I am getting an error "Provide a JBoss application server 6,5,4 Location". How can I add the latest JBoss AS?

Please help me. Thanks in advance.


回答1:


Unfortunately, NetBeans doesn't support JBoss AS 7 at least as of NetBeans 7.2. A patch adding support has existed for some time, but was unfortunately not merged for the 7.2 release. There seems to be relatively little interest in AS7 in the NetBeans community.

I eventually gave up on NetBeans supporting AS 7 and moved to JBoss Developer Studio - basically a roll-up of Eclipse and JBoss Tools with preinstalled AS7 support, some bug fixes and polish.

There are a few NetBeans features I miss and it took a little learning, but overall I'm happy and there's enough really good stuff that I'm not going to bother going back.




回答2:


I was stuck with JBoss 6.1 until I coded my own solution to deploy my projects.

Check the ant script here: https://stackoverflow.com/a/13372389/980442



来源:https://stackoverflow.com/questions/11573818/error-configuring-jboss-7-with-netbeans7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!