2009-08-11から1日間の記事一覧

pom.xml

<plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <encoding>Shift_JIS</encoding> <source>1.6</source> <target>1.6</target> <compilerArguments> <verbose /> <bootclasspath>${JAVA_HOME}\jre\lib\rt.jar</bootclasspath> </verbose></compilerarguments></configuration></plugin></plugins>

tomcatエラーメッセージ

tomcat5にて、起動時に Caused by: org.apache.commons.logging.LogConfigurationException: User-specified log class 'org.apache.commons.logging.impl.Log4JLogger' cannot be found or is not useable. ${tomcat_home}/common/lib に、common-logging …