Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save daipresents/6e12258c81d59a46e4ead5e97757bff6 to your computer and use it in GitHub Desktop.

Select an option

Save daipresents/6e12258c81d59a46e4ead5e97757bff6 to your computer and use it in GitHub Desktop.
WebLogic10.0でJSPのプリコンパイル
<!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN" "web
logic810-web-jar.dtd">
<weblogic-web-app>
<jsp-descriptor>
<jsp-param>
<param-name>precompile</param-name>
<param-value>true</param-value>
</jsp-param>
</jsp-descriptor>
</weblogic-web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment