I installed the web application in the servlet container and I was able to open a web
folder connection by http://localhost:port/slide . However, I got some error message
on the console:
11 Apr 2001 15:09:34 - INFO - PROPFIND (time: 200 ms) URI = /
java.util.MissingResourceException: Can't find resource for bundle java.util.Pro
pertyResourceBundle, key sc.207
at java.util.ResourceBundle.getObject(ResourceBundle.java, Compiled Code
)
at java.util.ResourceBundle.getString(ResourceBundle.java:298)
at org.apache.tomcat.util.StringManager.getString(StringManager.java:136
)
at org.apache.tomcat.core.ResponseImpl.getMessage(ResponseImpl.java:575)
at org.apache.tomcat.service.http.HttpResponseAdapter.endHeaders(HttpRes
ponseAdapter.java, Compiled Code)
at org.apache.tomcat.core.BufferedServletOutputStream.sendHeaders(Buffer
edServletOutputStream.java:126)
at org.apache.tomcat.core.BufferedServletOutputStream.reallyFlush(Buffer
edServletOutputStream.java:236)
at org.apache.tomcat.core.BufferedServletOutputStream.close(BufferedServ
letOutputStream.java:255)
at java.io.OutputStreamWriter.close(OutputStreamWriter.java:252)
at java.io.PrintWriter.close(PrintWriter.java:138)
at org.apache.tomcat.core.ResponseImpl.finish(ResponseImpl.java:198)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:746
)
at org.apache.tomcat.service.http.HttpConnectionHandler.processConnectio
n(HttpConnectionHandler.java:210)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java,
Compiled Code)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java
, Compiled Code)
at java.lang.Thread.run(Thread.java:479)
I have no idea of what is going on here. I taked a look at the Domain.xml and I
figured out that there should be something to do with this file. However, I don't
have a clue of the file construction. Do you have any example that I can take a look
at? For example, whenever I open a webfolder connection to the server, it will ask me
for username and password. After the authentication, the user will be directed to
their folder under c:\test\userId. Thanks.
-----Original Message-----
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: April 11, 2001 12:55 AM
To: [EMAIL PROTECTED]
Subject: Re: webdav and slide
> Hi everyone,
>
> I just compiled slide on win2k. However, I have no idea of how to start
it and open a web folder connection from IE5 to this server. Any help would
be appreciated. Thank you.
Install the web application in your servlet container, and try accessing it
using IE. The context name should be /slide. There should be logs to
indicate startup exceptions if dependencies are missing (in Tomcat, it the
localhost_log file).
Remy