문제

I am trying to import project from some server on my localhost.

I would prefer to import it in NetBeans, but Eclipse is also fine. I set up Tomcat server in NetBeans for now. Then I tried to create new Java Web project with existing source and then I go through the wizard, and when I should select Web pages folder, Web-inf content it says: "Web Pages folder overlaps Project folder."

But I am not sure what kind of setup should I have there. If you maybe have some advice or video tutorial, that would be awesome..

Thanks!

도움이 되었습니까?

해결책

A common error that may arise at the final stage is of the project creation is --

"Web Pages folder overlaps Project folder."

To solve this issue, use the following simple steps.

  • Inside the project folder, create a folder called web.

  • Move the sources and the WEB-INF file into the web directory. You are good to go! When you create the project now from the existing sources, the process will be seamless!

다른 팁

you can directly import it through eclipse , there is a option of importing some project , don't create a new project

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top