Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 28BF217DC7 for ; Fri, 3 Oct 2014 02:00:18 +0000 (UTC) Received: (qmail 72487 invoked by uid 500); 3 Oct 2014 02:00:14 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 72408 invoked by uid 500); 3 Oct 2014 02:00:14 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 72397 invoked by uid 99); 3 Oct 2014 02:00:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2014 02:00:14 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.215.49] (HELO mail-la0-f49.google.com) (209.85.215.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2014 02:00:09 +0000 Received: by mail-la0-f49.google.com with SMTP id q1so247590lam.22 for ; Thu, 02 Oct 2014 18:59:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=TdNNSwZvbx4N9Xkcr8G2VTXw3ngRsUAqmexnFKXd+EQ=; b=QOpL7eDmgNLt4ODFORXP4YvisWcPCkgAOFihsIzQJtjweOdx+1ovWOM2uvSJJLYazS tjrWX8kFfdh8tKrtYuV5sl1eLet8/hNXx+oxMxb6pGHTb6h8klJhBRIZrK1KMxY8Xp9M A9bejbnouUH7Mc+Wk54jTWA9mnTnra7QItXgvvBZsOMuqrb2UGMxr0AXVd7xJKkF0Mb8 +pI4Arov7o6dIQQqo89g48CsfPo+Ig+dxVC1axKBOHtSbaIoxw01DoCeX1Mk+7+bg3ha BNT/DfvMApgnoVI7qPCqE3btxkNfG2q00TqhuKOctqf7X5FQb4kRTvX6jmaG7CZ9MCD+ runw== X-Gm-Message-State: ALoCoQlixqj9O3jqN2kzjKh4W5R+SFy8f1oX9qMds99CjQO6gZ0Z7G3Fd/Xq1jWTt2gWTjS/gpC3 MIME-Version: 1.0 X-Received: by 10.152.43.201 with SMTP id y9mr2451256lal.54.1412301587073; Thu, 02 Oct 2014 18:59:47 -0700 (PDT) Received: by 10.152.135.103 with HTTP; Thu, 2 Oct 2014 18:59:47 -0700 (PDT) Date: Thu, 2 Oct 2014 21:59:47 -0400 Message-ID: Subject: Struts 2 /Glassfish to Tomcat migration From: Kiran Badi To: Tomcat Users List Content-Type: multipart/alternative; boundary=001a11c221b269e3b405047b1629 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c221b269e3b405047b1629 Content-Type: text/plain; charset=UTF-8 I am migration my glassfish struts 2 based application to Tomcat 7.055. I am coming across 2 issues, first one is below exception while starting Tomcat java.lang.UnsatisfiedLinkError: C:\Apache Software Foundation\apache-tomcat-7.0.55\bin\tcnative-1.dll: Can't load IA 64-bit .dll on a AMD 64-bit platform these are java information, Using CATALINA_BASE: "C:\Apache Software Foundation\apache-tomcat-7.0.55" Using CATALINA_HOME: "C:\Apache Software Foundation\apache-tomcat-7.0.55" Using CATALINA_TMPDIR: "C:\Apache Software Foundation\apache-tomcat-7.0.55\temp" Using JRE_HOME: "C:\Program Files\Java\jdk1.7.0_13" Though the server starts and I can access the home page, but it seems like struts.xml file is getting ignored and i am getting 404 for all jsp which are under web-inf. Is their any migration guide from glassfish 4x to Tomcat ? I was thinking that copying struts.xml to config directory and setting dispatcher servlet should be sufficient.I am missing anything here. --001a11c221b269e3b405047b1629--