Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

appengine-application.xml

After update to GAE 1.7.5, when running it give below error:

17/02/2013 11:27:50 PM com.google.apphosting.utils.config.EarHelper logNotAnEar
INFO: Directory 'D:\Workspaces\GoogleAppEng\cea-AppEngine\war' is not an EAR directory. File D:\Workspaces\GoogleAppEng\cea-AppEngine\war\appengine-application.xmlappengine-application.xml not detected.
17/02/2013 11:27:50 PM com.google.apphosting.utils.config.EarHelper logNotAnEar
INFO: Directory 'D:\Workspaces\GoogleAppEng\cea-AppEngine\war' is not an EAR directory. File D:\Workspaces\GoogleAppEng\cea-AppEngine\war\appengine-application.xmlappengine-application.xml not detected.
17/02/2013 11:27:50 PM com.google.apphosting.utils.config.EarHelper logNotAnEar
INFO: Directory 'D:\Workspaces\GoogleAppEng\cea-AppEngine\war' is not an EAR directory. File D:\Workspaces\GoogleAppEng\cea-AppEngine\war\appengine-application.xmlappengine-application.xml not detected.
17/02/2013 11:27:50 PM com.google.apphosting.utils.config.EarHelper logNotAnEar
INFO: Directory 'D:\Workspaces\GoogleAppEng\cea-AppEngine\war' is not an EAR directory. File D:\Workspaces\GoogleAppEng\cea-AppEngine\war\appengine-application.xmlappengine-application.xml not detected.

I only have appengine-web.xml and not appengine-application.xml. So this appengine-application.xml is new? I search google and GAE, that is nothing mention about appengine-application.xml.

Any help?

like image 757
songjing Avatar asked Feb 17 '13 12:02

songjing


People also ask

What is application xml file?

The Application. xml file contains the settings for Adobe Media Server applications. The Application. xml file in the virtual host directory configures the default settings for all applications within the virtual host. If you want to have different settings for a particular application, copy an Application.

What is web INF web xml?

Java web applications use a deployment descriptor file to determine how URLs map to servlets, which URLs require authentication, and other information. This file is named web. xml , and resides in the app's WAR under the WEB-INF/ directory. web. xml is part of the servlet standard for web applications.

What type of service is App Engine?

Google App Engine (GAE) is a platform-as-a-service product that provides web app developers and enterprises with access to Google's scalable hosting and tier 1 internet service.

How do I get web xml in Eclipse?

To get access to web. xml in Eclipse, even though it's in the webapps\ch11\WEB-INF directory, you can make it a linked file . To do that, right-click the ServletInPlace project, select New→ File, click the Advanced button, check the “Link to file in the file system” checkbox, and click the Browse button.


1 Answers

INFO is not an error. Please ignore.

Things that we may or may not be working may or may not leak out early by accident. Not sayin'.

like image 76
Dave W. Smith Avatar answered Oct 21 '22 17:10

Dave W. Smith