Can two Web modules have the same context root? (Does AAT force a restriction that two Web modules cannot have the same context root?
AAT cannot have a check for Web modules with the same context root because there is nothing that says those two modules won’t be deployed into different WebSphere domains or different virtual hosts on the same domain. However, WebSphere itself should not allow two Web modules to be installed on the same virtual host with the same context root. The beta code does not have checks for duplicate context root within the same virtual machine. However, the GA code will have these checks.