开发者

how can i find the temporary folder that Jetty host the web app?

开发者 https://www.devze.com 2023-02-04 14:57 出处:网络
I deployed gwt app to Jetty using maven-jetty-plugin, with \'mvn jetty:run\' i have access my app, but it kept telling one file is not found, i ne开发者_C百科ed to know where Jetty host those apps so

I deployed gwt app to Jetty using maven-jetty-plugin, with 'mvn jetty:run' i have access my app, but it kept telling one file is not found, i ne开发者_C百科ed to know where Jetty host those apps so i can dig into the web app folder to see if that file is really missing. how can i find it? thanks!


if you are using windows

USER_DIRECTORY\Local Settings\Temp\jetty_........ folders


By default it should be in your target directory.

0

精彩评论

暂无评论...
验证码 换一张
取 消