Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 32361 invoked from network); 29 Jan 2009 00:06:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jan 2009 00:06:40 -0000 Received: (qmail 43692 invoked by uid 500); 29 Jan 2009 00:06:26 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 43657 invoked by uid 500); 29 Jan 2009 00:06:25 -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 43646 invoked by uid 99); 29 Jan 2009 00:06:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2009 16:06:25 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of milu71@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 29 Jan 2009 00:06:16 +0000 Received: (qmail invoked by alias); 29 Jan 2009 00:05:54 -0000 Received: from e178007247.adsl.alicedsl.de (EHLO wladimir) [85.178.7.247] by mail.gmx.net (mp015) with SMTP; 29 Jan 2009 01:05:54 +0100 X-Authenticated: #48488578 X-Provags-ID: V01U2FsdGVkX1/nfUsrqdnn6T0hLc2w2lXPtj163nFOxGTS/2WmwY cz6vveErPfD2ks Received: by wladimir (sSMTP sendmail emulation); Thu, 29 Jan 2009 01:05:50 +0000 Date: Thu, 29 Jan 2009 01:05:50 +0100 From: Michael Ludwig To: Tomcat Users List Subject: Re: Deploy 1st Service to Tomcat proper Message-ID: <20090129000550.GC2032@wladimir> References: <21716925.post@talk.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <21716925.post@talk.nabble.com> User-Agent: Mutt/1.4.2.2i X-Y-GMX-Trusted: 0 X-FuHaFi: 0.67 X-Virus-Checked: Checked by ClamAV on apache.org Toriacht schrieb am 28.01.2009 um 14:48:59 (-0800): > > Export>war exports a war file with the same name of my project. I can > then browse from Tomcat, import and deploy this service. but if I > click on teh service it get brought to an error page. Then the error message might give a hint as to what the problem is. It is probably in one of the log files in "$Tomcat/logs". > Also, the java project had a lot of dependencies on jar files. Do > these get exported or do I have to manually deploy/copy these to my > Tomcat server? That depends. You can use "jar tf your.war" to check what's in the JAR. Michael Ludwig --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org