Mahsa Teimourikia

Greenhorn
+ Follow
since Apr 11, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mahsa Teimourikia

I had the same problem, however the solution was very easy. I had to Clean Tomcat server in eclipse before restarting it. To be more clear, here is how I set the context in Eclipse,

In the Servers in project explorer, find the Tomcat version you are using, open the server.xml file. Before the HOST closing tag (</Host>) add the context tag with the right parameters, e.g:



then right click on your Tomcat in the Server tab and Clean. Then restart the Tomcat. and you should be good to go.
10 years ago