I read in oracle docs a sentence like this:
"Each property maps to an element attribute in the orion-application.xml descriptor."
These properties are from deployment plan and I need to know what is the name of the element in orion-application.xml which is mapped to webSiteBinding property (from deployment plan).
If your trying to bind a war file to a specific address (e.g. http://application-server.com/myapp/ - you can specify that in application.xml. No need to use orion-application.xml for that. orion-application.xml is usually used for non j2ee spec things like jazn settings - compiler and library instructions, jmx, ejb compile instructions, etc..). The closest thing I can guess at from your question is you can specify the
in orion-application.xml. Which looks like this:
But I don't think that is what your after. I think you just want to know in application.xml. Like: