0

我正在和我的同学一起做一个动态网络项目的作业,以前他给我发了一个版本作为战争文件,我已经将文件导入到我的 eclipse 中,它工作正常,后来他做了一点工作向我发送了该项目的较新版本,并且我已经将相同的事情作为新的war文件导入到我的eclipse中,但是这次当我在tomcat服务器上运行项目时它根本不起作用,它说找不到资源.

有谁知道原因?

4

1 回答 1

0

While importing war do this 2 steps:

  1. Do not choose default Apache Target runtime or it will throw an error
  2. Do not check Web libraries (add them manually after import if they are not added to the path)
于 2015-04-13T20:06:30.313 回答