Posted on 2008-12-26 17:52
G_G 閱讀(531)
評論(0) 編輯 收藏 所屬分類:
Inspiration 、
JspTag 、
Other
tomcat > server.xml
????? <Host name="localhost" appBase="webapps"
?????? unpackWARs="true" autoDeploy="true"
?????? xmlValidation="false" xmlNamespaceAware="false">
? <Context docBase="D:/workspace/meganotes/mn_mod_admin/target/mn_mod_admin/" path="/"? />
。。。。
關鍵:在Context上不要加reloadable和debug屬性
?然后 使用eclipse tomcat 調試
ok