-----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. > 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 step by step. What do you have in your build.properties file? Please remember to remove all secrets. - -chris > On Thu, 19 Dec 2019, 17:32 Christopher Schultz, < > ch...@christopherschultz.net> wrote: > > 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: >>>> /home/kub18/myapp/build.xml Trying to override old definition >>>> of datatype resources >>>> >>>> >>>> prepare: >>>> >>>> >>>> compile: [javac] /home/kub18/myapp/build.xml:293: warning: >>>> 'includeantruntime' was not set, defaulting to >>>> build.sysclasspath=last; set to false for repeatable builds >>>> >>>> install: >>>> >>>> BUILD FAILED /home/kub18/myapp/build.xml:369: >>>> java.net.ConnectException: Connection refused (Connection >>>> refused) at java.net.PlainSocketImpl.socketConnect(Native >>>> Method) >>>> >>>> AFTER TOMCAT STARTED kub18@UB18:~/apache-tomcat-9.0.30/bin$ >>>> ./startup.sh Using CATALINA_BASE: >>>> /home/kub18/apache-tomcat-9.0.30 Using CATALINA_HOME: >>>> /home/kub18/apache-tomcat-9.0.30 Using CATALINA_TMPDIR: >>>> /home/kub18/apache-tomcat-9.0.30/temp Using JRE_HOME: >>>> /usr Using CLASSPATH: >>>> /home/kub18/apache-tomcat-9.0.30/bin/bootstrap.jar:/home/kub18/apac he- > >>>> tomcat-9.0.30/bin/tomcat-juli.jar >>>> >>>> >>>> >>>> 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] /home/kub18/myapp/build.xml:293: warning: >>>> 'includeantruntime' was not set, defaulting to >>>> build.sysclasspath=last; set to false for repeatable builds >>>> >>>> install: >>>> >>>> BUILD FAILED /home/kub18/myapp/build.xml:369: >>>> java.net.ProtocolException: Server redirected too many times >>>> (20) at >>>> sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURL Con > >>>> nection.java:1908) >>>> >>>> After inserting >>>> >>>> <presetdef name="javac"> <javac includeantruntime="false" /> >>>> </presetdef> >>>> >>>> KONSOLE OUTPUT >>>> >>>> ant install 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: >>>> >>>> BUILD FAILED /home/kub18/myapp/build.xml:372: >>>> java.net.ProtocolException: Server redirected too many times >>>> (20) at >>>> sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURL Con > >>>> nection.java:1908) > > It >>>> > looks like something isn't working with your ant build script, or > with your application. > > -chris >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >> For additional commands, e-mail: users-h...@tomcat.apache.org >> >> > -----BEGIN PGP SIGNATURE----- Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/ iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAl37xgEACgkQHPApP6U8 pFh2LQ/9GLmlbIT4GnjUBFqjbkRvA7SMZfLhagnXKpxUi3iFiK4mDGi3ALI/y/XG gNp+SzE/vEYmNSUHUzbMRD8WxHFEj24l577hJi1UjU8Ppm6rycNysuh+Y9K6SlIJ vquziSoo87c84Av6XvDMWhN6Y5k45GE81mNolzIrt3TdMRgYJtFj9seIWaIZIf3s KKPtCYPVPFMAQGLxP+DAP6ZXRn+tQCoIWtJSSTPVwIue16ZxdqLh0OjQnEPd2jBG kmIWOhAXKNSwY5uLYE75p/6BQ5e/79XUibzitE7kANQk3IJUF6Q0Ueyu4cZUwfUu N72LxKvmcQP1cXgGQDNezGDFQHd2H5MKmvBN0Ra5Qw80y91jWUohMHKekcIhDRoA MZIfgFsfxD6seglXeEsK8MV9P2wi+271fM1w1y/otE7JQqveHSUqg6C0c/NxzT6T h+SQf92PW+jMYza7q2c5L2jTGOuIcn+uYCy7m26SvVRWlDLiU2Dym+yU7StvCuUa 9lVzC2StqfnqTkcRjvbfXy8wLmlP0WCtXJGG8jtWYo9coYit20MNe11ozlz/qCMf FXOXLQ8Y9yZIwzKip77MmvCX28ktKKcm4WWcbkUL8+eFk3n7+zTHQQLOd5VxRrZN YBD4gOebO7T/DTkwbhRPBDE0PBQ2H1c6Zt6PzyuuyDA5YNpmxCk= =nAjh -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org