修改j2ee工程名,如何修改tomcat目录下的webapps的工程目录

修改j2ee工程名,如何修改tomcat目录下的webapps的工程目录

在项目里面找到.mymetadata文件
<? xml   version =   " 1.0  "    encoding =   " UTF-8  " ?>  
< project - module 
    type
=   " WEB  "  
    name
=   " Test1  "  
    id
=   " myeclipse.1190363759187  "  
    context
- root =   " /Test1  "     // 修改这里就好了 
    j2ee - spec =   " 5.0  "  
    archive
=   " Test1.war  " >  
    
< attributes >  
        
< attribute   name =   " webrootdir  "    value =   " WebRoot  "     />  
    
</ attributes >  
</ project - module >  
然后destroy项目,重新编译部署就可以了

你可能感兴趣的:(修改j2ee工程名,如何修改tomcat目录下的webapps的工程目录)