I am using applets which has some supporting classes which make calls to ejbs which are in different packages in the client classes. When I try to load the applet from a browser its throws up an error saying "cannot find resource" indicating that it is not able to find any of the supporting classes. If I put all the supporting classes in the public_html folder then it says not able to find the classpath for the weblogicaux.jar file.
Can anyone tell me where to place the applet and related class files which are in a package and how to delegate calls to the EJBs.
Rahul.
-
Applets with EJBs (1 messages)
- Posted by: Rahul Gokhale
- Posted on: February 22 2001 02:33 EST
Threaded Messages (1)
- Applets with EJBs by rengarajan srinivasan on February 25 2001 23:37 EST
-
Applets with EJBs[ Go to top ]
- Posted by: rengarajan srinivasan
- Posted on: February 25 2001 23:37 EST
- in response to Rahul Gokhale
If your applet is an ejb client, then put your applet classfiles and supporting class files in SERVER_CLASSES directory. The codebase property in the applet tag should be set to "/classes/". Make sure that SERVER_CLASSES is in the classpath of weblogic.
rengarajan