<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Application Servers Information - Apache Tomcat on Documentation - V2</title><link>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/</link><description>Recent content in Application Servers Information - Apache Tomcat on Documentation - V2</description><generator>Hugo</generator><language>en</language><atom:link href="https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/index.xml" rel="self" type="application/rss+xml"/><item><title>Application Servers Information - Apache Tomcat - Increasing Tomcat memory</title><link>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-increasing-tomcat-memory/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-increasing-tomcat-memory/</guid><description>&lt;p&gt;&lt;strong&gt;Purpose&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This page describes the method to increase tomcat memory&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Details&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop Tomcat (if running).&lt;/li&gt;
&lt;li&gt;Launch C:\apache-tomcat-5.5.17\bin\ &lt;strong&gt;tomcat5w.exe&lt;/strong&gt; (or where is your Tomcat installed)&lt;/li&gt;
&lt;li&gt;Go on the &lt;strong&gt;java&lt;/strong&gt; tab&lt;br&gt;
&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566529090/566529089.png" alt=""&gt;&lt;/li&gt;
&lt;li&gt;Input &lt;em&gt;&lt;strong&gt;the same value&lt;/strong&gt;&lt;/em&gt; for &lt;strong&gt;Initial memory pool&lt;/strong&gt; , and &lt;strong&gt;Maximum memory pool&lt;/strong&gt;.&lt;br&gt;
Default number is 128 MB. This is most of the time insufficient.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Save configuration&lt;/strong&gt; (saved in Windows registry)&lt;/li&gt;
&lt;li&gt;Relaunch Tomcat.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If the error still exists, continue increasing memory until 512MB (or 1024MB) and check if error persists&lt;/p&gt;</description></item><item><title>Application Servers Information - Apache Tomcat - Installing Tomcat 64 bit on a Windows 2003 64 bit</title><link>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-installing-tomcat-64-bit-on-a-windows-2003-64-bit/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-installing-tomcat-64-bit-on-a-windows-2003-64-bit/</guid><description>&lt;p&gt;&lt;strong&gt;Applicable in CAST Version&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Release&lt;/th&gt;
 &lt;th&gt;Yes/No&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;7.2.x&lt;/td&gt;
 &lt;td&gt;?&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;7.0.x&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Please refer to: &lt;a href="http://stackoverflow.com/questions/211446/how-to-run-tomcat-6-on-winxp-64-bit"&gt;http://stackoverflow.com/questions/211446/how-to-run-tomcat-6-on-winxp-64-bit&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Application Servers Information - Apache Tomcat - Setting the maximum heap size for the Apache Tomcat UNIX</title><link>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-setting-the-maximum-heap-size-for-the-apache-tomcat-unix/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-setting-the-maximum-heap-size-for-the-apache-tomcat-unix/</guid><description>&lt;p&gt;&lt;strong&gt;Safe advice :&lt;/strong&gt;&lt;br&gt;
