Skip to content

jmreyes/tutela-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutela Server

Final Project for the "Mobile Cloud Computing with Android" Specialization on Coursera.

Running the Application

Please note, the keystore for HTTPS is not included. The MongoDB connection must be configured in src/main/resources.

To run the application:

  1. (Menu Bar) Run->Run Configurations

  2. Under Java Applications, select your run configuration for this app

  3. Open the Arguments tab

  4. In VM Arguments, provide the following information to use the default keystore provided with the sample code:

    -Dkeystore.file=src/main/resources/private/keystore -Dkeystore.pass=changeit

  5. Note, this keystores is highly insecure! If you want more security, you should obtain a real SSL certificate:

    http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html

  6. This keystore is not secured and should be in a more secure directory -- preferably completely outside of the app for non-test applications -- and with strict permissions on which user accounts can access it

License

The MIT License

Copyright (c) 2014 Juan Manuel Reyes

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Capstone Project for the "Mobile Cloud Computing with Android" Specialization on Coursera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages