RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Turner, John
It is not necessary to synchronize the directories. Typically, most people use these mappings for Tomcat requests: /*.jsp, and /servlet/*. Requests for other content would never get to Tomcat. If you had output from a JSP or servlet that referenced a GIF file, it wouldn't matter. In your

RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Jose Antonio Martinez
but i have the following scene: i have a ftp server in the same machine than the apache server, so i use an ftp account for uploading my website. i want upload jsp files but jpg or php files too. I think the tomcat server need to have jsp files localy located , and then i must copy or move the jsp

RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Turner, John
Antonio Martinez [mailto:lfbbes;yahoo.es] Sent: Monday, November 11, 2002 1:13 PM To: Tomcat Users List Subject: RE: tomcat + apache (synchronization in different machines ) but i have the following scene: i have a ftp server in the same machine than the apache server, so i use an ftp account

Re: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Jdev
You can always use NFS to export a directory in the apache host. Eli On Mon, 11 Nov 2002 19:12:55 +0100 (CET) Jose Antonio Martinez [EMAIL PROTECTED] wrote: I think the tomcat server need to have jsp files localy located , and then i must copy or move the jsp files from the apache to the

RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Jose Antonio Martinez
Martinez [mailto:lfbbes;yahoo.es] Sent: Monday, November 11, 2002 1:13 PM To: Tomcat Users List Subject: RE: tomcat + apache (synchronization in different machines ) but i have the following scene: i have a ftp server in the same machine than the apache server, so i use an ftp

RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Turner, John
, 2002 1:26 PM To: Tomcat Users List Subject: RE: tomcat + apache (synchronization in different machines ) Thanks John for your fast help. you say in your last mail: '...this is one of the reasons there are WAR files,the Tomcat Manager and Admin apps, and deploy tools...' can you

RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Milt Epstein
On Mon, 11 Nov 2002, [iso-8859-1] Jose Antonio Martinez wrote: but i have the following scene: i have a ftp server in the same machine than the apache server, so i use an ftp account for uploading my website. i want upload jsp files but jpg or php files too. I think the tomcat server need to

RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Jose Antonio Martinez
My exact scene is the following: i have some linux machines with apache for static and php shared hosting. I want to offer tomcat hosting but i know that only few clients are going to want it so i dont want to install and maintain several tomcat server on all machines. I would like to have a