Changes
Page history
julian-sanin1 created page: home
authored
Nov 01, 2015
by
Sanin Julian (Student Com11)
Show whitespace changes
Inline
Side-by-side
home.md
0 → 100644
View page @
9fb72968
JMeter Example Project Setup
============================
## Prerequisites
*
[
Java SE Development Kit 8u66 or later
](
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
)
*
Install it on your computer and setup the
**`JAVA_HOME`**
environment variable by pointing it to the jdk folder.
*
Add also the JDKs bin directory to your
**`PATH`**
variable.
*
[
Eclipse IDE for Java EE Developers Mars.1 Release or later
](
https://www.eclipse.org/downloads/
)
*
Extract the zip file to a path without whitespaces in its name.
*
[
Apache JMeter 2.13 or later
](
http://jmeter.apache.org/download_jmeter.cgi
)
*
Extract the zip file to a path without whitespaces in its name.
*
**Optional:**
You can add also the JMeters bin directory to your
**`PATH`**
variable.
*
[
WildFly 9.0.2.Final or later (official open source successor of JBoss Application Server)
](
http://wildfly.org/downloads/
)
*
Extract the zip file to a path without whitespaces in its name.
## Eclipse Setup for WildFly Server

Create a new server in the server tab.

Choose the WildFly server in the Red Hat category.

Accept the License agreement...

... and let Eclipse install the WildFly Tools.

Accept the warning and let Eclipse restart.

Choose again in the Server tab to create a new server.

Select the major version of your WildFly server.

Choose the defaults as in the above image.

Choose the path of your WildFly installation.

Finish the configuration and let the server start in the server tab.

You should see some console output.

Go to your web browser and digit the address
`http://localhost:8080`
.

**Optional:**
Go to your WildFly folder and setup the admin account by launching the
`add-user`
script.

**Optional:**
Download the
[
WildFly example projects
](
https://github.com/wildfly/quickstart/tree/9.x
)
to get started with already configured projects.

Import the WildFly projects as Maven projects and launch the server.
\ No newline at end of file