You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/11/04 14:06:30 UTC

DO NOT REPLY [Bug 52134] New: HostConfig#deployDirectories Deploys Every Directory on Host ApplicationBase

https://issues.apache.org/bugzilla/show_bug.cgi?id=52134

             Bug #: 52134
           Summary: HostConfig#deployDirectories Deploys Every Directory
                    on Host ApplicationBase
           Product: Tomcat 7
           Version: 7.0.22
          Platform: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: gurkanerdogdu@yahoo.com
    Classification: Unclassified


Currently, HostConfig#deployDirectories  only checks META-INF and WEB-INF
folder for directories to deploy or not. This can be improved. For example, if
anybody adds a new host with appBase == CATALINA_BASE_PROP, HostConfig deploys
all directories including "bin","lib","logs" etc.

Can check WEB-INF folder of the directory before deploying it.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 52134] HostConfig#deployDirectories Deploys Every Directory on Host ApplicationBase

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52134

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
         OS/Version|                            |All

--- Comment #1 from Mark Thomas <ma...@apache.org> 2012-01-12 19:51:31 UTC ---
This is not possible. A web application deployed as a directory is not required
to have a WEB-INF dir.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org