Hi, I’m working in a server architecture with multiple projects (some for the architecture, some for a particular application).
I have one architectural web project with all the web configuration (Spring, Hibernate, etc). And i would like to make another web project with the ‘client’ layer (made in Wicket or Tapestry). But the two web projects should be deployed in the same Tomcat folder (/webapps/mysite).
When i deploy the first all goes ok, but when i try to deploy the second in the same folder MyEclipse doesn’t allow it.
What am I doing wrong ? The deployment process should be another ? Or its incorrect to have two web projects pointing to the same folder ?
Thanks in advance
Emiliano