プロが教える店舗&オフィスのセキュリティ対策術

tomcatが数日調子が悪く404がでます

tomcat6を使用
最近、tomcat5で作成したファイルを持ってきて使用してビルドパスの設定をいじっているので其れで
調子が悪くなったのかもしれません 

ちなみに
tomcatの再ロードも出来ません The following url was used
Caused by: java.lang.IllegalStateException: No output folder
at org.apache.jasper.JspCompilationContext.createOutputDir(JspCompilationContext.java:678)
at org.apache.jasper.JspCompilationContext.getOutputDir(JspCompilationContext.java:197)
at org.apache.jasper.JspCompilationContext.getClassFileName(JspCompilationContext.java:514)
at org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:453)
at org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:399)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:585)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
... 19 more


ログ
2012/11/22 20:38:16 org.apache.catalina.core.AprLifecycleListener init

情報: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre6\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/pleiades/eclipse/jre/bin/client;C:/pleiades/eclipse/jre/bin;C:/pleiades/eclipse/jre/lib/i386;C:\Program Files\Java\jdk1.7.0\bin;C:\Program Files\Windows Live\Shared;C:\Program Files\Java\jdk1.7.0_03\bin;C:\pleiades\eclipse;
2012/11/22 20:38:16 org.apache.coyote.http11.Http11Protocol init
情報: Coyote HTTP/1.1を http-8080 で初期化します
2012/11/22 20:38:16 org.apache.catalina.startup.Catalina load
情報: Initialization processed in 857 ms
2012/11/22 20:38:16 org.apache.catalina.core.StandardService start
情報: サービス Catalina を起動します
2012/11/22 20:38:16 org.apache.catalina.core.StandardEngine start
情報: Starting Servlet Engine: Apache Tomcat/6.0.35
2012/11/22 20:38:16 org.apache.catalina.startup.HostConfig deployDescriptor
情報: 設定記述子 manager.xml を配備します
2012/11/22 20:38:17 org.apache.catalina.startup.HostConfig deployDirectory
情報: Webアプリケーションディレクトリ docs を配備します
2012/11/22 20:38:17 org.apache.catalina.startup.HostConfig deployDirectory
情報: Webアプリケーションディレクトリ ROOT を配備します
2012/11/22 20:38:17 org.apache.coyote.http11.Http11Protocol start
情報: Coyote HTTP/1.1を http-8080 で起動します
2012/11/22 20:38:17 org.apache.jk.common.ChannelSocket init
情報: JK: ajp13 listening on /0.0.0.0:8009
2012/11/22 20:38:17 org.apache.jk.server.JkMain start
情報: Jk running ID=0 time=0/42 config=null
2012/11/22 20:38:17 org.apache.catalina.startup.Catalina start
情報: Server startup in 827 ms

A 回答 (1件)

こんにちは。



エラーに「No output folder」とあるので、出力フォルダがないのかと。
(スタックとレースに「JspCompilationContext.createOutputDir」とあるので、
JSP用の出力フォルダを作ろうとしたけど作れなかったってトコですかね)
JSPのコンパイル結果出力フォルダのパスとか権限とか確認してみてもダメですか?

「The following url was used」についてはちょっとわかりません。。
    • good
    • 0

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!