Changes
Page history
No commit message
authored
Nov 01, 2015
by
Sanin Julian (Student Com11)
No commit message
Show whitespace changes
Inline
Side-by-side
home.md
View page @
2b35614e
...
...
@@ -16,46 +16,71 @@ JMeter Example Project Setup
## 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.
## Run JMeter

Launch the
`jmeter`
script in your console from within your jemeter install directory and add a new
**Thread Group**
.

Then add a HTTP Request to simulate a user request.
\ No newline at end of file