Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
topframe committed Apr 27, 2024
1 parent 7b345ae commit 7a436e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/app/config/server/jetty/jetty-context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
<bean class="com.aspectran.jetty.server.servlet.JettyJasperInitializer">
<properties>
<item name="tldResources" type="array">
<value>/webroot/WEB-INF/taglibs/</value>
<value>classpath:com/aspectran/web/support/tags/aspectran.tld</value>
<value>/webroot/WEB-INF/taglibs/</value>
</item>
</properties>
</bean>
Expand Down
2 changes: 1 addition & 1 deletion demo/app/config/server/undertow/tow-context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
<bean class="com.aspectran.undertow.server.servlet.TowJasperInitializer">
<properties>
<item name="tldResources" type="array">
<value>/webroot/WEB-INF/taglibs/</value>
<value>classpath:com/aspectran/web/support/tags/aspectran.tld</value>
<value>/webroot/WEB-INF/taglibs/</value>
</item>
</properties>
</bean>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<bean class="com.aspectran.jetty.server.servlet.JettyJasperInitializer">
<properties>
<item name="tldResources" type="array">
<value>/webroot/WEB-INF/taglibs/</value>
<value>classpath:com/aspectran/web/support/tags/aspectran.tld</value>
<value>/webroot/WEB-INF/taglibs/</value>
</item>
</properties>
</bean>
Expand Down

0 comments on commit 7a436e3

Please sign in to comment.