Hi there,
I have a Tomcat installation running a few different web apps (different
instances of XTF, if it matters), and each of these has some resources (PDFs,
raw XML, etc.) that can be viewed by the user in the browser. How can I make
sure that the user sees the resource with the favicon of
Hi,
We are facing some random concurrency issues in our tomcat environments.
1. We have a web application deployed on Tomcat that handles requests from
browsers (AJAX and non-AJAX) and also from an applet.
2. The requests send by the browser and always gets and posts (with
a
Hi Yuval,
Use as reference the doc for context.xml configuration:
http://tomcat.apache.org/tomcat-8.0-doc/config/context.html
IMO, this is where the context configuration for the WebApp should be
use, as for example Resources like database.
There are 2 interesting elements you can use in a c