You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Shenghao Fang (JIRA)" <ji...@apache.org> on 2011/03/14 10:36:29 UTC

[jira] Created: (GERONIMO-5863) Web access log of Tomcat is not generated

Web access log of Tomcat is not generated
-----------------------------------------

                 Key: GERONIMO-5863
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5863
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Tomcat
         Environment: Tomcat
            Reporter: Shenghao Fang
            Assignee: Shenghao Fang


There is no web access log can be found under 'var/catalina/logs'.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GERONIMO-5863) Web access log of Tomcat is not generated

Posted by "Shenghao Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13025687#comment-13025687 ] 

Shenghao Fang commented on GERONIMO-5863:
-----------------------------------------

I confirmed the patches GERONIMO-5863.patch and GERONIMO-5863-01.patch are licensed for inclusion in ASF works. Sorry for the mistake.

> Web access log of Tomcat is not generated
> -----------------------------------------
>
>                 Key: GERONIMO-5863
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5863
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>         Environment: Tomcat
>            Reporter: Shenghao Fang
>            Assignee: Shenghao Fang
>             Fix For: 3.0-M2, 3.0
>
>         Attachments: GERONIMO-5863-01.patch, GERONIMO-5863.patch
>
>
> There is no web access log can be found under 'var/catalina/logs'.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (GERONIMO-5863) Web access log of Tomcat is not generated

Posted by "Ivan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan resolved GERONIMO-5863.
----------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

Commit changes to trunk at revision: 1081642 and 3.0-M2 At revision: 1081643
Thanks, Fang ShengHao.

> Web access log of Tomcat is not generated
> -----------------------------------------
>
>                 Key: GERONIMO-5863
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5863
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>         Environment: Tomcat
>            Reporter: Shenghao Fang
>            Assignee: Shenghao Fang
>             Fix For: 3.0
>
>         Attachments: GERONIMO-5863-01.patch, GERONIMO-5863.patch
>
>
> There is no web access log can be found under 'var/catalina/logs'.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (GERONIMO-5863) Web access log of Tomcat is not generated

Posted by "Shenghao Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shenghao Fang updated GERONIMO-5863:
------------------------------------

    Attachment: GERONIMO-5863.patch

In Tomcat 7, the 'standardHost' does not implement 'Pipeline' anymore. Instead there is a mothed 'Container.getPipeline()' provided for retrieving the 'pipeline'.


> Web access log of Tomcat is not generated
> -----------------------------------------
>
>                 Key: GERONIMO-5863
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5863
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>         Environment: Tomcat
>            Reporter: Shenghao Fang
>            Assignee: Shenghao Fang
>         Attachments: GERONIMO-5863.patch
>
>
> There is no web access log can be found under 'var/catalina/logs'.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (GERONIMO-5863) Web access log of Tomcat is not generated

Posted by "Ivan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan updated GERONIMO-5863:
---------------------------

    Fix Version/s: 3.0-M2

> Web access log of Tomcat is not generated
> -----------------------------------------
>
>                 Key: GERONIMO-5863
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5863
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>         Environment: Tomcat
>            Reporter: Shenghao Fang
>            Assignee: Shenghao Fang
>             Fix For: 3.0-M2, 3.0
>
>         Attachments: GERONIMO-5863-01.patch, GERONIMO-5863.patch
>
>
> There is no web access log can be found under 'var/catalina/logs'.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (GERONIMO-5863) Web access log of Tomcat is not generated

Posted by "Shenghao Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shenghao Fang updated GERONIMO-5863:
------------------------------------

    Attachment: GERONIMO-5863-01.patch

Removed the unnecessary imports.

> Web access log of Tomcat is not generated
> -----------------------------------------
>
>                 Key: GERONIMO-5863
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5863
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>         Environment: Tomcat
>            Reporter: Shenghao Fang
>            Assignee: Shenghao Fang
>         Attachments: GERONIMO-5863-01.patch, GERONIMO-5863.patch
>
>
> There is no web access log can be found under 'var/catalina/logs'.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (GERONIMO-5863) Web access log of Tomcat is not generated

Posted by "Shenghao Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shenghao Fang closed GERONIMO-5863.
-----------------------------------


Verified on build 2011.03.25-07:50:50.807+0800

> Web access log of Tomcat is not generated
> -----------------------------------------
>
>                 Key: GERONIMO-5863
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5863
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>         Environment: Tomcat
>            Reporter: Shenghao Fang
>            Assignee: Shenghao Fang
>             Fix For: 3.0-M2, 3.0
>
>         Attachments: GERONIMO-5863-01.patch, GERONIMO-5863.patch
>
>
> There is no web access log can be found under 'var/catalina/logs'.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira