Skip to content
README.md 599 B
Newer Older
Gaël Lalire's avatar
Gaël Lalire committed
# TomEE Vestige

This project overload TomEE classes to allow it to run in Vestige (<https://gaellalire.fr/vestige>)

## Installation

You can install it on vestige admin page, with:
- repository: https://gaellalire.fr/vestige/repository
- application name: tomee
Gaël Lalire's avatar
Gaël Lalire committed
- application version: 8.0.0
Gaël Lalire's avatar
Gaël Lalire committed

## Run

After starting the application with vestige admin you can try :

- Servlet in WAR: <http://localhost:8080/mywar/hello>
Gaël Lalire's avatar
Gaël Lalire committed
- JSP in WAR: <http://localhost:8080/mywar/hi.jsp?n1=15&n2=9>
Gaël Lalire's avatar
Gaël Lalire committed
- a WAR inside EAR: <http://localhost:8080/war1/hello>
- another WAR inside EAR: <http://localhost:8080/war2/hello>