2011-03-02 64 views
1

我看到這兩個OpenId4Java示例:their sitethe other oneOpenId4Java - 發射servlet嗎?

你能告訴我,我應該做什麼除了這個java類正在做所有的東西嗎?我想我必須在web.xml中設置servlet?

我想打電話從我的登錄按鈕的監聽器此方法:

authRequest(String userSuppliedString, 
     HttpServletRequest httpReq, HttpServletResponse httpResp) 

,但我收到的構造函數初始化ConsumerManager當一個奇怪的錯誤:

org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.Exception: java.lang.NoClassDefFoundError: Could not initialize class org.openid4java.discovery.Discovery 

你知道我錯過了什麼?

在此先感謝。

+0

我已經找到了答案。我只需要爲此定義一個servlet。 – 2011-03-03 15:17:11

回答