Xtags Lib
Hi,
Im developing an application which is using xtag to parse (pull) information from another application residing in my another server hosted by TOMCAT.
However, the application which im doing, is causing the application which im pulling crashed due to too many sessions.
is it something wrong with my coding.
my coding just include the following and some logic parsing/selecting.
<xtags:parse url="<%=url%>"/>
where url is the other application giving out xml.
Furthermore, whenever i do a refresh on a particular page, the session number shown in tomcat for the application keeps increasing.
BTW, the information display over at my application works perfectly.
What is wrong.