Created
May 13, 2016 08:42
-
-
Save daipresents/6e12258c81d59a46e4ead5e97757bff6 to your computer and use it in GitHub Desktop.
WebLogic10.0でJSPのプリコンパイル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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