Modified the TomcatConnectorEditor to utilize the direct path to the
appropriate server.xml file rather than a link to avoid issues where the editor is invoked before the link has been created.
This commit is contained in:
parent
ddab06ecb6
commit
631e02cd5a
@ -195,7 +195,7 @@ public final class TomcatConnectorEditor
|
||||
FileOutputStream outStream = null;
|
||||
try
|
||||
{
|
||||
File serverXmlFile = new File("/srv/www/casaats/conf/server.xml");
|
||||
File serverXmlFile = new File("/srv/www/casaats/conf/server-sun.xml"); // tbd - This can be enhanced so that we load this path from the properties file
|
||||
inStream = new FileInputStream(serverXmlFile);
|
||||
|
||||
// Pull the server.xml file into a DOM
|
||||
|
Loading…
Reference in New Issue
Block a user