{
// No definition has been defined so we cannot check
return;
}
final Set<String> existingWebApp = new HashSet<String>();
WebAppListener listener = new WebAppListener()
{
public void onEvent(WebAppEvent event)
{
if (event instanceof WebAppLifeCycleEvent
&& ((WebAppLifeCycleEvent)event).getType() == WebAppLifeCycleEvent.ADDED)