GithubHelp home page GithubHelp logo

jespana104 / enmu_se24_groupproject Goto Github PK

View Code? Open in Web Editor NEW

This project forked from noahgumm/enmu_se24_groupproject

0.0 0.0 0.0 1.36 MB

Repository for Eastern New Mexico University Spring 2024 Software Engineering course group project

Java 100.00%

enmu_se24_groupproject's Introduction

Intructions to run:

Requirements: Ant and Apache Tomcat

Running Manually

  1. Build the project in order to compile classes
  2. Navigate to the root directory and run 'ant build'. This will generate the compiled classes within a folder named target. It will also generate a war file using those classes and the .jars in the lib folder.
  3. To manually run the web app you must copy the generated .war file into the webapps within the tomcat installation directory.
  4. Start the server using the startup.bat (startup.sh for Linux) file located within the bin directory of your tomcat installation. You can then visit the webpage at http://localhost:8080/HotelReservationApp/

Running Using IntelliJ

  1. The server should be setup and configured upon loading the project. If it is then skip to step 4. If it isn't then go to 'Run / Debug Configurations' and add a local Tomcat server.
  2. For the Tomcat server ensure that the 'Before Launch' configurations are for the server config are correct. The first task should be to build the project, then the ant build task should come next, and finally it should build the artifacts. Go to deployment and make sure the generated war file is selected.
  3. Go to File > Project Structure and select artifacts and make sure there is an artifact called HotelReservationApp that include all project files to be compiled. Add one if needed. It should be of the type Web App Archive.
  4. Run Tomcat from the top of the IDE and the server will start and deploy itself. The index.jsp page should open automatically.

enmu_se24_groupproject's People

Contributors

noahgumm avatar griffinenmu 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.