re-commenting-out initial context listener code for NIHVIVO-205
This commit is contained in:
parent
853df19c8b
commit
84cade7623
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class UpdateKnowledgeBase implements ServletContextListener {
|
|||
|
||||
public void contextInitialized(ServletContextEvent sce) {
|
||||
|
||||
|
||||
/*
|
||||
|
||||
ServletContext ctx = sce.getServletContext();
|
||||
|
||||
|
@ -76,6 +76,8 @@ public class UpdateKnowledgeBase implements ServletContextListener {
|
|||
throw new RuntimeException(errMsg, ioe);
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
public void contextDestroyed(ServletContextEvent arg0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue