Show TOC Start of Content Area

Procedure documentation Providing Custom Response Messages When Requesting Stopped Applications  Locate the document in its SAP Library structure

Use

You can provide an HTML page with custom-defined layout and content to be returned to the user in cases when he or she requests an application that is currently stopped. By default, the Web Container returns an J2EE Engine-specific look-and-feel page with a standard message.

Note

The custom page you can specify can only be an HTML page (not a JSP, or other web format).

To make the custom page available, you must use the ApplicationStoppedFile property of the Web Container Service.

Procedure

Use the Visual Administrator tool to complete this task:

...

       1.      Open the Properties tab of the Web Container Service.

       2.      Find the ApplicationStoppedFile property in the list of properties and enter the absolute path (on the server’s local file system) to the HTML file as a value of it.

       3.      To add the new value to the list of properties, choose Update.

       4.      To make your changes permanent, choose This graphic is explained in the accompanying text (Save Properties).

 

End of Content Area