본문 바로가기

분류 전체보기

[Eclipse] Weblogic server tool install add list https://download.jboss.org/jbosstools/photon/stable/updates/ install Oracle Weblogic Server tools only https://download.oracle.com/otn_software/oepe/12.2.1.10/photon/repository/ http://download.oracle.com/otn_software/oepe/12.2.1.4/mars/repository/
[Servlet] 버전별 web.xml 각 servlet 버전별 web.xml 스키마 헤더 1. servlet 4.0 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd" version="4.0"> 2. servlet 3.1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" ve..
[ide] oepe , sts , egovFrameDev oepe https://www.oracle.com/tools/downloads/oepe-v122110-downloads.html# egov https://www.egovframe.go.kr/wiki/doku.php?id=egovframework:dev4.0:overview sts http://download.springsource.com/release/STS/3.7.3.RELEASE/dist/e4.5/spring-tool-suite-3.7.3.RELEASE-e4.5.2-win32-x86_64.zip updatesite http://download.springsource.com/release/TOOLS/update/3.7.3.RELEASE/e4.5/springsource-tool-suite-3.7.3.RE..
[IDE-Eclipse] WebContent Webroot 변경 myclipse eclipse 호환.. dynamic web project 생성 시 WebContent 폴더 WebRoot 폴더로 변경하기 프로젝트내 /.settings/org.eclipse.wst.common.component 파일내 아래 부분 수정! 여기서 기본으로 되는 /WebContent 값을 WebRoot 로 변경해주면 된다.
[STS] JSP 파일 열때 Application Not found error 발생시 해결 For the Spring tool suite 4. By default, the JSP files are not included in the suite. In your suite, Just go to Help -> Eclipse Marketplace -> type Eclipse Enterprise Java and Web Developer Tools (version = latest one is 3.22) and install it Then restart your suite and check now.
[STS/Eclipse] DBViewer plugin DBViewer plugin
[STS/Eclipse] CVS plugins or http://download.eclipse.org/eclipse/updates/4.5 eclipse cvs client 설치.. Eclipse software repository | The Eclipse Foundation The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 360 open source projects, including runtimes, tools and frameworks. download.eclipse.org
[WebLogic] 개발 설정 Oracle Weblogic Server wls1036_dev.zip 다운로드 configure.cmd에 set MW_HOME=C:\wls1036_dev set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_202 위와같이 환경변수 추가 cmd 도스창 열어서 configure.cmd 실행한뒤 build success 되면 wlsserver\common\bin\ config.cmd 실행 도메인 위치 지정. 제품 템플릿을 선택합니다. 여기서는 기본 선택되어 있는 Basic WebLogic Server Domain - 12.2.1.2.0[wlserver]* 만 사용하고 다른것은 체크하지 않습니다. 관리자의 아이디와 비밀번호를 지정합니다. 도메인 모드와 JDK를 설정합니다. 도메인 모..