We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug <pre-compile-jsps value="true"/> when set via the WEB-INF/ibm-web-ext.xml file, does not precompile the JSPs.
<pre-compile-jsps value="true"/>
Steps to Reproduce See description above. An example file:
<?xml version="1.0" encoding="UTF-8"?> <web-ext xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://websphere.ibm.com/xml/ns/javaee" xsi:schemaLocation="http://websphere.ibm.com/xml/ns/javaee http://websphere.ibm.com/xml/ns/javaee/ibm-web-ext_1_0.xsd" version="1.0"> <jsp-attribute name="keepgenerated" value="true"/> <pre-compile-jsps value="true"/> </web-ext>
Expected behavior The JSPs should be precompiled.
Diagnostic information:
$WLP_OUTPUT_DIR/messages.log
Additional context As a workaround - Use prepareJSPs=0: https://openliberty.io/docs/latest/reference/config/jspEngine.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
<pre-compile-jsps value="true"/>
when set via the WEB-INF/ibm-web-ext.xml file, does not precompile the JSPs.Steps to Reproduce
See description above. An example file:
Expected behavior
The JSPs should be precompiled.
Diagnostic information:
$WLP_OUTPUT_DIR/messages.log
Additional context
As a workaround - Use prepareJSPs=0: https://openliberty.io/docs/latest/reference/config/jspEngine.html
The text was updated successfully, but these errors were encountered: