Login
Discover
Waves
Decks
Plus
Login
Signup
qumm
@qumm
25
Followers
0
Following
0
Resource Credits
Available
Used
Created
January 22, 2018
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
qumm
struts
2019-01-28 10:06
Struts2에서 validate 이후 액션으로 진입하지 못하는 현상
Struts2 프레임워크에서 개발 중 디버그모드에서 validation까지는 정상 진입하였으나 이후 액션(add, modify 등등..)으로 진입하지 못하는 현상이 발생. validation 메소드 통과 후 액션을 나가버리니 담은 에러가 없어 JSP에서는 Success로 판단해 성공메시지를 던지지만, 서비스에서 수행한게 없으니 아무런 동작도 하지 못한 상태.
$ 0.000
1
2
qumm
eclipse
2019-01-28 04:00
Eclipse 서버 구동시 Time out 에러
Starting Tomcat v6.0 Server at localhost' has encountered a problem. Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout
$ 0.000
1
qumm
eclipse
2019-01-17 08:04
이클립스 톰캣 새로운 프로젝트 서버 구동할 때 HTTP Status 404 에러
서버 설정 정보에서 path 설정이 잘못되어있었다 .. server.xml에서 context 태그에서 path 설정을 / 로 변경하니 잘된다 .. 기존: <Context docBase=" ~~~ " path= " ~~~ " ... /> 변경: <Context docBase=" ~~~ " path=
$ 0.000
0
2
qumm
eclipse
2019-01-16 09:16
이클립스 톰캣 서버에 올리려는 프로젝트가 보이지 않을 때
Project Explorer의 프로젝트를 우클릭 or <ALT+ENTER> 를 통해 Properties > Project Facets를 확인 Dynamic Web Module, Java, JavaScript에 체크를 해주고 확인
$ 0.000
1
qumm
javascript
2018-12-27 09:32
ckeditor 데이터 읽기, 변경(getData, setData)
CKEDITOR.instances.textArearId.getData(); CKEDITOR.instances.textArearId.setData('DATA TO BE SET'); textArearId는 textarea 태그의 id 자바스크립트에서 .html() 메소드로 바인딩하려는데 안돼서 계속 구글링만 하며 무진장 고생했으나 데이터 변경을 하려면 ckeditor에서
$ 0.000
1