Thankyou Martin, I changed the logging level in Domain.xml but I guess the code does not have any debug messages so did not give me any other information.
I deployed the following wars Slide.war Slide-admin.war Slide-doc.war Slide-webdav.war However it does not seem to recognize the mkcol method, has anyone used this? I am just trying to run a sample program that comes with slide. Attaching the program here. This is the error message no entries in http://tomcat:[EMAIL PROTECTED]:7001/slide%2Dwebdav Exception in thread "main" java.lang.RuntimeException: Could not create http://O palSystem:[EMAIL PROTECTED]:7001/slide%2Dwebdav/out at WebdavTest.testWrite(WebdavTest.java:139) at WebdavTest.main(WebdavTest.java:235) Thankyou aruna -----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Martin Holz Sent: Thursday, August 07, 2003 11:58 PM To: [EMAIL PROTECTED] Subject: Re: Webdav client and logging "Aruna Goli" <[EMAIL PROTECTED]> writes: > Hello > > I deployed slide.war and slide-admin.war in weblogic. For now I have > set that no authentication needs to be done. > > I have a webdav test client program that I am trying to test. However > I am getting an internal error. I have attached my program here > > 1. Can anyone please let me know if I am missing something. > > 2. I tried to set the log4j.properties to the DEBUG level however it > still does not display the error messages Setting log4j debug level would not affect slide logging. You can set the log level at the top of your Domain.xml. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
WebdavTest.java
Description: java/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
