On 26 August 2015 05:06:08 BST, Srikanth Challa <srika...@enterpriseatlas.com> 
wrote:
>I am trying to organize my applications (multiple) into a specific
>hierarchy under the webapps folder.
>Something like this -
>webapps
>     dev
>          app1
>          app2
>     test
>          app1
>          app3
>
>When deploying (without WAR), I am getting a 404 error for servlets.
>Tried
>changing the web.xml servlet mapping, still no luck. It works perfectly
>when the folder is moved directly under webapps like below -
>webapps
>     app1
>
>Does tomcat have a limitation on organizing webapps under multiple
>levels
>of folders (under the webapp directory)?

Yes. Both WARs and directories must be placed directly in the appBase. You can 
use any organisation you like if you store them outside the appBase.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to