I tried  adding "/text" to the end of manager url but that didnt work.

There is nothing interesting in the /var/log/tomcat6/ also.

When I do *build* I do get warning as below but I am not sure how serious
this warning is.

Buildfile: /home/user/springapp2/build.xml
> build:
>     [javac] /home/user/springapp2/build.xml:48: warning:
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
> to false for repeatable builds
> BUILD SUCCESSFUL


I also added the install script to my "deploy" so that it looks like this
below:

> <target name="deploy" depends="build" description="Deploy application">
>         <copy todir="${deploy.path}/${name}" preservelastmodified="true">
>             <fileset dir="${web.dir}">
>                 <include name="**/*.*"/>
>             </fileset>
>         </copy>
>         <install url="${tomcat.manager.url}"
>                  username="${tomcat.manager.username}"
>                  password="${tomcat.manager.password}"
>                  path="/${name}"
>                  war="${name}.war"/>
>     </target>



On Thu, Aug 9, 2012 at 2:30 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> My,
>
> On 8/9/12 10:57 AM, my koseli wrote:
> > tomcat.manager.url=http://192.168.1.12:8010/manager
>
> Try adding "/text" to the end of that URL so it looks like this:
>
> tomcat.manager.url=http://192.168.1.12:8010/manager/text
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
> Comment: GPGTools - http://gpgtools.org
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAlAkHf0ACgkQ9CaO5/Lv0PA8+QCgrwFuTueW+G3hiwffqvCKbLdK
> V0MAn17tEZN3yQoPewDqsZG/3kMZ0QWA
> =Fp/e
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to