WebService communication
Cantor, Scott
cantor.2 at osu.edu
Thu Nov 14 13:07:46 EST 2013
On 11/14/13, 4:15 AM, "Raadush" <raadush at gmail.com> wrote:
>
>All objects are defined outside of ExternalAuthServlet.class (in
>VerifyOTPResponse.class, OtpPortTypeService.class, ... in the same
>package as ExternalAuthServlet). When I call this function on my local
>machine, everything works fine. But when I move jar
> with all these classes to shibboleth/lib, execution crashes on specified
>line.
"Crashes" isn't a specific error.
> I realized problem might be that shibboleth can see only
>ExternalAuthServlet.class and not the others so he can't instantiate
>OtpPortTypeService. So my question is, how to make
> shibboleth to see other classes inside com.auth.test as well? Or is
>there something Im missing here?
If you have a class not found exception, then you need to package all your
classes into a jar and that needs to be in the lib directory when you
install.
-- Scott
More information about the users
mailing list