How to change context root of a dynamic web project in Eclipse?

后端 未结 13 2648
一整个雨季
一整个雨季 2020-11-22 12:59

I developed a dynamic web project in Eclipse. I can access the app through my browser using the following URL:

http://localhost:8080/MyDynamicWebApp
         


        
13条回答
  •  没有蜡笔的小新
    2020-11-22 13:20

    I know the answer has been accepted already. But, just in case anyone using Maven wants to achieve the same thing, just set the finalName in the maven build to whatever name you want to give and do a maven -> update project

    
        
        
    
    

提交回复
热议问题