> -----Original Message----- > From: Wild, Volker (LFL) [mailto:[EMAIL PROTECTED] > Sent: Monday, September 11, 2000 1:11 AM > To: '[EMAIL PROTECTED]' > Subject: AW: Problems to run > > > I've downloaded the new jar-file but have now another error. There must be a > default path set to the root of Apache (where it was started from). I can't > find an entry. The error-message in Apache-log is: > > DynamicDocument.load(): EXCEPTION: Unable to load d:/programme/apache group/apache1.3.6
Which servlet engine are you using? I found that different servlet engines have different behavior of getRealPath() and getServletPath(). What is the URL you are using? The Xang system isn't called like a standard servlet, you use http://localhost/xang/samples/hello/hello.xap/ or something. The filename of the .xap is specified in the URL rather than the name of the servlet. Mike
