On 25/01/2016 11:42, Karl Hauschildt wrote:
> Hi Mark:
> 
> This is what I have in the tomcat-users.xml. And I've tried pairing it down
> to all the various combo's per suggestions in searches. Behavior never
> changes.
> 
> <role rolename="manager-gui"/>
> <role rolename="manager-script"/>
> <role rolename="manager-jmx"/>
> <role rolename="manager-status"/>
> <user username="tomcatadmin" password="tomcatpwd"
> roles="manager-gui,manager-script,manager-jmx,manager-status"/>
> 
> Thanks for taking the time to think about this.

OK. Make sure you have actually removed all the XML comment markers from
around those entries.

Next, be aware that allocating the manager-gui and manager-script roles
to the same user exposes you to CSRF attacks. Not necessarily an issue
as long as you are a) aware and b) careful (i.e. if you connect to the
manager gui don't do anything else in the same browser and close the
browser completely when you are done.

After that, I'd modify your access log configuration to log the name of
the authenticated user and then see what it says when you try and deploy.

Mark


> 
> On Mon, Jan 25, 2016 at 2:41 AM, Mark Thomas <m...@homeinbox.net> wrote:
> 
>> On 24 January 2016 21:49:40 GMT+00:00, Karl Hauschildt <
>> karl.hauschi...@gmail.com> wrote:
>>>
>>>
>>> Background:
>>>
>>> JAVA Web application, Eclipse workspace with an ANT build.xml.
>>>
>>> Using Windows, this project builds using java 1.7, deploys to multiple
>>> Solaris environments running Tomcat 5, 6 or 7 and runs cleanly.
>>>
>>>
>>>
>>> I have to deploy the preceding to a Linux environment with Tomcat 8.
>>> Which
>>> is running JAVA 1.8
>>>
>>>
>>>
>>> Problem:
>>>
>>> The deploy task fails with: BUILD FAILED.... java.io.IOException: Error
>>> writing request body to server
>>>
>>> Looking in the Tomcat, localhost.log, I see: "PUT
>>> /manager/deploy?path=%2FFXInSite&update=true HTTP/1.1" 403 3196
>>>
>>> The other logs contain no errors or warnings.
>>>
>>>
>>>
>>> Investigations:
>>>
>>> I have set the Tomcat (catalina) logging levels to DEBUG and FINEST.
>>>
>>> I can get into the tomcat and the manager on the same port as what the
>>> delpoyment uses.
>>>
>>> The user that Tomcat is running under ( not root ) has full permissions
>>> to
>>> all folders.
>>>
>>> I have compared the server.xml and web.xml configuration files between
>>> Linux
>>> and Solaris and they are essentially identical.
>>>
>>> Google searches for anything to do with ANT and the delpoy task, Tomcat
>>> 403
>>> errors, permissions have been unsucessful.
>>>
>>>
>>>
>>> Thank you for your time and consideration.
>>
>> What user have you configured for the deploy task?
>>
>> What roles have you configured for that user?
>>
>> Mark
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to