[jira] Created: (OFBIZ-4135) Migration to Tomcat 6.0.30 is missing web.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-4135) Migration to Tomcat 6.0.30 is missing web.xml

Nicolas Malin (Jira)
Migration to Tomcat 6.0.30 is missing web.xml
---------------------------------------------

                 Key: OFBIZ-4135
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4135
             Project: OFBiz
          Issue Type: Bug
    Affects Versions: SVN trunk
            Reporter: Erwan de FERRIERES
             Fix For: SVN trunk


When starting OFBiz, a lot of those kind of messages is displayed :

Jan 23, 2011 9:45:37 PM org.apache.catalina.startup.ContextConfig defaultWebConfig
INFO: No default web.xml

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-4135) Migration to Tomcat 6.0.30 is missing web.xml

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991016#comment-12991016 ]

Jacques Le Roux commented on OFBIZ-4135:
----------------------------------------

Actually this is not the only message which is thrown in the monitor/command window.
It looks like if
{code}
    <category name="org.apache.catalina">
        <priority value="warn"/>
    </category>
{code}
in log4j.xml would not be taken into account?

> Migration to Tomcat 6.0.30 is missing web.xml
> ---------------------------------------------
>
>                 Key: OFBIZ-4135
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4135
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>
> When starting OFBiz, a lot of those kind of messages is displayed :
> Jan 23, 2011 9:45:37 PM org.apache.catalina.startup.ContextConfig defaultWebConfig
> INFO: No default web.xml

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-4135) Migration to Tomcat 6.0.30 is missing web.xml

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993884#comment-12993884 ]

Jacques Le Roux commented on OFBIZ-4135:
----------------------------------------

Mmm, actually I guess it's before l4j is activated, ie only during load time. After there are no such messages

> Migration to Tomcat 6.0.30 is missing web.xml
> ---------------------------------------------
>
>                 Key: OFBIZ-4135
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4135
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>
> When starting OFBiz, a lot of those kind of messages is displayed :
> Jan 23, 2011 9:45:37 PM org.apache.catalina.startup.ContextConfig defaultWebConfig
> INFO: No default web.xml

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-4135) Migration to Tomcat 6.0.30 is missing web.xml

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993891#comment-12993891 ]

Erwan de FERRIERES commented on OFBIZ-4135:
-------------------------------------------

Yes, I'm more thinking of something like this too. maybe there is a way to override tomcat's configuration and tell it to use the OFBiz one ?

BTW, I should migrate to 6.0.32, as there were some security flows in the previous versions, see http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0534

> Migration to Tomcat 6.0.30 is missing web.xml
> ---------------------------------------------
>
>                 Key: OFBIZ-4135
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4135
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>
> When starting OFBiz, a lot of those kind of messages is displayed :
> Jan 23, 2011 9:45:37 PM org.apache.catalina.startup.ContextConfig defaultWebConfig
> INFO: No default web.xml

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-4135) Migration to Tomcat 6.0.30 is missing web.xml

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-4135.
----------------------------------

    Resolution: Fixed
      Assignee: Erwan de FERRIERES

Update to Tomcat 6.0.32 removed the messages. I'm not sure why, I guess they let some debug stuff in previous jars

> Migration to Tomcat 6.0.30 is missing web.xml
> ---------------------------------------------
>
>                 Key: OFBIZ-4135
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4135
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>            Assignee: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>
> When starting OFBiz, a lot of those kind of messages is displayed :
> Jan 23, 2011 9:45:37 PM org.apache.catalina.startup.ContextConfig defaultWebConfig
> INFO: No default web.xml

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