Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-26 Thread Karl Hauschildt
Thank you, thank you, thank you. Yes I should have seen that in the doc you reference but equally surprised that no post, anywhere, bothered to mention the URL change as it's pretty important. So, now it deploy's find but will not start which I had been chasing elsewhere. The error is Tomcat

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-25 Thread Karl Hauschildt
Hmmm... It appears that the requests are coming in as the tomcatadmin user which makes sense as that's what the deploy task is configured to use. In this cased, the target box is Linux and there is no tomcatadmin setup. When the sysadmin's get in ... On Mon, Jan 25, 2016 at 7:17 AM, Mark Thomas

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karl, On 1/25/16 7:41 AM, Karl Hauschildt wrote: > Hmmm... It appears that the requests are coming in as the > tomcatadmin user which makes sense as that's what the deploy task > is configured to use. In this cased, the target box is Linux and >

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-25 Thread Konstantin Kolinko
2016-01-25 0:49 GMT+03:00 Karl Hauschildt : > > > 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. >

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-25 Thread Karl Hauschildt
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. Thanks for taking the time to think about this. On Mon, Jan 25, 2016 at 2:41 AM, Mark Thomas wrote: >

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-25 Thread Mark Thomas
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. > > > > > >

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-25 Thread Karl Hauschildt
Specifically what would I do to enable the logging? I raised the level(s) to FINEST and DEBUG wherever I saw them at something higher. Thanks again. On Mon, Jan 25, 2016 at 6:57 AM, Mark Thomas wrote: > On 25/01/2016 11:42, Karl Hauschildt wrote: > > Hi Mark: > > > > This is

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-25 Thread Mark Thomas
On 25/01/2016 12:02, Karl Hauschildt wrote: > Specifically what would I do to enable the logging? I raised the level(s) > to FINEST and DEBUG wherever I saw them at something higher. > Thanks again. http://tomcat.apache.org/tomcat-8.0-doc/config/valve.html#Access_Log_Valve Mark > > On Mon,

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-24 Thread Mark Thomas
On 24 January 2016 21:49:40 GMT+00:00, Karl Hauschildt 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

Deployment of WEB App from ANT build fails with IOException.

2016-01-24 Thread Karl Hauschildt
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