On Friday, January 3, 2014 1:17:36 AM UTC+8, Alejandro Gonzalez wrote:
>
> 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?
>

Not very understand this. There is no WEB-INF but a META-INF at the root 
directory.
 

>
>
>
>
>
>
> Alejandro González Rodrigo
> *www.nextinit.com* <https://www.nextinit.com/>
> *alejandro...@nextinit.com <javascript:>*
> * +34  666 57 79 13*
>
>
> 2014/1/2 Vinny P <vinn...@gmail.com <javascript:>>
>
>> On Thu, Jan 2, 2014 at 3:31 AM, Tapir <tapi...@gmail.com <javascript:>>
>>  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 <tapi...@gmail.com <javascript:>>
>>  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-appengi...@googlegroups.com <javascript:>.
>> To post to this group, send email to 
>> google-a...@googlegroups.com<javascript:>
>> .
>> 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