我正在尝试在内部网络上的
Windows Server 2008虚拟机上配置google的’Gerrit’代码审查Web应用程序.
我们正在使用Apache Tomcat(6.0.36)来托管Web应用程序,并已将gerrit.war部署到tomcats webapp文件夹,正确设置了web应用程序的context.xml,web.xml等.
但是,当我使用$CATALINA_HOME / bin / startup.bat启动Tomcat时,我在tomcat日志中收到以下消息:
*Dec 07,2012 1:03:54 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of class >com.google.gerrit.httpd.WebAppInitializer
com.google.inject.CreationException: Guice creation errors:*1) No SSH keys under C:\Gerrit\config\etc
while locating com.google.gerrit.sshd.HostKeyProvider
at com.google.gerrit.sshd.SshModule.configure(SshModule.java:90)
我创建了一个is_rsa.pub SSH密钥并将其放在指定的目录中无济于事.我一直在谷歌搜索这个约一个星期,似乎无法找到任何关于它期望的文件或格式的信息……关于在windows上设置gerrit的文档似乎很难得到!
任何人都可以提供有关如何在此上下文中正确配置主机SSH密钥的有用信息吗?