• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Architecture - Web Server(apache) and App Server (Oracle 9iAS)

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a query regarding the web server and application server architecture.
We are desinging the system where there will be many users accessing it. So should we use more than 1 web server(apache) and application server(oracle9iAS) ?
Is clustering needed at both web server and application server level ?
Also let me know ur views regarding the session management in case of multiple web server and application servers.
I mean, if same user is making more than one request and we are using session (using HttpSession or stateful session bean) then how we make sure that all request coming from a same client is going to same web server and application server (assuming we have more than 1 web server and app server)
Thanks in advance.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic