I execute the backends commands directly in the target folder, so *first i
build it* and then:

appcfg update D:\my-project\target\ear-name


When you build your project, in the target folder the WEB-INF at the root
directory is your main appengine-web.xml file wich is what you need. Have
you tried it?






Alejandro González Rodrigo
*www.nextinit.com* <https://www.nextinit.com/>
*alejandro.gonza...@nextinit.com <alejandro.gonza...@nextinit.com>*
*+34  666 57 79 13*


2014/1/2 Vinny P <vinny...@gmail.com>

> On Thu, Jan 2, 2014 at 3:31 AM, Tapir <tapir....@gmail.com> 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 <tapir....@gmail.com> 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 google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to