On 17/04/2013 23:46, Jakub 1983 wrote:
> I call ant task
>     <target name="deploy-war" depends="create-war">
>         <copy file="${target.dir}/${war.file}" todir="${deploy.dir}"/>
>     </target>
> 
> application is called jdbc.war, and I create jdbc.xml in
> conf/Catalina/localhost/ after I deploy war and previous jdbc.xml
> disappears - I create it on running tomcat.

When exactly do you create jdbc.xml? Can you explain, step-by-step, what
you do starting from a clean Tomcat install when Tomcat is not running.
I am looking for the order you:
- start or stop Tomcat
- copy any WAR / xml files
- delete any WAR / xml files
- do anything to change the timestamp of any WAR / xml files

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to