Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 83199 invoked from network); 26 Jun 2008 20:24:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 20:24:18 -0000 Received: (qmail 31270 invoked by uid 500); 26 Jun 2008 20:24:07 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 31232 invoked by uid 500); 26 Jun 2008 20:24:07 -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 31219 invoked by uid 99); 26 Jun 2008 20:24:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 13:24:07 -0700 X-ASF-Spam-Status: No, hits=4.0 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 20:23:15 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KBy0E-0001qI-L5 for users@tomcat.apache.org; Thu, 26 Jun 2008 13:23:34 -0700 Message-ID: <18142349.post@talk.nabble.com> Date: Thu, 26 Jun 2008 13:23:34 -0700 (PDT) From: ttcse To: users@tomcat.apache.org Subject: Virtual Host gives - Absolute uri: http://java.sun.com/jsf/core cannot be resolved MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ttcsemail@yahoo.com X-Virus-Checked: Checked by ClamAV on apache.org I've got a new JSF based webapp (Tomcat 6.?, Tomahawk-1.1.6, JSF 1.2, Java EE 5 SDK) which functions properly when using my http://PrimaryDomain/zzz url to access my webapps/zzz application. All components of the application are placed under 'webapps/zzz'. It's not in a war. However, after successfully accessing the same webapps/zzz via a virtual host, (lets say http://Sleepyhead.com) and then clicking on any button I get this: WARNING: Internal Error: File /WEB-INF/web.xml not found Jun 25, 2008 11:14:05 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/core cannot be resolved in either web.xml or the jar files deployed with this application at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51) at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409) at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:116) at org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:315) at org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:148) ... Clearly, via Sleepyhead.com some of the jar's and/or tld's within webapps/zzz/WEB-INF/lib cannot be found. In my conf/server.xml I have this for the virtual host... Yes, I can copy jars and tld's from webapps/zzz/WEB-INF/lib to the catalina/lib, but I'd rather not go that direction. I'd rather plop my application into webapps. My question is, why are these jar's not visible when accessed thru my virtual host? What am I missing? TIA ! Tom -- View this message in context: http://www.nabble.com/Virtual-Host-gives---Absolute-uri%3A-http%3A--java.sun.com-jsf-core-cannot-be-resolved-tp18142349p18142349.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org