This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JBoss and the fly likes webapplication deployed in JBOSS - Active Sessions are increasing though no users are using the app. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "webapplication deployed in JBOSS - Active Sessions are increasing though no users are using the app." Watch "webapplication deployed in JBOSS - Active Sessions are increasing though no users are using the app." New topic
Author

webapplication deployed in JBOSS - Active Sessions are increasing though no users are using the app.

Mp Ramkumar
Greenhorn

Joined: Apr 28, 2009
Posts: 26
Hi
I am testing two web applications(example webappA and webappB) which are deployed on two different machines(example webappA on Machine1, webappB on Machine2).

WebappB will be pinging or calling the webservice of WebappA. If the two applications are not integrated(means if the webappA webservice URL is not given in WebappB), then the active session on the MachineA/webappA deployment is showing 0 to 5. But if the both the apps are integrated then active sessions for the webappA deployment are touching to some 2000 above, though nobody using the applications.

Does it get impacted in the performance of the application or it causes any bottleneck in handling more no. of users(approx. 150Users), since the intended target end users are 150.

What will probably happen if the no. of active sessions(in JBOSS for a webapp) increase in the above said manner. what are the impact areas.

The below is the extract of webappA deployment description from JBOSS webconsole
localhost/WebappA
Start time: Tue Jan 05 11:06:43 IST 2010 Startup time: 140 ms TLD scan time: 0 ms
Active sessions: 2189 Session count: 2189 Max active sessions: 2189 Rejected session creations: 0 Expired sessions: 0 Longest session alive time: 0 s Average session alive time: 0 s Processing time: 0 ms
JSPs loaded: 0 JSPs reloaded: 0

Thanks & Regards,
RamkumarMP
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5533

You might have a better chance of getting this answered in the JBoss forum; I'll move it there.


JBoss In Action
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5533

By the way, an indication of which version of JBoss AS you are using would help.
Mp Ramkumar
Greenhorn

Joined: Apr 28, 2009
Posts: 26
Thanks Peter, We are using JBOSS 4.3.0 EAP CP02 with JDK 1.6
 
I agree. Here's the link: http://jrebel.com/download
 
subject: webapplication deployed in JBOSS - Active Sessions are increasing though no users are using the app.
 
Similar Threads
Context Share between 2 Web Apps
Tomcat performance problems
Problem: Sharing session between two different Web browser & Web Applications
Problem deploying and finding servlet with Jboss
Tomcat performance problems