<span style="font-size: medium; line-height: 24px; "><font style="font-size: 16px; line-height: 150%; ">tomcat6+seasar2 2.4.44 で開発したプロジェクトがあります、それを基にして別のプロジェクト開発したい。</font></span><div style="font-size: 14px; line-height: 21px; "><font style="font-size: 16px; line-height: 150%; ">でも今回は</font><span style="font-size: medium; line-height: 24px; "><font style="font-size: 16px; line-height: 150%; ">tomcat6--&gt;</font></span><font style="font-size: 16px; line-height: 150%; ">Tomcat5.0に変更する必要があります。</font></div><div style="font-size: 14px; line-height: 21px; "><br></div><div style="font-size: 14px; line-height: 21px; "><font style="font-size: 16px; line-height: 150%; ">プロジェクットを</font><font style="font-size: 16px; line-height: 150%; ">Tomcat5.0.28で走ると以下の情報が表示されます。</font></div><div style="font-size: 14px; line-height: 21px; "><br></div><div><div><span style="line-height: 21px;"><font style="font-size: 16px; line-height: 150%; ">情報: validateJarFile(E:\ecplisetest\workspaceanken\luckydraw\src\main\webapp\WEB-INF\lib\geronimo-servlet_2.5_spec-1.2.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class</font></span></div><div style="font-size: 14px; line-height: 21px; "><br></div><div style="font-size: 14px; line-height: 21px; "><font style="font-size: 16px; line-height: 150%; ">それ(</font><font style="font-size: 16px; line-height: 150%; ">geronimo-servlet_2.5_spec-1.2.jar</font><font style="font-size: 16px; line-height: 150%; ">)を削除して、わかりにTomcat5.0にあるjarファイルservlet-api.jarをプロジェクトのライブラリに追加してすると以下のエラーになります。</font></div></div><div style="font-size: 14px; line-height: 21px; "><br></div><div style="font-size: 14px; line-height: 21px; "><font style="font-size: 16px; line-height: 150%; ">org.seasar.framework.exception.EmptyRuntimeException: [ESSR0007]S2Containerはnullあるいは空であってはいけません</font></div><div style="font-size: medium; "><pre style="font-size: 14px; line-height: 21px; "><font style="font-size: 16px; line-height: 150%; ">org.seasar.framework.container.factory.SingletonS2ContainerFactory.getContainer(SingletonS2ContainerFactory.java:192)
org.seasar.framework.container.filter.S2ContainerFilter.doFilter(S2ContainerFilter.java:68)
org.seasar.extension.filter.EncodingFilter.doFilter(EncodingFilter.java:69)
</font></pre><pre style="font-size: 14px; line-height: 21px; "><div style="font-family: 'MS PGothic'; white-space: normal; "><br></div><font style="font-size: 16px; line-height: 150%; ">解決方法はありますか?またはseasar2を走れるTomcatの最低バージョンを教えて下さい。</font></pre></div><br>