Re: Mixing Apache's mod_rewrite with mod_proxy

2007-04-18 Thread press
Hi Matt, See configuration below. I hope this helps you - Clay Test Cases for Requirement #1 http://www.domain.com/?v=1 -> http://www.domain.com/1 http://www.domain.com/?v=2 -> http://www.domain.com/2 Test Cases for Requi

RE: Redeploying a war file from a build script

2006-06-01 Thread William Press
t.username Undefined: tomcat.password Undefined: tomcatURL Deploying ${basedir}/${project.war} to ${tomcatURL} The key is failonerror="false" for the undeploy task. Tim -Original Message- From: William Press [mailto:[EM

Redeploying a war file from a build script

2006-05-31 Thread William Press
I am writing a build script that would redeploy a war file at the end of the build. If I use DeployTask and the application was already deployed from a previous build, I get an error. If I use UndeployTask first and the application is not already deployed (which would happen the first time