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
-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
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
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
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
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
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
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
-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
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
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
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
12 matches
Mail list logo