All363 [웹로직] weblogic vm arguments 설정 하기 setDomainEnv.cmd 파일 편집 제일 아래 set JAVA_VM=JAVA_VM& -D변수명=변수값 추가. 2012. 9. 13. [웹로직]weblogic startManagedWebLogic.cmd 로 도메인 서버 시작 /도메인홈/bin/startManagedWebLogic.cmd 파일 편집 set WLS_USER=유저명 set WLS_PW=패스워드 부분 편집 cmd 창 startManagedWebLogic.cmd 서비스 t3://localhost:7001 2012. 9. 13. jq그리드 속성 변경 $("#그리드id").setRowData(rowidx , '', {"color":"red"}) 2012. 9. 12. jsp 페이지에서 보안서버 http 로 접근시 --> https 로 이동 jsp 페이지에서 보안서버 http 로 접근시 --> https 로 이동 String url = javax.servlet.http.HttpUtils.getRequestURL(request).toString(); if(url.indexOf("http://") > -1 ) { response.sendRedirect(url.replaceAll("http://","https://") +"?"+ request.getQueryString()); return; } 2012. 9. 12. 이전 1 ··· 81 82 83 84 85 86 87 ··· 91 다음