| Revision | 76 (tree) |
|---|---|
| Time | 2015-08-21 01:20:46 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -3,13 +3,14 @@ | ||
| 3 | 3 | import java.io.File; |
| 4 | 4 | import java.util.Objects; |
| 5 | 5 | |
| 6 | -import javassist.ClassPool; | |
| 7 | -import javassist.NotFoundException; | |
| 8 | - | |
| 9 | 6 | import javax.servlet.ServletContext; |
| 10 | 7 | |
| 11 | 8 | import org.apache.catalina.Globals; |
| 9 | +import org.apache.logging.log4j.LogManager; | |
| 12 | 10 | |
| 11 | +import javassist.ClassPool; | |
| 12 | +import javassist.NotFoundException; | |
| 13 | + | |
| 13 | 14 | /** |
| 14 | 15 | * HotDeploy用ユーティリティ |
| 15 | 16 | * @author Tadashi Nakayama |
| @@ -36,6 +37,7 @@ | ||
| 36 | 37 | pool.appendClassPath(str); |
| 37 | 38 | } |
| 38 | 39 | } catch (final NotFoundException e) { |
| 40 | + LogManager.getLogger().info(e.getMessage()); | |
| 39 | 41 | continue; |
| 40 | 42 | } |
| 41 | 43 | } |