You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Pranab Sahoo <Pr...@truminds.com> on 2022/07/29 06:28:41 UTC

Which Tomcat version ofbiz internally using

Hi Community,

Having very basic question ,
where I will find which version of Tomcat, ofbiz internally using?
Can I upgrade tomcat version.
We using ofbiz version 16.11.07 with some modification.

Thanks
Pranab

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows


Disclaimer: (c) 2022 Truminds Software Systems. This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful.


Re: Which Tomcat version ofbiz internally using

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Pranab,

Specifically this

https://issues.apache.org/jira/browse/OFBIZ-10036?jql=project%20%3D%20OFBIZ%20AND%20text%20~%20%22tomcat%20update%22
https://issues.apache.org/jira/browse/OFBIZ-10036?jql=project%20%3D%20OFBIZ%20AND%20text%20~%20%22tomcat%20upgrade%22

HTH

Jacques

Le 30/07/2022 à 21:40, Michael Brohl a écrit :
> Hi Pranab,
>
> you will most likely have to adjust the configuration of the catalina-containerif if you change the major version.
>
> You will find those changes if you search for "tomcat" in the git logs or Jira issues.
>
> Best regards,
>
> Michael Brohl
>
> ecomify GmbH - www.ecomify.de
>
>
>
> Am 30.07.22 um 12:31 schrieb Pranab Sahoo:
>> Hi Ayan,
>>
>> Thanks for the quick reply.
>>
>> I replaced
>>    //compile 'org.apache.tomcat:tomcat-catalina-ha:8.5.40'
>>      //compile 'org.apache.tomcat:tomcat-catalina:8.5.40'
>>      //compile 'org.apache.tomcat:tomcat-jasper:8.5.40'
>>      //compile 'org.apache.tomcat:tomcat-tribes:8.5.40'
>> With
>>      compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.54'
>>      compile 'org.apache.tomcat:tomcat-catalina:9.0.54'
>>      compile 'org.apache.tomcat:tomcat-jasper:9.0.54'
>>      compile 'org.apache.tomcat:tomcat-tribes:9.0.54'
>>
>> Can I assume, my embedded tomcat get upgraded. Or there any other dependency too I need to upgrade.
>> Thanks in advance.
>>
>> Thanks
>> Pranab
>>
>> Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows
>>
>> From: Ayan Farooqui<ma...@gmail.com>
>> Sent: 29 July 2022 12:34
>> To: user@ofbiz.apache.org<ma...@ofbiz.apache.org>
>> Subject: Re: Which Tomcat version ofbiz internally using
>>
>> CAUTION: External Email Sender. Click links or open attachments only from the recognized sender.
>>
>>
>> Hello Pranab,
>>
>> If you open the build.gradle file inside your OFBiz directory you'll find
>> all the implemented dependencies, There you can search for Tomcat, the
>> version number in your setup will be mentioned here.
>> To upgrade the version you just need to change the version number in
>> build.gradle file. For more information you can refer to this thread -
>> https://cwiki.apache.org/confluence/display/OFBIZ/How+to+upgrade+the+embedded+Tomcat
>>
>> Hope this helps.
>>
>> Kind Regards,
>> Ayan Farooqui
>>
>>
>>
>> On Fri, Jul 29, 2022 at 11:59 AM Pranab Sahoo <Pr...@truminds.com>
>> wrote:
>>
>>> Hi Community,
>>>
>>> Having very basic question ,
>>> where I will find which version of Tomcat, ofbiz internally using?
>>> Can I upgrade tomcat version.
>>> We using ofbiz version 16.11.07 with some modification.
>>>
>>> Thanks
>>> Pranab
>>>
>>> Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows
>>>
>>>
>>> Disclaimer: (c) 2022 Truminds Software Systems. This e-mail contains
>>> PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the
>>> addressee(s). If you are not the intended recipient, please notify the
>>> sender by e-mail and delete the original message. Further, you are not to
>>> copy, disclose, or distribute this e-mail or its contents to any other
>>> person and any such actions are unlawful.
>>>
>>>
>>
>> Disclaimer: (c) 2022 Truminds Software Systems. This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the 
>> addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to 
>> copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful.
>>
>>

Re: Which Tomcat version ofbiz internally using

Posted by Michael Brohl <mi...@ecomify.de>.
Hi Pranab,

you will most likely have to adjust the configuration of the 
catalina-containerif if you change the major version.

You will find those changes if you search for "tomcat" in the git logs 
or Jira issues.

Best regards,

Michael Brohl

ecomify GmbH - www.ecomify.de



