I was searching for tomcat configuration file in Eclipse to change the server mapping for JSF. It’s here:
{workspace}\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\conf
I was searching for tomcat configuration file in Eclipse to change the server mapping for JSF. It’s here:
{workspace}\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\conf
In my new job, I have to use Spring and I never have experience with it. I’ve been searching for tutorials and books and found that this tutorial is very easy to follow and understand for newbie like me. So… noted hehe
http://static.springsource.org/docs/Spring-MVC-step-by-step/
I’m currently reading part 4 now. I should keep going.
I don’t exactly remember what’s the error message on eclipse. When I opened it, each window showed an error message instead of showing package explorer or source code editor. The way I fixed it was go to workspace and delete this file:
.metadata/.plugins/org.eclipse.jdt.core/variablesAndContaine rs.dat
then restart eclipse and errors was gone. phew!