This project is a web-based help desk system implemented using Java web technologies. It consists of two main modules:
- Online help desk
- User signup system
- Java: Server-side logic
- JavaScript: Client-side interactions
- CSS: Styling
- HTML: Web pages structure
- Java Development Kit (JDK) 8 or higher
- Eclipse IDE for Java EE Developers
- Apache Tomcat Server
- Git
project/
├── online help desk/
│ ├── src/
│ │ └── main/
│ ├── build/
│ │ └── classes/
│ └── .settings/
├── signup/
│ ├── src/
│ │ └── main/
│ ├── build/
│ │ └── classes/
│ └── .settings/
└── README.md
git clone [repository-url]
- File -> Import -> Existing Projects into Workspace
- Select both "online help desk" and "signup" folders
- Click Finish
- Projects will automatically build in Eclipse
- Ensure Apache Tomcat server is configured in Eclipse
- Start the Apache Tomcat server
- Deploy both applications
- Access the signup system first to create user accounts
- Access the help desk system for support ticket management