Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/deployment/concepts/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
== Introduction

Simply speaking midPoint is a Java web application.
It is delivered in a single WAR archive and all that is needed for running it is to use appropriate tool to deploy it to the web container.
It is delivered in a single JAR archive and all that is needed for running it is to use appropriate tool to deploy it to the web container.
An external database is usually needed so it also needs to be configured.
But that's basically all what you need.
This minimal deployment is illustrated in the following diagram.
Expand Down Expand Up @@ -129,4 +129,4 @@ Use apache as reverse proxy for flexibility.

== See Also

TODO
TODO