Dear sir, i have servlet client in the WEBContainer of oracle9iAS. this servlet has to communicate to a java class outside the container. is possible.if possible hoe to do that. thanks in advance. Regards, SureshKumar.V
Valentin Crettaz
Gold Digger
Sheriff
Joined: Aug 26, 2001
Posts: 7610
posted
0
I'm moving this thread to the Servlets forum. Please continue this discussion there. Thank you
The ONLY way a servlet can use a class is if it is in the available classpath, which is usually the classes in the web container's classpath and those in WEB-INF/lib and WEB-INF/classes. If you want to make a remote call (EJB, RMI), any client classes (stubs) must be in one of the locations listed above.
"OCPSuresh"- Welcome to the JavaRanch! Please adjust your displayed name to meet the JavaRanch Naming Policy. You can change it here. Thanks! and welcome to the JavaRanch! Mark