Custom JSP taglib. This taglib lets you detect a server and execute
some server-specific code. For example:
Tags are:
isJBoss
Body tag executes own body if your server is JBoss. Parameters are: none
isWeblogic
Body tag executes own body if your server is Weblogic. Parameters are: none
isOrion
Body tag executes own body if your server is Orion. Parameters are: none
for downloading:
Library: detecttag.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.