Checked in the changes for bug 535874.
This commit is contained in:
parent
2c88f4a775
commit
00674cde8e
@ -202,7 +202,10 @@ public final class Rpc extends javax.servlet.http.HttpServlet implements javax.s
|
|||||||
//
|
//
|
||||||
// First check if it has been specified via a system property
|
// First check if it has been specified via a system property
|
||||||
ServletContext context = config.getServletContext();
|
ServletContext context = config.getServletContext();
|
||||||
m_appFolderPath = context.getRealPath(File.separator);
|
// m_appFolderPath = context.getRealPath(File.separator);
|
||||||
|
m_appFolderPath = context.getRealPath("/");
|
||||||
|
if(!m_appFolderPath.endsWith(File.separator)) m_appFolderPath = m_appFolderPath + File.separator;
|
||||||
|
|
||||||
m_configFolderPath = System.getProperty("com.novell.casa.authtoksvc.config");
|
m_configFolderPath = System.getProperty("com.novell.casa.authtoksvc.config");
|
||||||
if (m_configFolderPath == null)
|
if (m_configFolderPath == null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user