Re: catalina-ant and tomcat manager page

2006-06-05 Thread Alex Hepp
My search was successful... for all who are interested: http://mail-archives.apache.org/mod_mbox/ant-user/200509.mbox/[EMAIL PROTECTED] really seems to be the wrong url with html. will check that, when i am back at work tomorrow! regards. alex

Re: catalina-ant and tomcat manager page

2006-06-05 Thread Alex Hepp
Hi! Dominique Devienne schrieb am 05.06.2006 19:28: >> catalina.home = C:\\Program Files\\Tomcat4\\ > > Prefer forward slash. > I faced some other problems with forward slash on local windows machine, thus used windows slashes... >> catalina.manager.server = localhost >> catalina.manager.url = >>

Re: catalina-ant and tomcat manager page

2006-06-05 Thread Dominique Devienne
catalina.home = C:\\Program Files\\Tomcat4\\ Prefer forward slash. catalina.manager.server = localhost catalina.manager.url = http://${catalina.manager.server}:8080/manager/html/ Maybe it's the html/ at the end of the URL. I recall a similar pb a few months back. --DD --

catalina-ant and tomcat manager page

2006-06-05 Thread Alex Hepp
Dear Mailinglist, does anybody know, whether the catalina-ant task "undeploy" doesn`t work well any more, respectively the tomcat manager? I don't get an error message, but HTML output, which seems to be the manager page my target: Values(build.properties): ##