سؤال

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