Skip to content

Ruthgyeul/MyNotepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Inha Univ. CSE2104 Web Project
  • Created by Jaeah Lee

Getting Started

Option 1: Running Locally

If you just want to view the HTML file without deploying it to Tomcat, open it directly in your browser:

file:///path-to-project/index.html

Option 2: Deploy to Tomcat

To deploy MyNotepad on Apache Tomcat, follow these steps:

  1. Start the Tomcat Server
    Ensure Tomcat is running before deployment.

  2. Create a WAR File

    • Using Maven:
      mvn clean package
    • OR using Gradle:
      gradle clean build
    • The generated .war file will be in the target/ or build/libs/ directory.
  3. Deploy the WAR File

    • Navigate to Tomcat’s webapps directory:
      cd /path/to/tomcat/webapps
    • Move the generated WAR file to the webapps/ folder:
      mv /path/to/MyNotepad.war .
  4. Verify Deployment
    Tomcat will automatically extract and deploy the WAR file.

  5. Access the Web Application
    Open your browser and visit:

    http://localhost:8080/MyWebApp/index.html
    

About

Inha Univ. CSE2104 Web Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published