java weblogic.jspc -compileAll -d /tmp -encoding UTF-8 -k -webapp /WebAppDir
-d: 컴파일된 jsp의 클래스가 위치할 디렉토리 위 예를 따르면, /tmp/jsp_servlet 라는 곳에 class파일 생성
-k: 컴파일 시 오류가 발생하더라도 계속 컴파일 실행.
-webapp: Name of a directory containing a Web Application in exploded directory format
'java' 카테고리의 다른 글
ORA-01861: literal does not match format string 오류발생.. (0) | 2014.02.28 |
---|---|
java String -> hex 변환 (0) | 2014.02.20 |
java String <-> int 변환 (0) | 2014.02.19 |
aes256 암호화 java 샘플 (0) | 2014.01.27 |
java.security.InvalidKeyException: Illegal key size 오류 (0) | 2014.01.25 |