Hi,
I’m not sure what the cause of your problem is, but it probably isn’t the taglib URL. The way this works is as follows. You specify in your jsp source code:
<%@ taglib uri="http://www.softwareag.com/xtools/xapplication" prefix="xapp" %></pre><BR>This associates an arbitrary uri with a tag prefix. Then in your WEB-INF/web.xml file you have:<BR><pre class="ip-ubbcode-code-pre"><taglib>
<taglib-uri>http://www.softwareag.com/xtools/xapplication</taglib-uri>
<taglib-location>/WEB-INF/jsp/xapplication.tld</taglib-location>
</taglib>
This associates the arbitrary URL with a physical taglib. So now when you use xapp:tag the tag code can be resolved from the tag library (tld) file.
This might be interesting but it doesn’t solve your problem
Can you please post details of the symptom you get when you execute one of your jsp pages?
Thanks.
#webMethods#Tamino#API-Management