톰캣 기동시 나오는 에러의 해결 방법.
8 27, 2015 12:56:56 午前 org.apache.catalina.startup.ClassLoaderFactory validateFile 警告: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false] 8 27, 2015 12:56:57 午前 org.apache.catalina.startup.ClassLoaderFactory validateFile 警告: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false] 8 27, 2015 12:56:57 午前 org.apache.catalina.startup.ClassLoaderFactory validateFile 警告: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false] 8 27, 2015 12:56:57 午前 org.apache.catalina.startup.ClassLoaderFactory validateFile 警告: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false] 8 27, 2015 12:56:57 午前 org.apache.catalina.startup.ClassLoaderFactory validateFile 警告: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false] 8 27, 2015 12:56:57 午前 org.apache.catalina.startup.ClassLoaderFactory validateFile 警告: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false] 8 27, 2015 12:57:02 午前 org.apache.coyote.AbstractProtocol init 情報: Initializing ProtocolHandler ["http-bio-127.0.0.1-8080"] 8 27, 2015 12:57:02 午前 org.apache.coyote.AbstractProtocol init 情報: Initializing ProtocolHandler ["ajp-bio-8009"] 8 27, 2015 12:57:02 午前 org.apache.catalina.startup.Catalina load 情報: Initialization processed in 4545 ms 8 27, 2015 12:57:02 午前 org.apache.catalina.core.StandardService startInternal 情報: サービス Catalina を起動します
디렉토리가 없어서 에러가 나는 것 같으니 디렉토리를 만들어 준다. 끝.
cd /usr/share/tomcat7 mkdir -p common/classes mkdir -p server/classes mkdir -p shared/classes