You may want to change the message display to another format, such as HTML. The ViewMessage.template.jsp file provides an example of how to create a customized view of messages. To activate the file, you need to copy and rename the file.
To customize the message format:
Locate the ViewMessage.template.jsp file in the following directory:
<installation directory>/Orch-5_1/EAServer/Repository/WebApplication/RTConsole
Rename the file to the following:
ViewMessage.jsp
Edit the file. Choose from the following:
Make a single call to the servlet to request the DataSet to retrieve messages. Edit the following information:
NtrkMsgDataSet Data = Process.Process(request, response, session);
Invoke the JSP file directly from your browser. Add the following connection parameters:
http://.../BT/ViewMessages.template.jsp?USER_ID=<userid>&PASSWORD=<password>&SERVER=<monitor server>&SERVER_PORT=<monitor server port>&DATABASE=<monitor database>&GROUP=<desired monitor view (optional)>&STATUS=<desired view status (optional)>
Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com