문제

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 need 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top