user.propertiesファイルを使用して、WEB-INFフォルダーに保管されているデータベースにアクセスしました。GGTS(Groovy Grail Tool Suite)を実行している間は正しく動作します。
使用しました
Properties prop = new Properties();
prop.load(DataSource.class.getClassLoader().getResourceAsStream("user.properties"));
DataSourceで
スタンドアロンとして実行すると動作します
しかし、warファイルを作成してTomcatサーバーにデプロイすると、機能しなくなります。
私のuser.propertiesはWEB-INFフォルダーにあります。
エラーを表示しています
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pluginManager' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
よろしくお願いします。助けてください