Your working directory, (C:\dev\projects\org\tatis\web\workspace\eclipse\lotto-shop) is not equal to your web application root
(C:\dev\projects\org\tatis\web\workspace\eclipse\lotto-shop\target\lottoShop-0.0.1-SNAPSHOT)
You will not be able to access files from your working directory on the production server.
mvn gwt:run を使用して gwt アプリを起動すると、上記の警告が表示されます。これにより、セキュリティ例外が発生した可能性があり、log4j がログ ファイルにアクセスできません。
私が得る最も近いものはis-it-possible-to-access-files-beyond-web-inf-folder-in-dev-mode-of-gae-java-seです
何か提案はありますか?