Added a debug statement
authordousti <dousti@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 18 Jun 2002 19:39:20 +0000 (19:39 +0000)
committerdousti <dousti@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 18 Jun 2002 19:39:20 +0000 (19:39 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@145 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/edu/internet2/middleware/shibboleth/aa/AAServlet.java

index 41e911c..abdb328 100755 (executable)
@@ -54,6 +54,7 @@ public class AAServlet extends HttpServlet {
            DirContext ctx = new InitialDirContext(env);
            
            responder = new AAResponder(arpFactory, ctx, myName);
+           System.out.println("AA all initialized at "+new Date());
 
        }catch(NamingException ne){
            throw new ServletException("Init failed: "+ne);