Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleHow can I configure Memory for Tomcat?

Tomcat is installed with default memory as 128 and 256. You may need to set up memory to improve the performance of Adeptia Connect on Tomcat. To change the memory:

  1. Go to Start > Apps > Apache Tomcat 9.0 Tomcat9 > Configure Tomcat.
  2. On the Java tab, change set the value of Initial memory pool and Maximum memory pool.
  3. Click Apply.
  4. Click OK.

...

Expand
titleWhere can I view Adeptia Connect 2.0 Logs in Tomcat?
  1. Go to …/<ApacheInstallFolder>/Tomcat<version_no>/logs.
  2. Open application_system.log file to view the logs.
Expand
titleHow can I configure Adeptia Suite URL in Tomcat?
  1. Go to …/<ApacheInstallFolder>/Tomcat<version_no>/resources.
  2. Open application.properties file in the Text Editor and do the following:

Set the IP address where Adeptia Suite is running in the app.base.adeptia.url and app.adeptia.host.url.

The URL format for app.base.adeptia.url is:

 
<protocol_name>://<IP_Address:<port_no>/adeptia/rest

The URL format for app.adeptia.host.url is

 

<protocol_name>://<IP_Address:<port_no>

where,

<protocol_name> is the name of the protocol you are using. For example, http or https.

<IP_Address> is the IP address of the computer on which Adeptia Suite is running.

<port_no> is the port number of the computer on which Adeptia Suite is running.

For example,

https://10.0.0.125:8443/adeptia/rest

http://10.0.0.125:8080

Make sure that IP address is same in both URLs.