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 3FFADFC13 for ; Thu, 18 Apr 2013 02:18:37 +0000 (UTC) Received: (qmail 66553 invoked by uid 500); 18 Apr 2013 02:18:33 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 66487 invoked by uid 500); 18 Apr 2013 02:18:33 -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 66477 invoked by uid 99); 18 Apr 2013 02:18:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Apr 2013 02:18:33 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of caiorenam@gmail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vc0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Apr 2013 02:18:27 +0000 Received: by mail-vc0-f176.google.com with SMTP id hf12so1892399vcb.7 for ; Wed, 17 Apr 2013 19:18:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=lqh14e3TwQOqlER/a0tK+kol9wvn3gZxjFsF6kXCeZ8=; b=cjs+t5+q0iz7KU/3mNY/qw8Hjs20vOS8SdoxSv/lNaKbI/8ap3R1cxm0/tvHyOoe7R Qovh2ZRX9sf9nCB6CwCnFVjnTaviS2Nv0R1gztWfscrlBItQVBQ0sT56ZD8kInqFyyXK xPg2hgc+RJta9ZF6nSSGaZtPzRHhYn9zhvSIv2gVVbRDaetwu6fpvAixEGVxHRlCOWh4 LzKM3VUEq7mo4WXTskfqQ/fsnYEiVWc4GodJMenH8MucE3xTURgTJ3Vxi3izyOaM8Qpf 2ZIcMIkF0C/J3vUDyFwJfzH+JjIIBJcidInFQktWFZErezskawlnAxu7r7F4Tm1XzbwN NBDg== MIME-Version: 1.0 X-Received: by 10.52.176.163 with SMTP id cj3mr5920362vdc.35.1366251487104; Wed, 17 Apr 2013 19:18:07 -0700 (PDT) Received: by 10.52.95.179 with HTTP; Wed, 17 Apr 2013 19:18:07 -0700 (PDT) Date: Wed, 17 Apr 2013 23:18:07 -0300 Message-ID: Subject: problems with import in jsp file From: caio lima To: users@tomcat.apache.org Content-Type: multipart/alternative; boundary=bcaec5015d0f90183e04da9936d1 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec5015d0f90183e04da9936d1 Content-Type: text/plain; charset=ISO-8859-1 hi, sorry for my english. i just publish my web site made with java, jsp, and i'm stuck with a problem. my ".class" files is in the directory "WEB-INF/classes/..." and i have the class Diversos in "WEB-INF/classes/ferramentas/Diversos.class" when i use a import comand like <%@page import="ferramentas.*"%> and the jsp file is in the same level of WEB-INF the comand works fine. but when i try to use the excatly same import and the jsp file is in a subfolder, the import is not working. then when i try to use the class Diversos throws me the execption An error occurred at line: 11 in the jsp file: /acessos.jsp Diversos cannot be resolved to a type i don't know what to do anymore, already spent a lot a time trying to solve this. didn't find anything that can help me. i publish my site in homehost.com.br and in my local machine this error is not happen maybe there's a problem with tomcat's configuration. thank's for any help... --bcaec5015d0f90183e04da9936d1--