解凍後、以下のライブラリがあるので使用するwebappのライブラリとしてコピーする。
lib/appserv-jstl.jar
各tldファイルはjarファイルの中にあるので解凍して配置する。
JavaとかPC関連のネタを書いていきたい。そんなブログです。
lib/appserv-jstl.jar
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
<Context path="/struts-example" reloadable="true" docBase="/struts-example">
...
<Context path="/struts-example" reloadable="true">
...