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

后端 未结 13 2647
一整个雨季
一整个雨季 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:19

    In the java project, open .settings folder. there locate the file named "org.eclipse.wst.common.component" . Change tag .

    Also you may want to change context root in project properties

提交回复
热议问题