| From | Sent On | Attachments |
|---|---|---|
| Turner, John | Nov 8, 2002 6:41 am | |
| bill...@attbi.com | Nov 8, 2002 7:04 am | |
| Tom Oinn | Nov 8, 2002 7:14 am | |
| Turner, John | Nov 8, 2002 7:19 am | |
| Turner, John | Nov 8, 2002 7:34 am | |
| Turner, John | Nov 8, 2002 7:43 am | |
| Srinadh Karumuri | Nov 8, 2002 8:05 am | |
| Cox, Charlie | Nov 8, 2002 8:12 am | |
| Turner, John | Nov 8, 2002 8:13 am | |
| Cox, Charlie | Nov 8, 2002 8:19 am | |
| Turner, John | Nov 8, 2002 8:20 am | |
| Craig R. McClanahan | Nov 8, 2002 9:52 am | |
| Turner, John | Nov 8, 2002 10:01 am | |
| Craig R. McClanahan | Nov 8, 2002 10:12 am | |
| Turner, John | Nov 8, 2002 11:06 am | |
| Craig R. McClanahan | Nov 8, 2002 11:15 am | |
| Turner, John | Nov 8, 2002 11:18 am | |
| Craig R. McClanahan | Nov 8, 2002 12:04 pm | |
| Turner, John | Nov 8, 2002 12:09 pm | |
| Luc Santeramo | Nov 13, 2002 1:11 am |
| Subject: | RE: System user accounts required to use manager in 4.1.12? | |
|---|---|---|
| From: | Turner, John (JTur...@AAS.com) | |
| Date: | Nov 8, 2002 7:34:47 am | |
| List: | org.apache.tomcat.users | |
My point is that if I can upload a GIF file (a binary file) via a web page, why on earth can't I upload a WAR file? Seems to make perfect sense to me.
John
-----Original Message----- From: Turner, John [mailto:JTur...@AAS.com] Sent: Friday, November 08, 2002 10:20 AM To: 'Tomcat Users List' Subject: RE: System user accounts required to use manager in 4.1.12?
That's a shame. Certainly doesn't make much sense, either. What's the use of the Manager app then? Might as well just use the command line. From the docs:
"The war parameter specifies a URL (including the file: scheme) for either a directory or a web application archive (WAR) file. "
Actually, it looks like it does work, I just wasn't using "jar". Also from the docs:
jar:file:/absolute/path/to/a/warfile.war!/ - The URL to a local web application archive (WAR) file. You can use any syntax that is valid for the JarURLConnection class for reference to an entire JAR file."
It's supposed to work via HTTP PUT.
John
-----Original Message----- From: Tom Oinn [mailto:tm...@ebi.ac.uk] Sent: Friday, November 08, 2002 10:15 AM To: Tomcat Users List Subject: Re: System user accounts required to use manager in 4.1.12?
I find it unlikely that a path like that ever worked on any system. You're sending parameters to a server, so the code that needs to read the .war file is running remotely. There is no way that the remote server will understand your 'C:/path/.../foo.war', it simply doesn't exist there. You need to put the war files onto an HTTP server somewhere, quite possible using IIS or Apache on your win2k machines, have the users copy the war files into their web space and then access them by HTTP from the manager application (i.e. use the http://my.workstation/~me/mywebapp.war rather than a local file path).
Cheers,
Tom
-- To unsubscribe, e-mail:
<mailto:tomc...@jakarta.apache.org> For additional commands, e-mail: <mailto:tomc...@jakarta.apache.org>





