일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- STS
- Spring Boot
- Core Java
- ubuntu
- oracle
- 문서
- Python
- AJAX
- Docker
- PostgreSQL
- maven
- myBatis
- SpringBoot
- spring
- JavaScript
- git
- jpa
- 설정
- Source
- MySQL
- error
- Exception
- Eclipse
- Tomcat
- JDBC
- Thymeleaf
- IntelliJ
- Open Source
- 오픈소스
- MSSQL
- Today
- Total
목록설정 (52)
헤르메스 LIFE
1. 다운로드 ( 현재 Version : SQLite 3.7.12 ) http://www.sqlite.org/download.html sqlite-shell-win32-x86-3071200.zip sqlite-dll-win32-x86-3071200.zip 2. 설치하고자 하는 위치에 폴더 생성 후 압축을 풀면 됩니다. 3. SQLite Expert Personal 다운 http://www.sqliteexpert.com/download.html 4. Command 창에서 sqlite3.exe를 실행하면 됨. C:\SQLite3>sqlite3 test.db SQLite version 3.7.12 2012-05-14 01:41:23 Enter ".help" for instructions Enter SQL st..
1. MS-SQL JDBC 다운로드http://www.microsoft.com/downloads/details.aspx?FamilyID=99b21b65-e98f-4a61-b811-19912601fdc9&displayLang=ko 2. sqljdbc.jar 와 sqljdbc4.jar 차이점JAR설명sqljdbc.jarsqljdbc.jar 클래스 라이브러리는 JDBC 3.0을 지원합니다. sqljdbc.jar 클래스 라이브러리에는 JRE(Java Runtime Environment) 버전 5.0이 필요합니다.JRE 6.0에서 sqljdbc.jar을 사용하면 데이터베이스에 연결할 때 예외가 발생합니다.참고: JDBC 드라이버 버전 2.0은 JRE 1.4를 지원하지 않습니다. JDBC 드라이버 버전 2.0을 사..
1. Server > Properties 2. Switch Location 3. Deployment > Use the JBoss deply folder 4. Start
환경JBoss 6.0.0.FinalJDK 1.6.xEclipse Java EE IDE for Web Developers. Version: Indigo Service Release 2 Build id: 20120216-1857 Listen on all interfaces to allow remote web connections 체크 해주면 됩니다. 예전에는 이렇게 했던 모양이네요. 참고 : http://blog.naver.com/PostView.nhn?blogId=ikhyun84&logNo=20099317059&viewDate=¤tPage=1&listtype=0 JBOSS 3.2.5에서는 이런 현상이 없었는데 JBOSS 4.2.0을 설치하고 127.0.0.1(localhost)로는 접근이 되는데..
요구사항 - JDK ( jdk 1.6.x ) - JBoss 6 ( jboss_6.0.0.Final.zip ) - Eclipse-Jee-Indigo-SR2 3.7.x 1. JDK 1.6.0_32 다운로드URL : http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html 2. JDK 설치3. JBoss 6.0.0 다운로드URL : http://sourceforge.net/projects/jboss/files/JBoss/JBoss-6.0.0.Final/ 4. JBOSS 설치 다운로드 한 jboss zip 파일을 적당한 위치에 압축을 푼다. (설치경로상에 공백등이 들어가면 오류를 발생시킬 수 있다고 하니 주의 할..
원문 : http://www.solanara.net/solanara/tomcat 목차개요설치Tomcat 7Tomcat - ConnectorsTomcat - Native libraryTomcat - Commons Daemon(jsvc)설정톰캣 설정톰캣 설정 - 주의사항아파치 웹 서버 설정실행톰캣 실행/종료톰캣에 접속샘플 프로그램클래스경로, 라이브러리 경로, 한글 지원 확인접속 정보 모니터링Ψproβe설치방법마치며 톰캣 5.5까지만 해도 Tomcat Admin 이라 하여 JNDI나 Deploy를 쉽게 설정할 수 있도록 만든 툴이 있었는데, 현재는 없다. 톰캣 6부터는 개발이 중단되었다. (앞으로 개발 계획도 없다) 톰캣 어드민으로 쓸만한 프로그램인 Psi-Probe를 소개한다.20009년까지만 해도 Lamb..
원문 : http://holecjh.tistory.com/entry/%EC%8A%A4%ED%94%84%EB%A7%81%EC%97%90%EC%84%9C-%ED%98%84%EC%9E%AC-HttpServletRequest-%EA%B0%80%EC%A0%B8%EC%98%A4%EB%8A%94-%EB%B0%A9%EB%B2%95 * RequestContextListener 설정하기 web.xml 파일에 아래와 같이 리스너를 설정 합니다. org.springframework.web.context.request.RequestContextListener * 현재 HttpServletRequest 객체 가져오는 함수 만들기 public static HttpServletRequest getCurrentRequest() { S..
applicationContext-datasource.xml SampleServiceResourceImpl.java @RequestMapping("/category") @Controller public class SampleServiceResourceImpl extends BaseServiceResource implements SampleServiceResource { @Autowired private SampleBiz sampleBiz; @RequestMapping(value = "/samples/tx01", method = RequestMethod.POST) public ModelAndView txSample01(@RequestBody SampleVO sampleVO) throws Exception ..
원문 : http://kogaeng.tistory.com/292 DBCP (Database connection pooling services) 1.1 DBCP configuration 1.2 connection validation check 문서에 대하여 1.1 DBCP configuration DBCP configuration : http://commons.apache.org/dbcp/configuration.html DBCP BasicDataSource iBATIS SimpleDataSource Option description driverClassName JDBC.Driver required JDBC driver class url JDBC.ConnectionURL required DB Connect..
web.xml contextConfigLocation classpath:/spring/applicationContext-*.xml rest org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/spring/config/servlet-*.xml 1 applicationContext-resource.xml applicationConfig.xml core.log.jdbc.driver.MysqlDriver jdbc:mysql://localhost:3309/springdb scott tiger applicationContext-datasource.xml mybatisConfig.xml https://hermeslog.tis..