30天轻松学习javaweb_修改tomcat的servlet模板

在MyEclipse目录下搜索com.genuitec.eclipse.wizards

得到搜索结果 com.genuitec.eclipse.wizards_9.0.0.me201108091322.jar

解压出文件夹,修改com.genuitec.eclipse.wizards_9.0.0.me201108091322 emplatesServlet.java 的模板文件


使用jar命令将文件夹打包成jar包:
1.在dos窗口中进入到解压后的com.genuitec.eclipse.wizards_9.0.0.me201108091322文件夹
2.执行打包命令:
C:UsersVictorDesktopcom.genuitec.eclipse.wizards_9.0.0.me201108091322>jar cvf com.genuitec.eclipse.wizards_9.0.0.me201108091322.jar *
3.将打包后的jar包覆盖回tomcat文件夹
原文地址:https://www.cnblogs.com/zhuawang/p/3740380.html