Author Message
VasilyL
Joined: Jul 11, 2016
Messages: 230
Offline
Hi Guys!

After OD application deployment in tomcat I see the following content in the application context.xml

/AppServer/apache-tomcat-6.0.43/webapps/MyIVR/META-INF/context.xml

<?xml version="1.0" encoding="utf-8" standalone="no"?>

<Context docBase="./MyIVR" path="/MyIVR" reloadable="true"/>


Actually, nothing special here but I nee to set reloadable attribute to "false" value.
Of cause I can do it manually but I am looking how to set it to "false" by default in OD.
Is it possible at all?

The problem is in tomcat container which does context reloading. I need to force tomcat to stop track/listen my application. Only the system admin must perform reloading manually.

So, I want to set it up once and do not think about it each time the application is updated and a new war is copied to the webapps folder.

Of cause that can be done inside a war file but I do not like this solution.

Thanks in advance for your help!
Vasily.
VasilyL
Joined: Jul 11, 2016
Messages: 230
Offline
Hi!
Sorry for inconvenience and unnecessary topic...

Finally I found in OD project properties how to do it...
Not obvious but it is possible :)

Vasily.
Go to:   
Mobile view