develog

[Eclipse] MyEclipse, Server Deployment, Add 안될때 본문

IDE/eclipse

[Eclipse] MyEclipse, Server Deployment, Add 안될때

냐옴 2015. 8. 11. 15:51

- 파일: 프로젝트 폴더/.mymetadata

context-root="/" 있는지 확인

<?xml version="1.0" encoding="UTF-8"?>

<project-module

  type="WEB"

  name="{PROJECT_NAME}"

  id="myeclipse.1210042505544"

  context-root="/"

  j2ee-spec="1.4"

  archive="{PROJECT_NAME}.war">

  <attributes>

    <attribute name="webrootdir" value="/WebRoot" />

  </attributes>

</project-module>


'IDE > eclipse' 카테고리의 다른 글

[Eclipse] WST  (0) 2015.09.23
[eclipse] ant sftp ssh  (0) 2015.09.09
[Eclipse] install TPTP  (0) 2015.05.14
[Eclipse] eclipse class diagram  (0) 2015.04.14
[Eclipse] JD-Eclipse, class viewer plugin  (0) 2015.04.13
Comments