일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 가우스
- jsr 296
- iBATIS
- Struts
- jQuery
- PHP
- WebLogic
- Spring
- phonegap
- rowspan
- tomcat
- 전자정부프레임워크
- MFC
- swingx
- Android
- Ajax
- JSON
- node.js
- Google Map
- sencha touch
- GPS
- PLSQL
- dock
- oracle
- MySQL
- 선택적조인
- ibsheet
- Eclipse
- JDOM
- appspresso
- Today
- Total
목록WebLogic (13)
Where The Streets Have No Name
로컬에서 junit상의 코드에서는 jersey client를 이용해서 통신에 문제가 없었으나 weblogic 12c에 올리자 에러발생 에러메세지를 확인해보니 weblogic에서 제공하는 httpurleconnection을 사용하면서 에러가 발생. deepakmodi2006.blogspot.com/2011/05/how-to-fix-javaioeofexception-response.html How to fix "java.io.EOFException: Response contained no data" How to fix "java.io.EOFException: Response contained no data" Some time while working in Weblogic server environment, ..
weblogic.xml화일을 아래와 같이 수정합니다. compileFlags -g keepgenerated true encoding EUC-KR / EUC_KR /
출처: http://blog.naver.com/pluggers/150007370686 https://eclipse-plugin.projects.dev2dev.bea.com/ 일반적으로 롬보즈를 많이 사용하긴 하지만.. 롬보즈의 경우는 이클립스 버전문제등 사소한 충돌이 많어서.. 먼저 com.bea.weblogic.eclipse-2.0.0.zip 파일을 위 싸이트에서 다운받는다. 1.1.1 Version 을 사용해도 무관하나 2.0.0버전에는 각가의 프로젝트에 따른 여러개의 도메인을 세팅할수가 있기때문에 장점이 많다. 아직 베타버전이긴 하지만.. 충분히 버전의 가치가 있는듯 ^^ 다운 받은 zip파일을 이클립스의 eclipse\plugins 폴더에 압축해제한다.. 플러그인을 재로딩 하기위해 이클립스를 재기..
http://blog.naver.com/sungback/90003329649
ServiceLocator 를 사용함. 기존에 사용하던... public InitialContext getInitialContext() throws ServiceLocatorException // throws NamingException { try { if (ic == null) { ic = new InitialContext(); } } catch (Exception e) { System.out.println(">>> Exception ServiceLocator.getInitialContext [" + e.toString() + "]"); throw new ServiceLocatorException("can't get InitialContext because of " + e.toString()); } r..
▩ 오라클 9i 설치 1. 웹로직은 자체적으로 오라클 8.1.7부터 지원함, 오라클 9i설치 - Oracle Enterprise Manager Consol에서 서버관리할 것 2. Client에서 Net Manager 실행 - ora9 - 192.168.0.43, 1521 - ora9.it 3. 오라클 클라이언트 툴 설치하기, SqlGate 설치하기 - http://www.sqlgate.com 4. 오라클 셋팅하기 - scott, tiger 계정은 웨로직에서 사용할 수 없습니다. 5. 테이블 스페이스 생성, 계정, 권한주기 -- 테이블 스페이스 생성(ts_it+월+자신의 IP) create tablespace ts_it0534 datafile 'D:oracledata200505s_it0534.dbs' si..
▷ Editplus에서 web.xml, weblogic.xml의 템플릿 파일을 생성하여 "C:/Program Files/EditPlus 2"폴더에 저장합니다. (template_web.xml, template_weblogic.xml) >>>>> template_web.xml >>>>> template_weblogic.xml /* KSC5601 / ▩ Weblogic상에서의 Servlet 실습 //jsp(.jsp) >> servlet (.java) jsp page를 jsp컨테이너에서 실시간으로 servlet으로 바꾸어준다. 톰켓,웹로직,레진등.. .java=>.class 바꾸어서 결과를 웹브라우저에 보내어줌 //디자인작업이 많이 필요한site 는 Jsp유리 디자인변경없이 속도처리중요시하면 servlet성능..
▩ Weblogic상에서의 HTML/JSP 실습 1. C:eauser_projectsdomainsmydomainstartWebLogic.cmd 파일 수정 - false, true사이에 공백을 절대 삽입하지 말것, 서블릿이나 JSP를 수정했을 때 자동으로 수정된 파일을 적용받을 수 있게 설정 set PRODUCTION_MODE=false 로 변경하고 개발이 완료되면 set PRODUCTION_MODE=true 로 변경한다. 2. 폴더 구조 생성 ★ 아래의 폴더구조는 weblogic 서버가 실행되고 있는 상태에서 만들면 서버를 재시작해도 절대로 인식이 되지 않음 - D:eauser_projectsdomainsmydomainapplicationswebtest : html, jsp 파일이 저장됨 - D:eaus..
http://j2eestudy.co.kr/lecture/lecture_read.jsp?db=lecture0201_1&table=j2ee&id=57
8.1버전 sp5 http://download2.bea.com/pub/platform/81/server815_win32.exe http://download2.bea.com/pub/platform/90/server900_win32.exe http://download2.bea.com/pub/platform/91/server910_win32.exe
set MYSQL_CLASSPATH=C:eaweblogic81serverextmysql-connector-java-3.0.16-ga-bin.jar set CLASSPATH=%WEBLOGIC_CLASSPATH%;%POINTBASE_CLASSPATH%;%MYSQL_CLASSPATH%;%JAVA_HOME%jrelib t.jar; startWebLogic.cmd에 추가 url란에 jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=euckr&mysqlEncoding=euckr 를 입력해야함
다음 시스템 프로퍼티를 웹로직 VM에 기입하면 모든 EJB의 디버깅 로그 정보를 볼 수 있습니다. 기입하는 소스는 jsp입니다. 시스템 프로퍼티 세팅!!! 그런후 평소 사용하던 ejb를 사용하면, 웹로직 로그에 이상한 정보가 찍히는 걸 볼 수 있습니다. 특히 CMP 엔티티빈 같은 경우 개발할때, SQL을 보지 못해서 답답한데, 로그에 보면 CMP엔티티빈 실행할 경우에 SQL문이 던져지는 걸 볼 수 있을 겁니다
To get a connection from an application-scoped connection pool, you look up the data source defined in the weblogic-application.xml descriptor file in the local environment (java:comp/env) and then request a connection from the data source. For example: javax.sql.DataSource ds = (javax.sql.DataSource) ctx.lookup("java:comp/env/myDataSource"); java.sql.Connection conn = ds.getConnection();When yo..