Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-20 Thread Zahid Rahman
>any suggestions would be welcome. Thank you. I have dome some play around and I found if the tomcat-user.xml has ** ** Then with url http://localhost:8080/manager gives 403 Access Denied error page. if the tomcat-user.xml only has ** then url http://localhost:8080/manager

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zahid, On 12/19/19 16:36, Zahid Rahman wrote: > *SUCCESSS...* > > Buildfile: /home/kub18/myapp/build.xml Trying to override old > definition of task javac Trying to override old definition of > datatype resources > > prepare: > > compile: >

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
*SUCCESSS...* Buildfile: /home/kub18/myapp/build.xml Trying to override old definition of task javac Trying to override old definition of datatype resources prepare: compile: install: [deploy] OK - Deployed application at context path [/myapp] BUILD SUCCESSFUL Total time: 0 seconds

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zahid, On 12/19/19 14:47, Zahid Rahman wrote: > CVS is working fine. LOL okay > build.properties # Context path to install this application on > app.path=/myapp > > # Tomcat installation directory >

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
CVS is working fine. build.properties # Context path to install this application on app.path=/myapp # Tomcat installation directory catalina.home=/home/kub18/apache-tomcat-9.0.30 # Manager webapp username and password manager.username=myusername manager.password=mypassword On Thu, 19 Dec 2019

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zahid, On 12/19/19 12:57, Zahid Rahman wrote: > I'm religiously following the instructions. :) Are you using CVS as your revision-control system? Someone brought that to our attention recently; that page is sorely out of date, unfortunately. >

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
I'm religiously following the instructions. The build script is the template provided. I have made only one change. Added one tag following warning. warning: > 'includeantruntime' was not set, defaulting to There is only one jsp in the application. I am trying to go through all the documents

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zahid, On 12/19/19 10:09, Zahid Rahman wrote: > tomcat document page: > https://tomcat.apache.org/tomcat-8.5-doc/appdev/processes.html > > BEFORE TOMCAT STARTED > > KONSOLE OUTPUT > > kub18@UB18:~/myapp$ ant install Buildfile: >

ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
tomcat document page: https://tomcat.apache.org/tomcat-8.5-doc/appdev/processes.html BEFORE TOMCAT STARTED KONSOLE OUTPUT kub18@UB18:~/myapp$ ant install Buildfile: /home/kub18/myapp/build.xml Trying to override old definition of datatype resources prepare: compile: [javac]