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<mailto:[email protected]>
Sent: 29 July 2022 12:34
To: [email protected]<mailto:[email protected]>
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 <[email protected]>
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.


Reply via email to