What are the two properties that we define in mashup.properties file?
-
contentName
-
contextRoot
-
componentRoot
-
componentName
B,D
Correct answer
Explanation
The mashup.properties file defines contextRoot (the base URL context path where the mashup application is deployed, like /mashup) and componentName (the unique identifier name for the specific mashup component or application instance). contentName and componentRoot are not standard properties in this file.