public void contextDestroyed()

in apacheds-archetype-webapp/src/main/resources/archetype-resources/src/main/java/StartStopListener.java [108:119]


    public void contextDestroyed( ServletContextEvent evt )
    {
        try
        {
            ldapServer.stop();
            directoryService.shutdown();
        }
        catch ( Exception e )
        {
            throw new RuntimeException( e );
        }
    }