Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 83603 invoked from network); 22 Oct 2004 17:50:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Oct 2004 17:50:25 -0000 Received: (qmail 34284 invoked by uid 500); 22 Oct 2004 17:49:50 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 34159 invoked by uid 500); 22 Oct 2004 17:49:48 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 34145 invoked by uid 99); 22 Oct 2004 17:49:48 -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 [194.217.242.86] (HELO anchor-post-36.mail.demon.net) (194.217.242.86) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 22 Oct 2004 10:49:47 -0700 Received: from steve-kirk.demon.co.uk ([80.177.0.37] helo=sjklaptop) by anchor-post-36.mail.demon.net with esmtp (Exim 4.42) id 1CL3Xr-0001W1-KO for tomcat-user@jakarta.apache.org; Fri, 22 Oct 2004 17:49:43 +0000 From: "Steve Kirk" To: "'Tomcat Users List'" Subject: RE: [Somewhat OT] Content vs. Programming Date: Fri, 22 Oct 2004 18:49:39 +0100 Message-ID: <000a01c4b85f$810c3000$0201a8c0@sjklaptop> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-Reply-To: <2A00DCDD-244F-11D9-974F-0030657E5806@digitalphenom.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Sounds like it's a case where using a war file is causing the problem. = I would drop the war files altogether and just distribute their contents. That way you can distribute just the bits of the webapp that you have changed. Sounds to me like you own the JSP/servlet/config files and = they own the static files. So they can just ftp the files to the server, and = you copy them to your machine when you need to, but you only ftp back up the files that you own. Or another approach is to put all static content in a webserver = directory that is not part of the webapp. That way it won't be in the war file. = I know this somewhat defeats the object of a warfile, but you have a = situation here where a compromise is required. > -----Original Message----- > From: Anthony E. Carlos [mailto:anthony@digitalphenom.com]=20 > Sent: Friday 22 October 2004 18:24 > To: 'Tomcat Users List' > Subject: [Somewhat OT] Content vs. Programming >=20 >=20 > Hello, folks! >=20 > Based on my readings, it seems that most people running Tomcat on=20 > dedicated boxes. Unfortunately, I'm in a shared environment running=20 > multiple instances of Tomcat, one for each client. My problem is that=20 > some clients like to update their own static content via ftp, while=20 > letting me, the programmer, handle the more complex stuff. >=20 > What stinks is that if they ftp content to the server, then=20 > I've got to=20 > merge their new and changed stuff into my development box=20 > because when=20 > I deploy my war file (I'm developing in a separate environment), it=20 > overwrites all of their stuff. >=20 > My content providers aren't technically savvy, so I can't expect them=20 > to learn to use CVS. They're probably using some GUI program like=20 > Dreamweaver to create their pages. Does anyone have a suggestion to=20 > help streamline the battle of content providers versus programmers? >=20 > I've thought of having them upload to a alternate directory and then=20 > running some ant script to copy new and changed files into the Tomcat=20 > directories, but that still won't help with the merging process. To=20 > make things even more complicated, and we're also using Tiles so my=20 > content providers have to ask me to add entries into=20 > struts-config.xml=20 > and tiles-defs.xml when they create a new page. >=20 > Is anyone else dealing with this kind of inefficiency, or do you all=20 > work with just other programmers? >=20 > Thanks for your opinions, >=20 > -Anthony Carlos >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org