classpath - tomcat 6 not looking for classes in webapps folder at startup -


I have a problem that when I start a tomcat, it logs in the LocalNostFoundException exception in the localhost.log file. I run it under Windows 7. Everything works.

The only way to stop CNE exceptions was to stop all my $ CATALINA_HOME / webapps / root / WEB-INF / lib content < $ CATALINA_HOME / webapps / root / WEB-INF / I was running on code> $ CATALINA_HOME / lib
I do not know where to see Classpath config

How to configure Tomcat to view sections in lib and $ CATALINA_HOME / webapps / Root / Web-INF? / Class folders?

And is there any way to do this without war file deployment?

If you are deploying project as .war, you can not get a class notfound exception Should, but I recommend you to re-establish your project.

If you are using Eclipse IDE then just set up a new server in the IDE and then run it ... run in server ... this will redefine your server and re-deploy Can help in doing it.

Comments