Hello Ranchers , i was trying a small example and i am facing a problem which i am not able to resolve.
I have an
ejb bean which exposes remote service.I have deployed that bean in
Jboss App Server.
I made a separate web module project which has a
servlet in which i am accessing my remote bean.
like this :
and this is working fine for me.
What i did next was create another web module project which again has a servlet with similar code but deployed this web app in
tomcat.
Now after deploying when i try to send request to servlet i get this
java.lang.ClassNotFoundException: mypack.MyBeanRemote
i am not able to understand as i am new to this.Why did it work when i deployed it Jboss and why not with Apache.
Regards,
Shroff.