Skip to content

Commit

Permalink
chore: update code
Browse files Browse the repository at this point in the history
  • Loading branch information
aeimer committed Jul 30, 2024
1 parent 2e3c268 commit f9aa70a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Alex Eimer
Copyright (c) 2024 Alex Eimer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file removed dist/helloworld.war
Binary file not shown.
9 changes: 3 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Example Hello World WAR-File
I saw [this](http://centerkey.com/jboss/) post and build an example war file from it to test a JBOSS(EAP 6.4) I setted up.
I saw [this](http://centerkey.com/jboss/) post and build an example war file from it to test a JBOSS.

The included war-file ist build with Java 1.8.0_111, but it ran without problems on a JDK7 JBOSS-EAP 6.4 server.
The included war-file ist build with Java 21 temurin.

## How to use?
Download the [war-file](https://raw.githubusercontent.com/aeimer/java-example-helloworld-war/master/dist/helloworld.war) and copy it to the _[jboss-home]/standalone/deployments/_ folder. JBOSS will automatically delpoy the project.
Download the war-file from the release and copy it to the _[jboss-home]/standalone/deployments/_ folder. JBOSS will automatically delpoy the project.

Now you can check if it has worked under http(s)://[your-jboss-adress-here]/helloworld/.

## Tested on
This file is only testet on JBOSS EAP 6.4 under Java 7 on CentOS 7.

0 comments on commit f9aa70a

Please sign in to comment.