2010/1/7 <[email protected]>: > We have a Tomcat 5.5.17 with a approot.xml file in > conf\Catalina\localhost just pointing to a shared disk location [...] > How can we prevent this from happening, because whenever the disk is > back online, someone has to manually copy back the context root into the > location.
Use reliable, and hence local, storage. If you *have* to have the master copy on a network drive, you could keep your applications on G:\ibi but set up Windows file replication so that there's a replica on the Tomcat server. - Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
