Re: need help debugging why a simple app install fails

2012-08-19 Thread Pid *
On 9 Aug 2012, at 13:56, my koseli wrote: >> >> Hi, > > I am using tomcat6 in ubuntu Ubuntu 10.04.4 LTS and running into problem > when installing a very simple app. > > When I do ant build, deploy it seems to work but when I do "ant install -v" > I get failed to build with output below. I cant f

Re: need help debugging why a simple app install fails

2012-08-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 My, On 8/12/12 12:52 PM, my koseli wrote: > I changed the build.xml to below but I still get the error. Any > idea? > > username="${tomcat.manager.username}" > password="${tomcat.manager.password}" path="/${name}" > war="${name}.war"/> > > Not

Re: need help debugging why a simple app install fails

2012-08-13 Thread Ognjen Blagojevic
my, On 12.8.2012 18:52, my koseli wrote: I just tested some more with 6.0.26, and indeed InstallTask seems to be problematic, so just use DeployTask as recommended by Tomcat docs: Again, what exact Tomcat version do you use? I changed the build.xml to below but I still get the error. Any ide

Re: need help debugging why a simple app install fails

2012-08-12 Thread my koseli
On Sun, Aug 12, 2012 at 10:52 AM, my koseli wrote: > > > On Fri, Aug 10, 2012 at 8:08 AM, Ognjen Blagojevic < > ognjen.d.blagoje...@gmail.com> wrote: > >> Hi my, >> >> On 10.8.2012 6:13, my koseli wrote: >> >>> I tried adding "/text" to the end of manager url but that didnt work. >>> >>> There i

Re: need help debugging why a simple app install fails

2012-08-12 Thread my koseli
On Fri, Aug 10, 2012 at 8:08 AM, Ognjen Blagojevic < ognjen.d.blagoje...@gmail.com> wrote: > Hi my, > > On 10.8.2012 6:13, my koseli wrote: > >> 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

Re: need help debugging why a simple app install fails

2012-08-10 Thread Ognjen Blagojevic
Hi my, On 10.8.2012 6:13, my koseli wrote: 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. I just tested some more wit

Re: need help debugging why a simple app install fails

2012-08-10 Thread Ognjen Blagojevic
Hi my, On 10.8.2012 6:13, my koseli wrote: 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. On this list, bottom-postin

Re: need help debugging why a simple app install fails

2012-08-09 Thread my koseli
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/us

Re: need help debugging why a simple app install fails

2012-08-09 Thread Christopher Schultz
-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 SIGNATU

Re: need help debugging why a simple app install fails

2012-08-09 Thread Ognjen Blagojevic
Hi my, On 9.8.2012 16:57, my koseli wrote: Here's the relevant lines from build.xml 101 Tomcat docs says that install task is deprecated. Although it is maybe equivalent to "deploy", I recommend to switch to deploy task. 102 Other than that, nothing suspicious her

Re: need help debugging why a simple app install fails

2012-08-09 Thread my koseli
Here's the relevant lines from build.xml 101 > 102 103 username="${tomcat.manager.username}" > 104 password="${tomcat.manager.password}" > 105 path="/${name}" > 106 war="${name}.war"/> > 107 I have attached th

Re: need help debugging why a simple app install fails

2012-08-09 Thread Ognjen Blagojevic
Hi my, On 9.8.2012 14:55, my koseli wrote: When I do ant build, deploy it seems to work but when I do "ant install -v" I get failed to build with output below. I cant find the reason this is failing. Is it possible to get some help on debugging this? You get the message from Manager webapp ("F