Giter Site home page Giter Site logo

projectone's Introduction

Project one


Introduction

This project is to practice JSP and serverlets. Main objective of this project is a simple login function using the different methods

  1. embedded credintials
  2. mysql stored credintials
  3. mongodb stored credintials

Prerequisite

This project created using below sdk's and built tools.

  1. java version "1.8.0_74"
  2. Java(TM) SE Runtime Environment (build 1.8.0_74-b02)
  3. Apache Maven 3.3.9
  4. mongo-java-driver 2.10.1
  5. servlet-api 2.5

and deployed and tested on

  • apache-tomcat-8.0.32

Configuration and building

  1. First there are three type of web app in the ProjectOne project, go to the project you want to built the .war files.

cd $BASE_FOLDER/Menuka-login

then run maven to bulid the .war file.

mvn clean install

you can see you .war file in created target folder.


How to Deploy.

As Mentioned before the .war file in the target directory. Copy it and paste it into $CATALINA_HOME/webapp folder. Restart the tomcat server. Then type in web browser's address bar

localhost:8080/Menuka-login

(Here I use the Menuka-login because I did the those steps with it. You must add your web app name after localhost:8080)


projectone's People

Contributors

menukaishan avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.