# test_tomcat_server_start **Repository Path**: yan-sheng-li/test_tomcat_server_start ## Basic Information - **Project Name**: test_tomcat_server_start - **Description**: 快速验证tomcat服务配置,启动正常与否,最小项目案例代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-21 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 验证tomcat服务启动 最小测试案例 ## 操作 > 在IDEA导入项目: ![image-20250921134409970](http://cdn.qiniu.liyansheng.top/img/image-20250921134409970.png) > 安装插件: ![image-20250921134527053](http://cdn.qiniu.liyansheng.top/img/image-20250921134527053.png) > 启动配置: ![image-20250921134442218](http://cdn.qiniu.liyansheng.top/img/image-20250921134442218.png) 启动后 ![image-20250921134636396](http://cdn.qiniu.liyansheng.top/img/image-20250921134636396.png) ## 效果 > 访问首页:http://localhost:8080/index.jsp ![image-20250921134257546](http://cdn.qiniu.liyansheng.top/img/image-20250921134257546.png) > 访问:http://localhost:8080/register ![image-20250921134227981](http://cdn.qiniu.liyansheng.top/img/image-20250921134227981.png) > 提交数据: ![image-20250921134238953](http://cdn.qiniu.liyansheng.top/img/image-20250921134238953.png)