Sage CRM and Java

Hints, Tips and Tricks

Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.

Sage CRM and Java

  • Comments 3
  • Likes

If you have been working with Sage CRM any time then you will know that Apache Tomcat is used as part of the architecture in the delivery of new features.  And you will also know that Apache Tomcat  provides a "pure Java" HTTP web server environment for Java code to run.  Java is an essential part of the server platform for Sage CRM.


As part of the installation process Sage CRM adds its own instance of the JRE.

You can find this new folder under the CRM services directory

C:\Program Files (x86)\Sage\CRM\Services\JREx

This is the version of the JRE that Sage CRM will use and so will not be effected by the Java updates that might be applied to the servers default Java Runtime Environment.

Comments
  • This is great! I can't even count how many times we have run into the issues with Java and the CRM Interactive Dashboard. Nice to know you guys are staying on top of all the little bugs.

  • Agreed - awesome! Many many times in the past Java has automatically updated and broken the Tomcat driven functionalities

  • Wow - Great Job!!!!