There is tons of documentation available on getting tomcat working with
apache, so I'm assuming that is not an issue.  Now on to jboss.  I have it
running on a separate server, but that is unimportant.  To separate business
logic from presentation (because we have creative types doing presentation
and the left-brained programmers doing the business logic), I put all
communication with the ejbs into simple java beans.  These use the standard
jndi lookup techniques to communicate with the ejb's under jboss.  Then the
JSPs running under tomcat simply use the useBean construct to instantiate
the beans.

Which part are you having difficulty with?

----- Original Message -----
From: "John Menke" <[EMAIL PROTECTED]>
To: "jboss" <[EMAIL PROTECTED]>
Sent: Wednesday, April 04, 2001 9:28 PM
Subject: [JBoss-user] Re: Tradeoffs: Running Tomcat separately from JBoss?


> Guy,
>
> How did you set this up?  Is there any information on how to do this on
the
> web?
>
>
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>


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

Reply via email to