Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.
```