tomcat

java.lang.IllegalStateException: Cannot forward after response has been committed

tomcat5.0.28 + struts1.2.4 を利用した環境で StandardWrapperValve[action]: Servlet.service() for servlet action threw exception java.lang.IllegalStateException: Cannot forward after response has been committed at org.apache.catalina.core.Ap…

Tomcat5の環境別設定 server.xml に独自のパラメータを書く

サーブレットエンジンごとに設定するために server.xml にパラメータを記述してみました。 テスト環境と、本番環境などでデバック用の仕様を切り替えたりするのが スムーズになるためです。 アプリケーションごとの WEB-INF/web.xml には、環境の違いによる…