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\templates\Servlet.java 的模板文件


使用jar命令将文件夹打包成jar包:
1.在dos窗口中进入到解压后的com.genuitec.eclipse.wizards_9.0.0.me201108091322文件夹
2.执行打包命令:
C:\Users\Victor\Desktop\com.genuitec.eclipse.wizards_9.0.0.me201108091322>jar cvf com.genuitec.eclipse.wizards_9.0.0.me201108091322.jar *
3.将打包后的jar包覆盖回tomcat文件夹
posted on 2014-05-21 00:09  上校  阅读(267)  评论(0编辑  收藏  举报