No, There was nothing on the dashboard. In Backends.xml you have specified name as an attribute in the backend tag. If we use a tag to specify a backend name then it raises java io exception while deployment.
On Jun 2, 12:41 pm, oceandrive <[email protected]> wrote: > I dont see anything wrong with your xml file. > > I was able to deploy my backends here is my code > > <?xml version="1.0" encoding="UTF-8"?> > <backends> > <backend name="mybackend"> > <class>B2</class> > <instances>5</instances> > <options> > <dynamic>true</dynamic> > <public>true</public> > </options> > </backend> > </backends> > > After you upload you backend do you see your backend listed on the bashboard > ? > > If you dont then something wrong with your upload. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
