Monday, August 5, 2013

Jsp Scriptlet to display the application server name in web page.



<%= System.getProperty("weblogic.Name") %>


Using this tag in jsp page we can get the Weblogic server name in webpage .

No comments:

Post a Comment