reset password
Author Message
xieguahu
Posts: 50
Posted 20:00 Nov 18, 2009 |

If I make some change in spring-servlet, do I need to refresh so that the same change occurs in the csns-servlet.

But even if i did that, the csns-servlet do not change, and I need manually make the same change in csns-servlet, otherwise I will get a url-mapping problem?

So what is wrong here?

trivedidr
Posts: 54
Posted 20:17 Nov 18, 2009 |

csns-servlet.xml is reflexction . so no need to touch it. just refresh your project 2-3 time and validate the project. then try to run it again.

cysun
Posts: 2935
Posted 20:18 Nov 18, 2009 |
xieguahu wrote:

If I make some change in spring-servlet, do I need to refresh so that the same change occurs in the csns-servlet.

Yes.

But even if i did that, the csns-servlet do not change, and I need manually make the same change in csns-servlet, otherwise I will get a url-mapping problem?

So what is wrong here?

It seems like the Ant builder stopped working.

xieguahu
Posts: 50
Posted 20:28 Nov 18, 2009 |
cysun wrote:
xieguahu wrote:

If I make some change in spring-servlet, do I need to refresh so that the same change occurs in the csns-servlet.

Yes.

But even if i did that, the csns-servlet do not change, and I need manually make the same change in csns-servlet, otherwise I will get a url-mapping problem?

So what is wrong here?

It seems like the Ant builder stopped working.

 

That was the problem, thanks.