<div>$B$*@$OC$K$J$j$^$9!#(B<BR>
$B5\K\!!5~;R$H?=$7$^$9!#(B</div>  <div>&nbsp;</div>  <div>$B8=:_!"(BS2StrutsBlank-V1.3.0-RC1$B$r;HMQ$7$F(B<BR>
$BL5@_Dj(BStruts$B$rJY6/Cf$J$N$G$9$,!"(BServlet2.3$B$N(Bweb.xml$B$G(B<BR>
HotDeploy$B$GEPO?$7$?(BAction$B$r!V(B*.do$B!W8F$S=P$7$G<B9T$7$h$&$H$9$k$H!"(B<BR>
$B0J2<$N%(%i!<$H$J$j$^$9!#(B</div>  <div>&nbsp;</div>  <div>$B!|%(%i!<FbMF(B --------------------------------------------------------<BR>
javax.servlet.ServletException: Cannot find catalog 's2struts'<BR>
&nbsp;org.apache.struts.chain.ComposableRequestProcessor.init(ComposableRequestProcessor.java:161)<BR>
&nbsp;org.apache.struts.action.ActionServlet.getRequestProcessor(ActionServlet.java:620)<BR>
&nbsp;org.apache.struts.action.ActionServlet.process(ActionServlet.java:1910)<BR>
&nbsp;org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)<BR>
&nbsp;javax.servlet.http.HttpServlet.service(HttpServlet.java:689)<BR>
&nbsp;javax.servlet.http.HttpServlet.service(HttpServlet.java:802)<BR>
&nbsp;org.seasar.extension.filter.EncodingFilter.doFilter(EncodingFilter.java:62)<BR>
&nbsp;org.seasar.struts.filter.S2StrutsFilter.doFilter(S2StrutsFilter.java:42)<BR>
&nbsp;org.seasar.framework.container.hotdeploy.HotdeployFilter.doFilter(HotdeployFilter.java:63)<BR>
&nbsp;org.seasar.framework.container.filter.S2ContainerFilter.doFilter(S2ContainerFilter.java:63)<BR>
---------------------------------------------------------------------</div>  <div>&nbsp;</div>  <div>S2StrutsBlank-V1.3.0-RC1$B$KF1:-$5$l$F$$$k(Bweb_2_3.xml$B$r(B<BR>
$B2<5-$N$h$&$K=$@5$7$F$*$j$^$9$,!"(BServlet2.4$B$N(Bweb.xml$B$d(B<BR>
[DEPLOY MODE]$B$r!V(BNormal Mode$B!W$G5/F0$7$?>l9g$O!"F1$8(BURL<BR>
$B$G@5>o$K<B9T$G$-$^$9!#(B<BR>
$B!J(B[DEPLOY MODE]$B$N@ZBX$O(Benv.txt$B$GH=CG$5$;$F$*$j$^$9!#!K(B</div>  <div>&nbsp;</div>  <div>HotDeploy$B$N5!G=$O(BServlet2.3$B$G$OF0:n$7$J$$$N$G$7$g$&$+!)(B<BR>
$B$^$?!"2?$+FC<l$J@_Dj$,I,MW$J$N$G$7$g$&$+!)(B</div>  <div>&nbsp;</div>  <div>$B$465<x$*4j$$CW$7$^$9!#(B</div>  <div>&nbsp;</div>  <div><BR>
$B!|(Bweb.xml -----------------------------------------------------------<BR>
&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;<BR>
&lt;!DOCTYPE web-app<BR>
&nbsp;&nbsp;&nbsp; PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"<BR>
&nbsp;&nbsp;&nbsp; "<A href="http://java.sun.com/dtd/web-app_2_3.dtd">http://java.sun.com/dtd/web-app_2_3.dtd</A>"&gt;</div>  <div>&lt;web-app&gt;<BR>
&nbsp; &lt;display-name&gt;Struts Blank&lt;/display-name&gt;</div>  <div>&nbsp; &lt;filter&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;filter-name&gt;s2filter&lt;/filter-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;filter-class&gt;org.seasar.framework.container.filter.S2ContainerFilter&lt;/filter-class&gt;<BR>
&nbsp; &lt;/filter&gt;</div>  <div>&nbsp; &lt;filter&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;filter-name&gt;hotdeployfilter&lt;/filter-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;filter-class&gt;org.seasar.framework.container.hotdeploy.HotdeployFilter&lt;/filter-class&gt;<BR>
&nbsp; &lt;/filter&gt;</div>  <div>&nbsp; &lt;filter&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;filter-name&gt;s2strutsfilter&lt;/filter-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;filter-class&gt;org.seasar.struts.filter.S2StrutsFilter&lt;/filter-class&gt;<BR>
&nbsp; &lt;/filter&gt;</div>  <div>&nbsp; &lt;filter&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;filter-name&gt;encodingfilter&lt;/filter-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;filter-class&gt;org.seasar.extension.filter.EncodingFilter&lt;/filter-class&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;init-param&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param-name&gt;encoding&lt;/param-name&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param-value&gt;Windows-31j&lt;/param-value&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;/init-param&gt;<BR>
&nbsp; &lt;/filter&gt;</div>  <div>&nbsp; &lt;filter-mapping&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;filter-name&gt;s2filter&lt;/filter-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;url-pattern&gt;/*&lt;/url-pattern&gt;<BR>
&nbsp; &lt;/filter-mapping&gt;</div>  <div>&nbsp; &lt;filter-mapping&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;filter-name&gt;hotdeployfilter&lt;/filter-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;url-pattern&gt;/*&lt;/url-pattern&gt;<BR>
&nbsp; &lt;/filter-mapping&gt;</div>  <div>&nbsp; &lt;filter-mapping&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;filter-name&gt;s2strutsfilter&lt;/filter-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;url-pattern&gt;/*&lt;/url-pattern&gt;<BR>
&nbsp; &lt;/filter-mapping&gt;</div>  <div>&nbsp; &lt;filter-mapping&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;filter-name&gt;encodingfilter&lt;/filter-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;url-pattern&gt;/*&lt;/url-pattern&gt;<BR>
&nbsp; &lt;/filter-mapping&gt;</div>  <div>&nbsp; &lt;servlet&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;servlet-name&gt;s2container&lt;/servlet-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;servlet-class&gt;org.seasar.framework.container.servlet.S2ContainerServlet&lt;/servlet-class&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;load-on-startup&gt;1&lt;/load-on-startup&gt;<BR>
&nbsp; &lt;/servlet&gt;<BR>
&nbsp; <BR>
&nbsp; &lt;!-- Standard Action Servlet Configuration (with debugging) --&gt;<BR>
&nbsp; &lt;servlet&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;servlet-name&gt;action&lt;/servlet-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;servlet-class&gt;org.apache.struts.action.ActionServlet&lt;/servlet-class&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;init-param&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param-name&gt;config&lt;/param-name&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param-value&gt;/WEB-INF/struts-config.xml&lt;/param-value&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;/init-param&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;init-param&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param-name&gt;chainConfig&lt;/param-name&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param-value&gt;s2struts-chain-config.xml, org/apache/struts/chain/chain-config.xml&lt;/param-value&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;/init-param&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;init-param&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param-name&gt;debug&lt;/param-name&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param-value&gt;2&lt;/param-value&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;/init-param&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;init-param&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param-name&gt;detail&lt;/param-name&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param-value&gt;2&lt;/param-value&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;/init-param&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;load-on-startup&gt;2&lt;/load-on-startup&gt;<BR>
&nbsp; &lt;/servlet&gt;</div>  <div>&nbsp; &lt;servlet&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;servlet-name&gt;MayaaServlet&lt;/servlet-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;servlet-class&gt;org.seasar.mayaa.impl.MayaaServlet&lt;/servlet-class&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;load-on-startup&gt;3&lt;/load-on-startup&gt;<BR>
&nbsp; &lt;/servlet&gt;</div>  <div>&nbsp; &lt;servlet-mapping&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;servlet-name&gt;s2container&lt;/servlet-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;url-pattern&gt;/s2container&lt;/url-pattern&gt;<BR>
&nbsp; &lt;/servlet-mapping&gt;</div>  <div>&nbsp; &lt;!-- Standard Action Servlet Mapping --&gt;<BR>
&nbsp; &lt;servlet-mapping&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;servlet-name&gt;action&lt;/servlet-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;url-pattern&gt;*.do&lt;/url-pattern&gt;<BR>
&nbsp; &lt;/servlet-mapping&gt;</div>  <div>&nbsp; &lt;servlet-mapping&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;servlet-name&gt;MayaaServlet&lt;/servlet-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;url-pattern&gt;*.html&lt;/url-pattern&gt;<BR>
&nbsp; &lt;/servlet-mapping&gt;</div>  <div>&nbsp; &lt;servlet-mapping&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;servlet-name&gt;MayaaServlet&lt;/servlet-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;url-pattern&gt;*.xml&lt;/url-pattern&gt;<BR>
&nbsp; &lt;/servlet-mapping&gt;</div>  <div>&nbsp; &lt;servlet-mapping&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;servlet-name&gt;MayaaServlet&lt;/servlet-name&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;url-pattern&gt;*.maya&lt;/url-pattern&gt;<BR>
&nbsp; &lt;/servlet-mapping&gt;</div>  <div>&nbsp; &lt;!-- The Usual Welcome File List --&gt;<BR>
&nbsp; &lt;welcome-file-list&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;welcome-file&gt;index.html&lt;/welcome-file&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;welcome-file&gt;index.jsp&lt;/welcome-file&gt;<BR>
&nbsp; &lt;/welcome-file-list&gt;</div>  <div>&lt;/web-app&gt;<BR>
---------------------------------------------------------------------</div>  <div>&nbsp;</div>
<div style="line-height: 0; width: 0; height: 5px; clear: both;">&nbsp;</div>
<p>&#32;



<hr size=1><a href=http://pr.mail.yahoo.co.jp/toolbar/ target="new">Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar</a><br>