> What is confusing me, is does JBoss need to know about Tomcat or visa
versa?

All depends on what you are trying to do.  The way we use it, no.  We have
Tomcat running our JSP pages, and JBoss running our EJBs.  Our EJBs provide
"services" that are used on the JSP pages, so Tomcat needs to know where
JBoss is running (so it can do lookups on the EJBs) but JBoss doesn't need
to know anything about Tomcat.



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to