Bug 3040

Summary: Webmds can break if started from the wrong directory
Product: MDS4 Reporter: Laura Pearlman <laura@isi.edu>
Component: wsrf_webmdsAssignee: Laura Pearlman <laura@isi.edu>
Status: ASSIGNED    
Severity: minor CC: laura@isi.edu, mdarcy@isi.edu, neillm@mcs.anl.gov, rynge@isi.edu
Priority: P3    
Version: development   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description From 2005-03-30 14:50:03
If there's a client-config.wsdd file (that's different from the one that webmds
uses) in the current directory that tomcat is started from, webmds may throw an
exception when trying to read its configuration files.

Workaround:  when starting tomcat, be sure you're in a directory that doesn't
include a client-config.wsdd file (in other words, don't start tomcat from
$GLOBUS_LOCATION).
------- Comment #1 From 2007-04-16 15:29:08 -------
Added code to CVS to detect this condition and display a meaningful error
message (so it still won't work if you start it from the wrong directory, but
it will at least tell you what's wrong and how to fix it instead of throwing a
confusing exception).