https://github.com/clivern/mono
A Simple Java Servlet Example
https://github.com/clivern/mono
java java-ee servlet tomcat8
Last synced: 1 day ago
JSON representation
A Simple Java Servlet Example
- Host: GitHub
- URL: https://github.com/clivern/mono
- Owner: Clivern
- License: mit
- Created: 2017-06-25T17:50:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:18:03.000Z (about 2 years ago)
- Last Synced: 2025-03-08T04:29:31.630Z (10 months ago)
- Topics: java, java-ee, servlet, tomcat8
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
Mono
A Simple Java Servlet Example
~ Install Tomcat
----------------
-> bash ./bin/install_tomcat.sh remote_server_user remote_server_ip
-> bash ./bin/install_tomcat.sh root 104.131.138.130
~ Deploy Servlet
----------------
-> bash ./bin/deploy.sh remote_server_user remote_server_ip
-> bash ./bin/deploy.sh root 104.131.138.130
~ Acknowledgements
------------------
© 2017, Clivern. Released under the MIT License.
Mono is authored and maintained by @clivern.
```