# CafeCatServer **Repository Path**: martin-promaster/cafecatserver ## Basic Information - **Project Name**: CafeCatServer - **Description**: No description available - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: devel-v1r1c01b010 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-22 - **Last Updated**: 2024-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CafeCat Server ## Introduction A light-weight web server application for RAPIDLY building web application. ## How to copile the project? Make sure that webroot is copied to ./out directory, because it is the place where web pages are placed. ```shell # Compiling the project. mvn clean package ``` ## How to start the server? Run the script listed below to start the web server. ```shell # Run the web server ./ccsstart.sh ``` ## How to stop the server? Run the script listed below to stop the web server. ```shell # Stop the web server. ./ccsstop.sh ```