我们正在使用Tomcat6服务器。我们已经在webapp文件夹中部署了.war文件。
Tomcat 在里面找不到我们的.jar文件
C:\Program Files\Atlassian\JIRA\webapps\MYSITE\WEB-INF\lib\mycooljarfile.jar
,但是如果我们把它放在里面,C:\Program Files\Atlassian\JIRA\lib it can find mycooljarfile.jar
它会找到它并且我们的应用程序按预期工作。
我们在部署时收到的错误消息war-root
是
"noclassdeffounderror could not initialize class"
我们需要修改类路径吗?如果是这样,位置在哪里?我们在 windows 上使用了 jira 4.4 的 JIRA.exe。