Hi
Thnx for the initial Reply
Please Somebody suggest me How to proceed
The Life Cycle for the WIFI custom web application for AAA is as follows.
1) User Types "www.yahoo.com"
2) CISCO ROUTER Intercepts this requests and reroutes to a WEB container
as http://<IP>:<PORT> or http://<IP> Only for AAA to be processed.
3) AAA processing is done in the WEB container by the application hosted
as ROOT
( Replaced original "ROOT" with custom web application ) by default.
4) Once the AAA is processed, we redirect the user to a new Window of
the browser and allow
the user to the page requested for Originally (www.yahoo.com).
5) Session is maintained in thew Web server till valid "Signoff" signal
sent to AAA router to stop Processing.
Problem
Load on this single TOMCAT is building up the CPU for 100% ,as the
subscribers are increasing.
Solution
We need to bring in the Load Balancer with Multiple TOMCAT /APACHE2.x
server
[ ROOT of TOMCAT's mapped to APACHE2.x server ]
.
SPEC :
OSS = UNIX 11
WEB Container = TOMCAT 5.5.23
JSDK = 1.6
with regards
Karthik
Hence we need multiple TOMCAT with ROOT being able to configure to a
APCHE 2X http server.
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]