-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 James,
On 9/15/14 8:11 PM, James H. H. Lampert wrote: > We have a rather large WAR file. 89,925,956 bytes. And we have > cable internet. With its usual extremely asymmetrical bandwidth: a > download pipe the size of an air conditioning duct, and an upload > pipe the size of an insulin needle. > > Squirting this huge WAR file through such a narrow pipe takes over > half an hour. But our web and FTP servers are on a hosting > service's server, so they're not passing through the narrow pipe. > > Can I, from Manager, deploy a WAR file that's sitting on a web or > FTP site, instead of on my local system? You can't do that, but you can push the file via FTP, scp, etc. and then copy it to its final location. I wouldn't put your WAR onto your web server for a few reasons. Can you push the file to your application server into a temporary directory and then just do a "cp" to put it in the right place? It will take almost no time to "cp" the file and Tomcat should auto-reload. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: GPGTools - http://gpgtools.org iQIcBAEBCAAGBQJUHI5hAAoJEBzwKT+lPKRY85oQALjYcbrcUKuoGaz9EJzrrers Uez2tRCNe/4UwDtV8O/Dtmiu4yeb0Q/2JtsdjzorRXnddDxrHgRmMXfP07kbawd8 3G0KxIu9NnPgVabusSDzTfq2Ss+7Kx8a6I+YPiLuwYnSGb/eK28J1mFpxzIl0x6i HbrUUBQZ9wUKG4KC6zqlpQgdHup8d6biWUhVxQBnBZBDfxdnIA7orthZgc8oqIUw npxt1uNU7PAG1WnUzZjRPb2qlgE2s5nLhmVd4dWfE0zFMj4DC+kLTj/0RRIurHXW QSGK7/bzCrNpEKVWpHneMPA6ls37FFG/BRO7XbF2E2p/MgzEfnPaIBvcqQWLbLfd LoSMJ9n8oWGBt6oZCMGLE9o9C2JD8Y6rRfoDwnCEw53Dowi1AkKTVHJ8uFV94Sz2 a2N6NA5u54QAHeyy0d2prle3uZIkJdQ14ibvI0eeKG9YeYfhnIjeGYf0a3tIb6wC 7Tr2O/C2EPNEqYlqOnqW3AcBms2qA49Remr6b5qZochCc8vYbIxcAPZwUEundXvk MP+jpy8thT0pu13CY7mWri7the8RE7iXBBR+q8dAngWFxPbR7mYcdG9slvOfMJun UcMAVu4mn54I1rNQMJGT0Y1ruvgBsIZbHj3QQaH+lT6TCRGmLD7cNa8HHeLOT+9g t+HAYQ6Cq13DqtJHBVxh =IirE -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org