Hands to build micro-services framework and test environment -5-WildFly (JBoss replacement)

1 Download

http://wildfly.org/downloads/

Unzip to D: \ wildfly-14.0.1.Final

2 Environment Variables

JBOSS_HOME= D:\ wildfly-14.0.1.Final

Path increase % JBOSS_HOME% \ bin

3 Configuration

Increase user add-user test tst123

User the Test , password tst123

Modify standalone.xml

改端口为80<socket-binding name="management-http" interface="management" port="${jboss.management.http.port:80}"/>

 

4 Start

Run standalone.bat

 

5 Eclipse

Download plugin

Select the menu Help> the Install New Software ...> the Add ...

Input Plug Address:

http://download.jboss.org/jbosstools/updates/development/luna/

Offline package download:

http://download.jboss.org/jbosstools/static/neon/stable/updates/core/jbosstools-4.4.1.Final-updatesite-core.zip

We proposed to abolish:

image.png

Here you can also query JBOSS :

image.png


6 JBOSS , Geronimo , Tomcat contrast

characteristic

JBoss 4.2

Geronimo 2

Tomcat 6

Java EE 5 consistency

Partially supported

fully support

Partially supported

Supports EJB 3.0

stand by

stand by

In principle, support

JSP2.1 and Servlet2.5

stand by

stand by

stand by

JSF1.2

stand by

stand by

In principle, support

Custom plug-in

stand by

stand by

not support

Business Rule Engine

In principle, support

In principle, support

In principle, support

Hibernate3.x

stand by

In principle, support

In principle, support

Clusters

stand by

stand by

Partially supported

Eclipse IDE

stand by

stand by

stand by

 


Guess you like

Origin blog.51cto.com/5526964/2426356