I am loading a configuration file using ClassLoader.getSystemResourceAsStream. The file is placed in the src folder of my GWT application. It ends on war/WEB-INF/classes. I will copy the folder warto tomcat under webapps/MyApp. When the application starts, getSystemResourceAsStream throws an exception. When working under Jetty, it works great.
source
share