Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Xtags Lib

843836May 17 2005
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 14 2005
Added on May 17 2005
0 comments
196 views