From owner-freebsd-questions@FreeBSD.ORG Fri Dec 12 07:34:58 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FEC0F98 for ; Fri, 12 Dec 2014 07:34:58 +0000 (UTC) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C7F4D93 for ; Fri, 12 Dec 2014 07:34:57 +0000 (UTC) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 554C3160B08 for ; Fri, 12 Dec 2014 14:28:31 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from:received:received:received; s= selector1; t=1418369310; x=1420183711; bh=c2NkOuLT+CE1fsRVVxvU+j zYew/6AZPTMkuwGSG3sO0=; b=FjxqaSGcPr8cGGIgZ9tG0kqMKJjTyW/AQrOOz1 0MR1aZ1JCW7hbKgP2PSQ23wK2X3rHiSLFbiCMQhjLyWTacqt7eUAsxrfCWiOVnSW 0R1MrVEyQH3Tjq5BBDI2mMw/Mg4JEje74c8AFEBm1ReJbuQgHIKbJ7uQ1+JsU5+G afixQ= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 4zsdZVFkqU-V for ; Fri, 12 Dec 2014 14:28:30 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 99A01160B05 for ; Fri, 12 Dec 2014 14:28:30 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.7/8.14.7/Submit) id sBC7Sj38059463; Fri, 12 Dec 2014 14:28:45 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier Nicole To: questions@freebsd.org Subject: apache2 mod_jk tomcat8 Date: Fri, 12 Dec 2014 14:28:45 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2014 07:34:58 -0000 Hi, Anybody has a working example of using Apache2, mod_jk and tomcat8? Preferably the one installed from FreeBSD ports. I cannot find accurate documentation on how to make these work and if I pull on my hair anymore I will end-up bald before the end of the week-end. TIA, Olivier --