<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Applications> <Application Name="RESTApp"> <Description>This is sample description about RESTApp</Description> <Status>DISABLED</Status> <URI>http://localhost:8080/oerm/applications/RESTApp</URI> <PropertiesURI> http://localhost:8080/oerm/applications/RESTApp/properties </PropertiesURI> <StatisticsURI> http://localhost:8080/oerm/applications/RESTApp/statistics </StatisticsURI> <PropFileLoc> F:\Softwares\Apache-Tomcat\apache-tomcat-7.0.21\webapps\oerm\..\ RESTApp\WEB-INF/adapters\runtime.props </PropFileLoc> <adapterDirLoc> F:\Softwares\Apache-Tomcat\apache-tomcat-7.0.21\webapps\oerm\..\ RESTApp\WEB-INF/adapters </adapterDirLoc> </Application> </Applications> |
Application detail
|
Description
|
Value
|
Application Name
|
Name of the application.
|
String
|
Description
|
Small description about the application.
|
String
|
Status1
|
Current state of the application.
|
Disabled or Enabled
|
URI
|
URI at which information about the application can be accessed.
|
Hyperlink
|
PropertiesURI
|
URI at which information about the application properties can be accessed.
|
Hyperlink
|
StatisticsURI
|
URI at which information about the application statistics can be accessed.
|
Hyperlink
|
PropFileLoc
|
Fully qualified path of the REST Web application runtime properties file, runtime.props.
|
Path
|
adapterDirLoc
|
Fully qualified path of the REST Web application adapters directory.
|
Path
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Applications> <Application Name="RESTApp"> <Description>This is sample description about RESTApp</Description> <Status>DISABLED</Status> <URI>http://localhost:8080/oerm/applications/RESTApp</URI> <PropertiesURI> http://localhost:8080/oerm/applications/RESTApp/properties </PropertiesURI> <StatisticsURI> http://localhost:8080/oerm/applications/RESTApp/statistics </StatisticsURI> <PropFileLoc> F:\Softwares\Apache-Tomcat\apache-tomcat-7.0.21\webapps\oerm\..\ RESTApp\WEB-INF/adapters\runtime.props </PropFileLoc> <adapterDirLoc> F:\Softwares\Apache-Tomcat\apache-tomcat-7.0.21\webapps\oerm\..\ RESTApp\WEB-INF/adapters </adapterDirLoc> </Application> <Application Name="RESTApp1"> <Description>This is sample description about RESTApp1</Description> <Status>ENABLED</Status> <URI>http://localhost:8080/oerm/applications/RESTApp1</URI> <PropertiesURI> http://localhost:8080/oerm/applications/RESTApp1/properties </PropertiesURI> <StatisticsURI> http://localhost:8080/oerm/applications/RESTApp1/statistics </StatisticsURI> <PropFileLoc> F:\Softwares\Apache-Tomcat\apache-tomcat-7.0.21\webapps\oerm\..\ RESTApp1\WEB-INF/adapters\runtime.props </PropFileLoc> <adapterDirLoc> F:\Softwares\Apache-Tomcat\apache-tomcat-7.0.21\webapps\oerm\..\ RESTApp1\WEB-INF/adapters </adapterDirLoc> </Application> </Applications> |