atom feed20 messages in org.apache.tomcat.usersRE: System user accounts required to ...
FromSent OnAttachments
Turner, JohnNov 8, 2002 6:41 am 
bill...@attbi.comNov 8, 2002 7:04 am 
Tom OinnNov 8, 2002 7:14 am 
Turner, JohnNov 8, 2002 7:19 am 
Turner, JohnNov 8, 2002 7:34 am 
Turner, JohnNov 8, 2002 7:43 am 
Srinadh KarumuriNov 8, 2002 8:05 am 
Cox, CharlieNov 8, 2002 8:12 am 
Turner, JohnNov 8, 2002 8:13 am 
Cox, CharlieNov 8, 2002 8:19 am 
Turner, JohnNov 8, 2002 8:20 am 
Craig R. McClanahanNov 8, 2002 9:52 am 
Turner, JohnNov 8, 2002 10:01 am 
Craig R. McClanahanNov 8, 2002 10:12 am 
Turner, JohnNov 8, 2002 11:06 am 
Craig R. McClanahanNov 8, 2002 11:15 am 
Turner, JohnNov 8, 2002 11:18 am 
Craig R. McClanahanNov 8, 2002 12:04 pm 
Turner, JohnNov 8, 2002 12:09 pm 
Luc SanteramoNov 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 8:20:45 am
List:org.apache.tomcat.users

I would like to see a WAR file on Desktop be deployed on Server via the Tomcat Manager. I thought that was the whole point. Is this possible? I have tried a valid HTTP URL (validated by using wget from Server to connect to Desktop).

I also would think that I would have a standard File box on the form where I could browse a local machine to find my WAR file, and then click submit. It would be uploaded via a standard form POST, and deployed accordingly. Why this functionality isn't there is something that surprises me...I guess there must be some reason for it that I can't discover at the moment.

This URL does not work in Manager:

http://some.server.com:8080/manager/install?path=/myApp&war=jar:http://inter nal.dev.box/myApp.war!/

I looked up the spec for JarURLConnection(URL url) and "http://internal.dev.box/myApp.war" is supposedly valid. I have verified with wget that myApp.war is available from the Desktop via HTTP.

Any help is appreciated.

John

-----Original Message----- From: Cox, Charlie [mailto:cc@cincom.com] Sent: Friday, November 08, 2002 11:13 AM To: 'Tomcat Users List' Subject: RE: System user accounts required to use manager in 4.1.12?

actually this should work. I have used install with a context(not a war). you have to play around with the path to get it exactly right. I would expect it to work with a war as well. I don't recall the exact syntax, but I did get it working by referencing the manager howto.

I think Tom read it as your war is on your machine, not the server, where I read it as you copied the war to your tomcat server and are just trying to make it available. Is this assumption correct?