A day or so ago, someone posted a question about how
you could get the classes that are in EJB jars to be visible within
tomcat for their JSP's.  I have a similar problem; I'd like to
expose some EJB interfaces through SOAP on tomcat via
the "org.apache.soap.providers.*EJBProvider" interfaces.

I'm finding that the classes can't be found within tomcat..

eg


[EmbeddedTomcat] In TemplateProvider.locate()
[EmbeddedTomcat] URI: urn:SomeEJB
[EmbeddedTomcat] DD.ServiceClass:
org.apache.soap.providers.StatelessEJBProvider
[EmbeddedTomcat] DD.ProviderClass: blah.remoteinterface
[EmbeddedTomcat] Call.MethodName: theMethod
[EmbeddedTomcat] Exception caught: javax.naming.CommunicationException
[Root
exception is ClassNotFoundException blah.homeinterface]


So, how *do* you make these jar files visible to tomcat without altering
the
classpath?

Ron


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

Reply via email to