Am 30.07.22 um 12:31 schrieb Pranab Sahoo:
> Hi Ayan,
>
> Thanks for the quick reply.
>
> I replaced
>    //compile 'org.apache.tomcat:tomcat-catalina-ha:8.5.40'
>      //compile 'org.apache.tomcat:tomcat-catalina:8.5.40'
>      //compile 'org.apache.tomcat:tomcat-jasper:8.5.40'
>      //compile 'org.apache.tomcat:tomcat-tribes:8.5.40'
> With
>      compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.54'
>      compile 'org.apache.tomcat:tomcat-catalina:9.0.54'
>      compile 'org.apache.tomcat:tomcat-jasper:9.0.54'
>      compile 'org.apache.tomcat:tomcat-tribes:9.0.54'
>
> Can I assume, my embedded tomcat get upgraded. Or there any other dependency too I need to upgrade.
> Thanks in advance.
>
> Thanks
> Pranab
>
> Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows
>
> From: Ayan Farooqui<ma...@gmail.com>
> Sent: 29 July 2022 12:34
> To: user@ofbiz.apache.org<ma...@ofbiz.apache.org>
> Subject: Re: Which Tomcat version ofbiz internally using
>
> CAUTION: External Email Sender. Click links or open attachments only from the recognized sender.
>
>
> Hello Pranab,
>
> If you open the build.gradle file inside your OFBiz directory you'll find
> all the implemented dependencies, There you can search for Tomcat, the
> version number in your setup will be mentioned here.
> To upgrade the version you just need to change the version number in
> build.gradle file. For more information you can refer to this thread -
> https://cwiki.apache.org/confluence/display/OFBIZ/How+to+upgrade+the+embedded+Tomcat
>
> Hope this helps.
>
> Kind Regards,
> Ayan Farooqui
>
>
>
> On Fri, Jul 29, 2022 at 11:59 AM Pranab Sahoo <Pr...@truminds.com>
> wrote:
>
>> Hi Community,
>>
>> Having very basic question ,
>> where I will find which version of Tomcat, ofbiz internally using?
>> Can I upgrade tomcat version.
>> We using ofbiz version 16.11.07 with some modification.
>>
>> Thanks
>> Pranab
>>
>> Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows
>>
>>
>> Disclaimer: (c) 2022 Truminds Software Systems. This e-mail contains
>> PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the
>> addressee(s). If you are not the intended recipient, please notify the
>> sender by e-mail and delete the original message. Further, you are not to
>> copy, disclose, or distribute this e-mail or its contents to any other
>> person and any such actions are unlawful.
>>
>>
>
> Disclaimer: (c) 2022 Truminds Software Systems. This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful.
>
>

RE: Which Tomcat version ofbiz internally using

Posted by Pranab Sahoo <Pr...@truminds.com>.
Hi Ayan,

Thanks for the quick reply.

I replaced
  //compile 'org.apache.tomcat:tomcat-catalina-ha:8.5.40'
    //compile 'org.apache.tomcat:tomcat-catalina:8.5.40'
    //compile 'org.apache.tomcat:tomcat-jasper:8.5.40'
    //compile 'org.apache.tomcat:tomcat-tribes:8.5.40'
With
    compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.54'
    compile 'org.apache.tomcat:tomcat-catalina:9.0.54'
    compile 'org.apache.tomcat:tomcat-jasper:9.0.54'
    compile 'org.apache.tomcat:tomcat-tribes:9.0.54'

Can I assume, my embedded tomcat get upgraded. Or there any other dependency too I need to upgrade.
Thanks in advance.

Thanks
Pranab

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows

From: Ayan Farooqui<ma...@gmail.com>
Sent: 29 July 2022 12:34
To: user@ofbiz.apache.org<ma...@ofbiz.apache.org>
Subject: Re: Which Tomcat version ofbiz internally using

CAUTION: External Email Sender. Click links or open attachments only from the recognized sender.


Hello Pranab,

If you open the build.gradle file inside your OFBiz directory you'll find
all the implemented dependencies, There you can search for Tomcat, the
version number in your setup will be mentioned here.
To upgrade the version you just need to change the version number in
build.gradle file. For more information you can refer to this thread -
https://cwiki.apache.org/confluence/display/OFBIZ/How+to+upgrade+the+embedded+Tomcat

Hope this helps.

Kind Regards,
Ayan Farooqui



On Fri, Jul 29, 2022 at 11:59 AM Pranab Sahoo <Pr...@truminds.com>
wrote:

> Hi Community,
>
> Having very basic question ,
> where I will find which version of Tomcat, ofbiz internally using?
> Can I upgrade tomcat version.
> We using ofbiz version 16.11.07 with some modification.
>
> Thanks
> Pranab
>
> Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows
>
>
> Disclaimer: (c) 2022 Truminds Software Systems. This e-mail contains
> PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the
> addressee(s). If you are not the intended recipient, please notify the
> sender by e-mail and delete the original message. Further, you are not to
> copy, disclose, or distribute this e-mail or its contents to any other
> person and any such actions are unlawful.
>
>


Disclaimer: (c) 2022 Truminds Software Systems. This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful.


Re: Which Tomcat version ofbiz internally using

Posted by Ayan Farooqui <ay...@gmail.com>.
Hello Pranab,

If you open the build.gradle file inside your OFBiz directory you'll find
all the implemented dependencies, There you can search for Tomcat, the
version number in your setup will be mentioned here.
To upgrade the version you just need to change the version number in
build.gradle file. For more information you can refer to this thread -
https://cwiki.apache.org/confluence/display/OFBIZ/How+to+upgrade+the+embedded+Tomcat

Hope this helps.

Kind Regards,
Ayan Farooqui



On Fri, Jul 29, 2022 at 11:59 AM Pranab Sahoo <Pr...@truminds.com>
wrote:

> Hi Community,
>
> Having very basic question ,
> where I will find which version of Tomcat, ofbiz internally using?
> Can I upgrade tomcat version.
> We using ofbiz version 16.11.07 with some modification.
>
> Thanks
> Pranab
>
> Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows
>
>
> Disclaimer: (c) 2022 Truminds Software Systems. This e-mail contains
> PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the
> addressee(s). If you are not the intended recipient, please notify the
> sender by e-mail and delete the original message. Further, you are not to
> copy, disclose, or distribute this e-mail or its contents to any other
> person and any such actions are unlawful.
>
>