Hi all,
I have a question. What's the differences between J2EE engine and Jakarta Tomcat??
I've readed the introduction to j2ee (Creating a new web application) and i've seen that the directory structure of a web-site is more similar to a tomcat web-site structure..
Regards..
Eugenio.
Hello Eugenio,
There should be no real difference, except that Tomcat may not have all the J2EE components -- For example, if I remember correctly, you need to add on to Tomcat with JBoss if want to implement Enterprise Java Beans (EJB). But the underlying J2EE engines should be the same.
Kevin.
Add a comment