On Thu, Jan 2, 2014 at 3:31 AM, Tapir <[email protected]> wrote: > How to let dev_server not interpret the folder as a single-module app? > > The folder structure is like this: > my-project > --- ear > ------ META-INF > --------- appengine-application.xml > --------- application.xml > ------ default > --------- war > ------------ WEB-INF > --------------- appengine-web.xml > ---------------- web.xml > ------ websockets > --------- war > ------------ WEB-INF > >
Can you try removing the war directories and moving its contents up one level? So for example: -ear -----META-INF ----------appengine-application.xml ----------application.xml -----default ----------WEB-INF ---------------web.xml and appengine-web.xml -----websockets ----------WEB-INF ---------------web.xml and appengine-web.xml If that doesn't work, can you post the text of the appengine-application.xml and application.xml files? On Thu, Jan 2, 2014 at 3:31 AM, Tapir <[email protected]> wrote: > at > com.google.appengine.tools.development.ApplicationConfigurationManager$WarModuleConfigurationHandle.readConfiguration(ApplicationConfigurationManager.java:399) > So yes, it looks like the dev server is attempting to read your application as a WAR, not an EAR. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
