Yes, in Spring MVC template base package is limited to 3 levels. If we give more than 3 levels, it is trying to ended to 3rd level itself.
I.e In my project I have given,my base package as com.mycompany.spring.mvc which comtains 4 levels. But we when I do run on server of my project(ExampleProject) , in browser it is displayed as http://localhost:8080/spring instead of http://localhost:8080/ExampleProject.
could you please anybody help me what is the relation between base package and project name?
why context name is taking as base package last level name instead of project name?
Is this problem with only VWware vfabric server?
I was stuckup here since 10 days, can some one help me to proceed further?


Reply With Quote
