• 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

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Friends, another topic for discussion.
Look I have a environment with Apache as Web Server, JBoss3.0.6 as Application Server and Tomcat 4.1.18 as Web Container.
Now I am quite not getting the flow of the user request.
I guess all the requests will come at Apache, Apache will deligate the request to Tomcat and then tomcat will call Jboss. (As servlet / jsp are the clients for Beans residing in JBoss, and Servlet and JSP are in tomcat sharing same JNDI tree in case of JBoss 3.0.6 + Tomcat 4.1.18).
Is this correct or other way round??
Can anybody throw some light on the darker area..
Regards
 
keep an eye out for scorpions and black widows. But the tiny ads are safe.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic