うーむ。。。困ったなぁ。
Logger.debug("project path:" + Play.current().path().toString()); Logger.debug("cureent path:" + new File(".").getAbsoluteFile().getParent());
[debug] application - project path:/var/www/play/target/universal/stage [debug] application - cureent path:/var/www/play/target/universal/stage
何故か知らないけど、jsとかcssは:/var/www/play/public
に配置されているものを使っているらしい。
ということは、ファイルをアップロードした時はそこに配置したいのだ。しかしうまくいかない。。。
困った。