agarlita,dan wrote:
Hi, can I make a webapp in another webapp ? somethig like: \root = myFirstApp (WEB-INF - folder) \root\xam\nettools\ = mySecondApp (WEB-INF -folder)
whitout modify the configuration files for server, only the local xml for
\root?
Each web-app MUST have it's descriptor and MUST be deployed by the container. I'm not sure how Tomcat handles two web-apps with overlapping URI. In other words, URI: http://server.domain.com/root/xam/nettools/index.html matches both web applications. Is there a specification on this issue?
Nix.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
