I am running Jetty 9.4.2 using JDK 1.8.0_121 on a CentOS 7 server. I have 7 virtual hosts xml file at the moment (after removing one), all files looking like this:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">;;
<Configure class="org.eclipse.jetty.webapp.WebAppContext"> <Set name="contextPath">/</Set> <Set name="war"><Property name="jetty.webapps"/>/war/name-1.0.0.war</Set> <Set name="virtualHosts"> <Array type="java.lang.String"> <Item>www.domain.no</Item>; </Array> </Set> </Configure>
(all web applications are spring boot applications)
Not sure what else info you need? Also, I am not able to find anything in the logs about the failure, jetty seems to start just fine (according to the logs). Maybe I need to increase the logging or am I looking in the wrong place?
BTJ
On 20.03.2017 21:04, Chris Walker wrote:
Bjørn,
Can you provide a little more information on your setup? Also, can you provide information from your log file on the failure?
Thanks,
Chris
|