reset password
Author Message
poonam31
Posts: 35
Posted 20:15 Jul 26, 2015 |

Hi,

When I run my project, the front page url  is appearing with name 'springmvc'. My project name is 'csjobs' and I have made the changes wherever required (in web.xml and bean configuration file - csjobs-servlet.xml)

I dont understand why it is running with 'springmvc' name. I have googled for this and checked the other things too. And name appears as 'csjobs'.

Can anyone help me with this?

 

 

afetiso
Posts: 84
Posted 20:26 Jul 26, 2015 |

I have the same problem. Check all the pom.xml names to be csjobs

<groupId>cs520</groupId>
  <artifactId>csjobs</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  <build>
    <finalName>csjobs</finalName>

refresh project and update maven project and commit all the changes with team synchronizing and restart eclips

poonam31
Posts: 35
Posted 23:15 Jul 26, 2015 |

Thanks for reply. I did all this. Still not working

Last edited by poonam31 at 23:16 Jul 26, 2015.
poonam31
Posts: 35
Posted 23:35 Jul 26, 2015 |

Hi,

Its resolved now. I did following:

Right click on tomcat server -> clean

 

Thanks