Hi,
with the help of an answer on StackOverflow we have solved this. In
case anybody was watching this, here's what happened...
First some random facts:
* if not given a class loader
(https://javaee.github.io/jaxb-v2/doc/user-guide/ch06.html#d0e6919),
`JAXBContext::newInstance` will use [th
On Wed, 8 Aug 2018 1:52 am Laurie Miller-Cook <
laurie.miller-c...@larmerbrown.com> wrote:
> Hi there,
>
> I have an issue where I need to either change the URL of a Website in
> Tomcat.
>
> The current URL is https://training.ondemand.com and this needs to be
> changed to https://wbt.ondemand.com
Hi
Am trying to deploy an application in Tomcat version 9.10,it has application
war file name like For Eg: app-name##r123.war file. And I can see its not
recognizing the context path from the exploded war. If I rename the war file
name without revision number it works fine.
from Tomcat document
Hi there,
I have an issue where I need to either change the URL of a Website in Tomcat.
The current URL is https://training.ondemand.com and this needs to be changed
to https://wbt.ondemand.com (we have a wildcard SSL certificate)
In my server.xml I have the following
John,
Thanks. Now it is working fine. I cleansed the file.
Thanks
Venkat
>>> John Palmer 8/7/2018 9:10 AM >>>
your server.xml shows TWO connectors for port 8443; that second one (with
all the certificate entries) is then causing the errror:
> Caused by: java.net.BindException: Address al
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Venkataraman,
On 8/2/18 2:24 PM, Venkataraman Srinivasan wrote:
> I am using tomcat version 8.5.32
Thanks.
> I made the below entry in Server.xml
>
>
>
>
>
>
> port="8443" protocol="HTTP/1.1" connectionTimeout="2" />
>
>
>
>
> p
your server.xml shows TWO connectors for port 8443; that second one (with
all the certificate entries) is then causing the errror:
> Caused by: java.net.BindException: Address already in use
As that one is probably the one you want to be using, delete or comment out
the first connector for port