The client requests for a page from my application. A servlet will be invoked at this point of time. The servlet creates an instance of a dataholder class,look up for the Application server through JNDI Naming ( The server IP is
taken from parameter file). Then it creates a session bean using the Home interface and then invoke a method in the session bean through the remote interface and dataholder class will be passed on to the App server. Now at
the app server, the session bean, does the processing ( it may require to use some entity/session beans for this). Put the values on to the dataholder class and pass the class back to the web server. Now webserver displays a JSP page to the client by filling the details from the Data
holder class.I wanted to know in this scenario what will be impact of weblogic clustering.
-
Clustering in Weblogic (2 messages)
- Posted by: Vipul Gupta
- Posted on: March 26 2002 01:42 EST
Threaded Messages (2)
- Clustering in Weblogic by Alex Pisarev on March 26 2002 05:01 EST
- Clustering in Weblogic by Sheng Sheen on March 26 2002 16:37 EST
-
Clustering in Weblogic[ Go to top ]
- Posted by: Alex Pisarev
- Posted on: March 26 2002 05:01 EST
- in response to Vipul Gupta
I've see no problems with clustering on this stage. -
Clustering in Weblogic[ Go to top ]
- Posted by: Sheng Sheen
- Posted on: March 26 2002 16:37 EST
- in response to Vipul Gupta
be aware of anything in HTTPSession or if you're clustering at the EJB level using Stateful Session EJBs.