• 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

number of doubts

 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please give solutions for these......
I am using tomcat as server for JSP/Servlet now i need EJB container also
which one is best suit for tomcat?
then how it connect with tomcat?
what differs tomcat and Struts?
is Struts work alone ?
How we can connect Tomact with Apache Webserver?
simple java bean classes connected with JSP and is working good in windows tomcat but not in linux tomcat why it so?all other is ok.
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tomcat is a servlet container that serves JSPs and Servlets.
Struts is an open source framework for building java web applications.
And tomcat is one such servlet engine that serves an application developed using Struts framework.
Google on struts, and check out http://husted.com/struts/
reply
    Bookmark Topic Watch Topic
  • New Topic