Have you tested it calling an EJB from a servlet ?
I'm trying to call the Interest stateless session bean from the
documentation at the jBoss site
from a servlet runnig in the /test context from Tomcat but it con not
find the
InterestHome.class
// Get a reference from this to the Bean's Home interface
InterestHome home = (InterestHome) PortableRemoteObject.narrow
(ref, InterestHome.class);
I get a NoClassDefFoundError exception :
com/web_tomorrow/interest/InterestHome
even though it's in the webapps/test/WEB-INF/classes
any ideas ?
--
-----------------------------------------------------------------------
crypto : One who covertly supports a certain doctrine, group, or party.
<mailto: [EMAIL PROTECTED]> <http://www.shiftat.com>
-----------------------------------------------------------------------
Richard Backhouse wrote:
> FYI
>
> The Tomcat intergration module doesn't work with the Tomcat binary
> version unless the run.sh is changed to include the webserver.jar and
> jasper.jar in the Tomcat specfic classpath setup. I guess that the
> documentation was written with the Tomcat source version in mind.
>
> Also I have got the Tomcat 3.1 Binary dist working fine thru jboss.
>
> Richard Backhouse
> Oak Grove Software.
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]