Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clivern/mono
A Simple Java Servlet Example
https://github.com/clivern/mono
java java-ee servlet tomcat8
Last synced: about 2 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:18:03.000Z (about 1 year ago)
- Last Synced: 2023-12-15T06:34:00.557Z (about 1 year ago)
- Topics: java, java-ee, servlet, tomcat8
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- 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.
```