Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 42362 invoked from network); 24 May 2005 18:36:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2005 18:36:14 -0000 Received: (qmail 27324 invoked by uid 500); 24 May 2005 18:35:56 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 27310 invoked by uid 500); 24 May 2005 18:35:56 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 27295 invoked by uid 99); 24 May 2005 18:35:56 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from anchor-post-34.mail.demon.net (HELO anchor-post-34.mail.demon.net) (194.217.242.92) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 24 May 2005 11:35:53 -0700 Received: from steve-kirk.demon.co.uk ([80.177.0.37] helo=sjkdesktop) by anchor-post-34.mail.demon.net with esmtp (Exim 4.42) id 1DaeFr-00033v-DA for tomcat-user@jakarta.apache.org; Tue, 24 May 2005 18:35:51 +0000 From: "Steve Kirk" To: "'Tomcat Users List'" Subject: RE: Minimal server Date: Tue, 24 May 2005 19:35:48 +0100 Message-ID: <001701c5608f$6ae3f000$0201a8c0@sjkdesktop> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 In-Reply-To: <033901c5607e$ff754b30$87222222@msoft.com> Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks Will - I had not heard of embedded TC before. Interesting, and a nice piece of innovation too. Hence why I misunderstood the thread earlier (sorry). This could be very useful. If I've understood correctly, I can somehow bundle together my existing TC webapp along with the tc-embedded code, compile a jar that contains them both, and distribute that as a complete "system", and when the user double-clicks, it runs a very lightweight version of tc, running my webapp only, in the user's browser? If so that will be a great way to distribute a TC webapp for testing, because as long as you don't have too many testers, this saves having to set up a separate test server. > -----Original Message----- > From: Will Hartung [mailto:willh@msoft.com] > Sent: Tuesday 24 May 2005 17:38 > To: Tomcat Users List > Subject: Re: Minimal server > > > > From: "Steve Kirk" > > Sent: Tuesday, May 24, 2005 5:02 AM > > > I don't see how you will do that without installing some > kind of dynamic > > webserver on each PC, whether that be apache-hpptd, tomcat, > or other, plus > > the web application (which needn't be servlets, it could be > perl based). > And > > if you are going to do that, what's wrong with installing tomcat? > > If the goal is to write an, essentially, stand alone > application that just > happens to be browser based, then you don't want to "install > tomcat" per se, > rather you just want to have an HTTP based core around which > you can wrap > your application. Its not designed to be a general purpose > application/webserver, rather a very application specific server. > > It also allow the application to be distrubted as either a > simple, complete > Jar file, or perhaps wrapped in a .exe. When the user clicks > on the icon, > the application launches a browser to the applications "home page". > > Now, if he just wants to distribute a WAR, as a central > service for several > users, then, yes, its easier to have the client simply > install tomcat (or > bundle it in their installer), and deploy the war. But for a > client side, > browser based application, embedding can very quite viable. > > Regards, > > Will Hartung > (willh@msoft.com) > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org