Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

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 .

Thursday, August 1, 2013

Creating jar file with Manifest file

Command to create the jar file by including the Manifest file.

jar cvfm ramprasad.jar Manifest.txt .

Note:Jar with in the jar will not work.