Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install new jboss server in eclipse luna

Tags:

eclipse

jboss

Anybody knows how to install a jboss 4.2 server in new eclipse luna?

When you try to add new server, jboss option doesnt appear.

I have installed jboss tools and then jboss AS option is available, but i just want jboss.

Thanks in advance!!

like image 475
leccionesonline Avatar asked Jul 11 '14 22:07

leccionesonline


3 Answers

Install JBoss Tool for Luna. The only feature you need is JBossAS Tool.

like image 167
bboyz269 Avatar answered Nov 17 '22 12:11

bboyz269


Eclipse Luna is distributed without the useful "Generic JBoss configuration" server options.
However, I tried to import from Kepler version and... it works! :P
My steps:
1) Download Eclipse Kepler J2EE edition (http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplersr2)
2) Download Eclipse Luna J2EE edition (http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/lunar)
3) Extract both downloaded zip files.
4) Copy org.eclipse.jst.server.generic.jboss_1.6.100.v20130422_1357 folder and org.jboss.netty_3.2.5.Final-20130531-2315.jar file from plugins folder of Eclipse Kepler to plugins folder of Eclipse Luna.
5) Start Eclipse Luna, do a poker face and add Jboss to the server view :)

Happy working.

like image 8
Alberto Ferrini Avatar answered Nov 17 '22 13:11

Alberto Ferrini


Kepler only has Jboss AS 5 and below. Another approach I found - For JBoss AS 7 and 8 server runtimes, point your eclipse to the update site url: http://download.jboss.org/jbosstools/updates/stable/luna/,

This has so many components.. all we need for server integration is: JBoss Web and Java EE Development -> JBoss AS Tools. If you select only this component and install, its a small download without the full blown jboss tools installation.

like image 4
Maruthi Avatar answered Nov 17 '22 12:11

Maruthi