*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
wit
-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
> catalina.home=/home/kub18/apache-tomcat-9.0.3
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
-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.
> T
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
-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:
> /home/kub18/myap
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/m