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*

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/4e9f43f2-c6c6-4b9e-8063-a081d54113b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to