You could use SMB to mount the files from the Windows machine to the Linux machine. If you need high performance, this will have a hit. Alternatively, you could write a shell script that will sync the files on Windows over to the Linux machine using ftp. ncftpget is pretty nice for an ftp program that could keep them in synch. If you have to have immediate updates, then SMB is the way to go. If you can live with a delay of a few minutes, then an FTP program is the way to go.
-----Original Message----- From: Jose Antonio Martinez [mailto:lfbbes@;yahoo.es] Sent: 12 November, 2002 1:55 PM To: Tomcat Users List Subject: Re: windows iis machine + linux tomcat machine i know. The question here is that it is needed that jsp files be on the tomcat machine (linux). People have an ftp account in the windows machine but some files must go to the linux machine (jsp ones) ----- Original Message ----- From: "Sexton, George" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 9:31 PM Subject: RE: windows iis machine + linux tomcat machine > Get the ISAPI redirector module and install it on IIS, configure it to point > to the linux server. > > -----Original Message----- > From: Jose Antonio Martinez [mailto:lfbbes@;yahoo.es] > Sent: 12 November, 2002 4:22 AM > To: [EMAIL PROTECTED] > Subject: windows iis machine + linux tomcat machine > > > what do you think is the best way to make work > together this configuration: > > windows iis machine + linux tomcat machine > > NFS? > > _______________________________________________________________ > Yahoo! Messenger > Nueva versi�n: Webcam, voz, y mucho m�s �Gratis! > Desc�rgalo ya desde http://messenger.yahoo.es > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > > > -- > To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> > _______________________________________________________________ Copa del Mundo de la FIFA 2002 El �nico lugar de Internet con v�deos de los 64 partidos. �Ap�ntante ya! en http://fifaworldcup.yahoo.com/fc/es/ -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
