hello,
i will explain my problem with an example:
i created a war file - lets say a core war file and i know that the file there are 100% good.
now for each project i want to override some jsp/java files , i am using war file and tomcat.
something like windows using service pack,
how can i do that, i tried to put first the root.war file (the core file) and to deploy it and them to put project file with the same name (root.war) but the project war didn't override the requested file.
i need to work in a layer option.
Thanks
SBoy