https://github.com/alexanderlapygin/war-hello-world
Hello World in war
https://github.com/alexanderlapygin/war-hello-world
Last synced: about 1 month ago
JSON representation
Hello World in war
- Host: GitHub
- URL: https://github.com/alexanderlapygin/war-hello-world
- Owner: AlexanderLapygin
- License: mit
- Created: 2023-10-04T08:55:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T09:12:18.000Z (over 1 year ago)
- Last Synced: 2025-02-01T12:11:46.420Z (3 months ago)
- Language: Java
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HelloWorld in WAR
## Feature tags
- java
- maven
- starter
- template
- war---
## Direct ancestor
[- war](https://github.com/AlexanderLapygin/java-helloworld/tree/main#readme)---
## Author
[Alexander Lapygin](https://github.com/AlexanderLapygin) <>
---
## Requirements
- [Java](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
- [Tomcat](https://tomcat.apache.org/)---
## Build
```sh
mvnw clean package
```## Run
1. Deploy war to Tomcat, for example by manually copying to webapps directory.
2. Take a look at http://localhost:8080/hello.### License
Licensed under the [MIT license](./LICENSE)
---
[SOFTSPIDERS](https://github.com/softspiders/softspiders)