Hi, 
    I have an application who needs a special configuration in the
server.xml file. I have extract the configuration to an external file in the
conf/Catalina/localhost directory with the required configuration, but when
i update the application war file, the file is deleted by tomcat.
 
    How I can avoid that the file is deleted?
 
Thanks in advice.
 
 
P.D. The file content is:
 
cat
/usr/local/apache-tomcat-5.5.17/conf/Catalina/localhost/ApplicationName.xml
<Context path="/ApplicationName" docBase="ImagenesFirmas" debug="5"
reloadable="true" crossContext="true">
        <Resource name="jdbc/conexion" auth="Container"
type="javax.sql.DataSource"
                driverClassName="oracle.jdbc.driver.OracleDriver"
                url="jdbc:oracle:thin:@192.168.1.1:1521:ORACLESID"
                username="user" password="password"
        maxActive="3" maxIdle="1" maxWait="-1" />
</Context>





----------------------------------------------------------------------

La Información incluida en el presente correo electrónico es SECRETO
PROFESIONAL Y CONFIDENCIAL, siendo para el uso exclusivo del
destinatario arriba mencionado. Si usted lee este mensaje y no es el
destinatario señalado, el empleado o el agente responsable de entregar
el mensaje al destinatario, o ha recibido esta comunicación por error,
le informamos que esta totalmente prohibida cualquier divulgación,
distribución o reproducción de esta comunicación, y le rogamos que nos
lo notifique inmediatamente y nos devuelva el mensaje original a la
dirección arriba mencionada.

Gracias.

The information contained in this e-mail is LEGALLY PRIVILEDGED AND
CONFIDENTIAL and is intended only for the use of the addressee named
above. If the reader of this message is not the intended recipient or
the employee or agent responsible for delivering the message to the
intended recipient, or you have received this communication in error,
please be aware that any dissemination, distribution or duplication of
this communication is strictly prohibited, and please notify us
immediately and return the original message to us at the address above.

Thank you.



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to