To avoid OOME in organization deploying CAST solution, not in a 24x7 mode, I would recommend to shut down Tomcat every night, and relaunch a fresh instance. So any memory leak become harmless, unless you have 500 heavy users.&lt;br&gt;
This can be automated very easily.&lt;br&gt;
Source : &lt;a href="http://www.newwitness.com/knowledgebase/nwm_knowledgebase7.html"&gt;http://www.newwitness.com/knowledgebase/nwm_knowledgebase7.html&lt;/a&gt;&lt;br&gt;
See also: &lt;a href="http://javahowto.blogspot.com/2006/06/6-common-errors-in-setting-java-heap.html"&gt;http://javahowto.blogspot.com/2006/06/6-common-errors-in-setting-java-heap.html&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Application Servers Information - Apache Tomcat - SSL Configuration - How to build an HTTPS environment</title><link>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-ssl-configuration-how-to-build-an-https-environment/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-ssl-configuration-how-to-build-an-https-environment/</guid><description>&lt;p&gt;To build an https environment, follow the steps describe in the tomcat apache site : &lt;a href="http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html"&gt;http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Application Servers Information - Apache Tomcat - Updating the JRE JDK and the JVM versions</title><link>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-updating-the-jre-jdk-and-the-jvm-versions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-updating-the-jre-jdk-and-the-jvm-versions/</guid><description>&lt;p&gt;&lt;strong&gt;Purpose&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This page describes the method for updating the JRE JDK and the JVM versions.&lt;/p&gt;
&lt;p&gt;To update the JDK and jvm versions, you need to update the field &lt;strong&gt;java virtual machine&lt;/strong&gt; in your &lt;strong&gt;Apache Tomcat Properties&lt;/strong&gt; by specifying the &lt;strong&gt;jvm.dll&lt;/strong&gt; of the JRE version you want to update.&lt;/p&gt;
&lt;p&gt;To this operation proceed as follow:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop APACHE TOMCAT&lt;/li&gt;
&lt;li&gt;Access the &lt;strong&gt;bin&lt;/strong&gt; folder where TOMCAT is installed: for example c:\Program Files\Apache Software Foundation\Tomcat 5.0\bin\&lt;br&gt;
&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566529095/566529094.png" alt=""&gt;&lt;/li&gt;
&lt;li&gt;Double-click on file &lt;strong&gt;tomcat5w.exe&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Go to the &lt;strong&gt;JAVA&lt;/strong&gt; tab&lt;/li&gt;
&lt;li&gt;Update the J&lt;strong&gt;ava Virtual Machine&lt;/strong&gt; field with the &lt;strong&gt;jvm.dll&lt;/strong&gt; of the JRE version you want&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;OK&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;restart APACHE TOMCAT&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Notes / Comments&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Application Servers Information - Apache Tomcat - When attempting to connect to a sql server instance with Tomcat and the jtds driver you are unable to connect</title><link>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-when-attempting-to-connect-to-a-sql-server-instance-with-tomcat-and-the-jtds-driver-you-are-unable-to-connect/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-when-attempting-to-connect-to-a-sql-server-instance-with-tomcat-and-the-jtds-driver-you-are-unable-to-connect/</guid><description>&lt;p&gt;&lt;strong&gt;Purpose&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This page provides a solution to the issue of  you are unable to connect to a sql server instance with Tomcat and the jtds driver&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Details&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;When attempting to connect to a sql server instance with Tomcat and the jtds driver, you are unable to connect&lt;/p&gt;
&lt;p&gt;The error you may notice is something like:&lt;/p&gt;
&lt;p&gt;Unable to establish connection to: jdbc:jtds:sqlserver://&lt;server&gt;;instance=&lt;instance&gt;;domain=&lt;domain&gt; user: null =&amp;gt; I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system&lt;/p&gt;</description></item><item><title>Application Servers Information - Apache Tomcat - How to use Apache as reverse proxy with several Tomcat nodes</title><link>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-how-to-use-apache-as-reverse-proxy-with-several-tomcat-nodes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-how-to-use-apache-as-reverse-proxy-with-several-tomcat-nodes/</guid><description>&lt;p&gt;&lt;strong&gt;Purpose&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This page explains the method to use Apache as reverse proxy with several Tomcat nodes&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Details&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="1---install-apachehttpd-server-and-as-many-tomcat-nodes-you-need"&gt;1 - Install Apache httpd server and as many Tomcat nodes you need&lt;/h2&gt;
&lt;p&gt;The default apache https server installer is available here: &lt;a href="http://httpd.apache.org/download.cgi"&gt;http://httpd.apache.org/download.cgi&lt;/a&gt;The apache httpd installation directory will be referred as &amp;ldquo;%APACHE_HOME%&amp;rdquo;&lt;/p&gt;
&lt;p&gt;In order to install several tomcat instances, please, report to &lt;a href="https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-how-to-deploy-several-tomcat-instances/"&gt;Application Servers Information - Apache Tomcat - How to deploy several tomcat instances&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Application Servers Information - Apache Tomcat - How to deploy several tomcat instances</title><link>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-how-to-deploy-several-tomcat-instances/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-how-to-deploy-several-tomcat-instances/</guid><description>&lt;p&gt;&lt;strong&gt;Purpose&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This page describes the method to deploy several tomcat instances&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tomcat.apache.org/tomcat-7.0-doc/RUNNING.txt"&gt;http://tomcat.apache.org/tomcat-7.0-doc/RUNNING.txt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Details&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="1-install-your-first-instance-of-apache-tomcat"&gt;1. Install your first instance of Apache Tomcat&lt;/h2&gt;
&lt;p&gt;Just download an Apache Tomcat Windows Service Installer. Just follow the steps to install.&lt;br&gt;
And I would expect the software to be installed at this directory &amp;ldquo;C:\Program Files\Apache Software Foundation\Tomcat x.y&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Default installation should be as :&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566529099/566529098.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;Remark : in the following parts, we will call %CATALINA_HOME% the install root directory&lt;/p&gt;</description></item><item><title>Application Servers Information - Apache Tomcat - Get the Tomcat version and JRE version</title><link>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-get-the-tomcat-version-and-jre-version/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-get-the-tomcat-version-and-jre-version/</guid><description>&lt;p&gt;&lt;strong&gt;Purpose&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This page describes the method to get the Tomcat version and JRE version.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Details&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;To get the JRE version and the Tomcat version follow the instruction bellow:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Access the &lt;strong&gt;bin&lt;/strong&gt; folder where TOMCAT is installed: for example c:\Program Files\Apache Software Foundation\Tomcat 5.0\bin\&lt;/li&gt;
&lt;li&gt;Double-click on file &lt;strong&gt;tomcat5w.exe&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Go to the &lt;strong&gt;JAVA&lt;/strong&gt; tab&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566529103/566529102.png" alt=""&gt;&lt;br&gt;
The field &lt;strong&gt;Java Virtual Machine&lt;/strong&gt; shows the &lt;strong&gt;JRE version&lt;/strong&gt;&lt;br&gt;
The field &lt;strong&gt;Java Classpath&lt;/strong&gt; shows the &lt;strong&gt;Tomcat version&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Application Servers Information - Apache Tomcat - Get the JRE version used by the Internet browser</title><link>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-get-the-jre-version-used-by-the-internet-browser/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-get-the-jre-version-used-by-the-internet-browser/</guid><description>&lt;p&gt;&lt;strong&gt;Purpose&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This page describes the method to get the JRE version used by the Internet browser.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Details&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Go to&lt;/p&gt;
&lt;p&gt;Internet explorer options-&amp;gt;advanced  showing java version as displayed in  the following screenshot:&lt;br&gt;
Read under &lt;strong&gt;JAVA (Sun)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Check which JRE version is used in the &lt;strong&gt;Use JRE&amp;hellip;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/TG/attachments/566529106/566529107.jpeg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Notes / Comments&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Related Pages&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Application Servers Information - Apache Tomcat - HTTPS configuration definition</title><link>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-https-configuration-definition/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/information-guides/information-guides-by-cast-aip-platform/application-servers-information/application-servers-information-apache-tomcat/application-servers-information-apache-tomcat-https-configuration-definition/</guid><description>&lt;p&gt;&lt;strong&gt;Purpose&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This page explains the method to get HTTPS configuration definition.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Details&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;To get a complete description of a HTTPS configuration, get the following answers to the questions below:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The application server configuration:&lt;br&gt;
The following is usually known by the technical administrator of the system or by the IT team.
&lt;ol&gt;
&lt;li&gt;Is it a standalone tomcat server ?&lt;/li&gt;
&lt;li&gt;Is it an HTTPS apache front-end with a reverse proxy to a tomcat server (tomcat serving in http or in https) ?&lt;/li&gt;
&lt;li&gt;Is it an HTTPS apache front-end with mod_jk to connect to tomcat&lt;/li&gt;
&lt;li&gt;Is it another front-end or another connector ?&lt;/li&gt;
&lt;li&gt;Is the front configured with both HTTPS and HTTP for the same hostname (for apache, the configuration file would be nice) ?&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;The network component:&lt;br&gt;
The following is usually known by the technical administrator of the system or by the IT team.
&lt;ol&gt;
&lt;li&gt;Is there any HTTP proxy ?&lt;/li&gt;
&lt;li&gt;Does it forward the HTTPS to the final server or do it change it to HTTP ?&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Notes / Comments&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>