Where can I find this information on the console?

<https://lh3.googleusercontent.com/-_djzcwM-gSc/Vo483Rmmd-I/AAAAAAAABXo/_mnmLp2TfAw/s1600/Capture.PNG>


On Wednesday, January 6, 2016 at 11:42:54 PM UTC-2, Christian F. Howes 
wrote:
>
> check your dispatch rules in the console just to triple check that they 
> are uploaded.
>
> also check the logs on all your modules to see if you can find where the 
> request did get routed and that might help you debug.
>
> cfh
>
> On Wednesday, January 6, 2016 at 9:45:51 AM UTC-8, Renato Forti wrote:
>>
>> Hi All,
>>
>> I am trying to update the  dispatch file. I have a EAR structure like 
>> this:
>>
>> default(frontend) and dfe(site-dfe) modules
>>
>> My dispatch :
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <dispatch-entries>
>>     <dispatch>
>>       <url>*/favicon.ico</url>
>>       <module>default</module>
>>   </dispatch>
>>   <dispatch>
>>       <url>dokcloud-1069.appspot.com/</url>
>>       <module>default</module>
>>   </dispatch>
>>   <dispatch>
>>       <url>*/dfe/*</url>
>>       <module>site-dfe</module>
>>   </dispatch>
>> </dispatch-entries>
>>
>> when I try to update I see:
>>
>> E:\project.dokfile.vses\hades\trunk\products\dokcloud\cloud\google\frontend\v1\src\main\webapp>appcfg
>>  
>> update_dispatch .
>> Reading application configuration data...
>> Jan 06, 2016 3:00:45 PM 
>> com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
>> INFO: Successfully processed .\WEB-INF/datastore-indexes.xml
>>
>>
>> Beginning interaction for module default...
>> 0% Uploading dispatch entries.
>> Success.
>> Cleaning up temporary files for module default...
>>
>> But, this do not work, when I try accees page, 
>>
>> *http://dokcloud-1069.appspot.com/dfe 
>> <http://dokcloud-1069.appspot.com/dfe>*
>>
>> I get error:
>>
>> Error: NOT_FOUND
>>
>> Any Idea?
>>
>> Thanks a lot
>>
>>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c3ac5c70-1995-49b8-b768-e3c5d65f25cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to