본문 바로가기
728x90
반응형

Developer/Server & JVM54

[Server] 우분투 서버 가이드 https://help.ubuntu.com/lts/serverguide/index.html 2018. 11. 4.
[Server] 리눅스 배포판 다운로드 URL 출처http://ngee.tistory.com/683 * Ubuntu (http://www.ubuntu.com) - Server : http://www.ubuntu.com/server - Desktop : http://www.ubuntu.com/download/desktop * Fedora (https://getfedora.org) - Workstation : https://getfedora.org/ko/workstation/download/ - Server : https://getfedora.org/ko/server/ * CentOS (https://www.centos.org/) - Site: https://www.centos.org/download/ - Mirror : http://isoredirec.. 2018. 11. 4.
[Server] 이클립스, 톰캣 메모리 늘리기 출처http://crosstheline.tistory.com/58 1. 톰캣 메모리 설정•서버 탭 이동-> Overview-> General Information-> Open launch configuration 선택 (1) 톰캣 out of memory 발생을 대비하여 힙 메모리를 늘려준다.VM arguments쪽 맨 마지막쪽에 아래와 같이 추가 입력 -XX:MaxPermSize=128m -Xms128m -Xmx512m @ 추가 정보- Xmx: 자바 프로그램이 사용할 최대 메모리- Xms: 자바 프로그램이 처음에 사용할 최대 메모리- Xmn: 자바프로그램이 new영역으로 지정하는 크기 2. 이클립스 메모리 설정•eclipse.ini 파일 열기(1) 톰캣 out of memory 발생을 대비하여 힙 메모.. 2018. 4. 26.
[Server] 이클립스 톰캣 서버 등록불가 출처https://m.blog.naver.com/PostView.nhn?blogId=ndskr&logNo=220241006595&proxyReferer=https%3A%2F%2Fwww.google.co.kr%2F 이클립스에서 등록되어 사용하던 톰캣 서버를 삭제한 후에 다시 등록하려고 하면 아래와 같이 서버 이름 넣는 부분이 비활성화되고 다음으로 진행할 수 없는 경우가 있다. 이클립스의 버그로 이클립스를 종료한 후에 워크스페이스 디렉토리에 있는 두개의 파일을 삭제하면 된다. 워크스페이스/.metadata/.plugins/org.eclipse.core.runtime/.settings 디렉토리(1) org.eclipse.wst.server.core.prefs (2) org.eclipse.jst.server.t.. 2018. 1. 1.
[Server] 제우스 다중컨넥션 [JEUSMain.xml] ?1234567891011121314151617181920212223242526272829303132333435363738394041 oracle jdbc/name_test oracle.jdbc.pool.OracleConnectionPoolDataSource ConnectionPoolDataSource oracle sid This is a sample for database setting. 아이디 아이디 1521 아이피 driverType java.lang.String thin true Warning 2 30 4 3600000 true 10000 [jeus-web-dd.xml] ?1234567 jdbc/name_test jdbc/name_test JEUSMain.xml ?123.. 2017. 7. 5.
728x90
반응형