2009-07-21 5 views
1

Websphere (6.1)에서 JSP 파일을 사전 컴파일하는 가장 좋은 방법은 무엇입니까?Websphere 6.1 - jsp 파일 사전 처리

JSP 사전 컴파일과 관련된 다른 질문이 있지만 각 AppServer마다 특정 설정이 있으므로 Websphere에 대한 솔루션을 알고 싶습니다. 내가 JSP의 배포에 대한 사전 처리 컴파일하는 몇 가지 솔루션을 찾고 및 배치 컴파일러를 사용하고 있지 않다

Add the following line before the line 
    ... 
    </webappext:WebAppExtension>: 
    <jspAttributes 
    xmi:id="JSPAttribute_2" name="disableJspRuntimeCompilation" value="true"/> 

    # Run the JSP batch compiler. 
    WAS_installDir/bin/JspBatchCompiler -ear.path /mytmp/WC_jbweb1.expanded.ear -webmodule.name Stores.war -compileToWebInf true 

:

나는 파일 IBM-웹-ext.xmi을 편집 할 그물에 약간의 참조를 발견했다.

감사합니다. 여기에 설명 된대로

콘솔에서

답변

관련 문제