ダークエリア

SEのお仕事の備忘録や、ゲームの話などなどを記事に放り込む!!

tomcat

Spring 謎のClassNotFoundExceptionが解決した話

<環境> ・Java8、Spring ・Spring Tool Suite <問題> 今まで問題なく動いていた、あるWEB画面開発プロジェクトが、 下記エラーが発生して、ローカル・ホストによるTomcatサーバが起動できなかった。 org.springframework.beans.factory.CannotLoadBeanCl…

tomcat JAVAのバージョンでエラー

●開発環境 ・Eclipse4.8 photon ・Java10 ・tomcat8 ●エラー java.lang.UnsupportedClassVersionError: package/action/TestAction has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java R…

tomcat HTTPSの設定

◆開発環境 ・Eclipse4.5 MARS ・tomcat7(Eclipseに入っているものを使用したが、なんでもおk。) ◆やりかた 参考: qiita.com ここではxmlの設定のみ記載する。 keystoreファイルの作成はすでにやっているものとする。 ( .keystoreファイルの作成 - liliel…

SAStruts HTTPSモック作成

◆環境 ・SAStruts ・tomcat ・Eclipse4.5 ・Java8/Java7 ◆SAStrutsにしちゃう(Routes設定めんどいため) 参考: SAStruts 入門 ●EclipseにDolteng(どぅるてん)のインストール 2つをインストール。URL入力してから保留中の時間が長いけど気長に待つ。 ・Do…