Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • delight delight
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • delight
  • delightdelight
  • Wiki
  • ExampleWebApp

ExampleWebApp · Changes

Page history
Create ExampleWebApp authored May 24, 2019 by Andreas Lauer's avatar Andreas Lauer
Hide whitespace changes
Inline Side-by-side
ExampleWebApp.md 0 → 100644
View page @ 6f9d77ff
# Running the Example Web-Application
There is an example servlet available. You can try it out in an embedded Tomcat (8.5.x)
through Maven. Alternatively, build the war-file and deploy it to the
container of your choice.
How to start?
```bash
git clone https://git.opendfki.de/delight/delight.git
#compile
cd delight/delight-root
mvn clean compile
#run the server
cd ../example-delight-webapp
mvn cargo:run
```
This fires up the server on port 8080.
Browse to <http://localhost:8080/example-delight-webapp/delight> to read the online documentation.
Clone repository
  • DocuFeature
  • ExampleServer
  • ExampleWebApp
  • Home
  • ServerSentEventsFeature
  • StatsFeature
  • people
  • xmlrpc
    • Documentation
    • ExampleUsingConverterRegistry
    • ExampleUsingOwnConceteTypes
    • ExampleUsingOwnInterfaceTypes
    • ExampleUsingThirdPartyTypes
    • ExampleUsingXmlRpcBeans
    • ExampleUsingXmlRpcCompliantTypes

Legal Notice, Imprint, Privacy Policy