Thanks Andreas.
-James
Andreas Probst wrote:
On 21 Aug 2004 at 3:26, Jack Kada wrote:
Andreas,
Thanks so much for getting back to me. I see what you mean about the front page and things are looking better.
If you dont mind - I kind of gave up using Slide in
favour of Apache webDav module with Apache2. Do you
have any thoughts on this. This was really because of
the lack of documentation.
I don't mind. I don't know about the Apache stuff.
If i am able to get help from this mailing list regarding setting up slide i would be more then happy to contribute to Slide by writing a quick start tutorial so that future developers dont have to have a hard time using this.
Do you mind telling me where the paths for the files are kept. In the domain.xml you set up scope to be "/files" (say) where is that /files actually kept?
See the <store> definition. There is a <parameter name="rootpath"> and a <parameter name="workpath">.
They are set to store/metadata and work/metadata per default. Set it to any (full) path you like to control the actual location. In the default setting they go into the current work directory.
Furthermore, how to create several folders for each project. i know how to use Jass module and i dont need any help with the Java programming side. Just setting things up is causing me problems
You can create folders inside the Domain.xml. Use this for your standard folders which should always be there. See the <data><objectnode> definition.
Of course you can create directories during run-time using the WebDAV MKCOL. Slide contains a WebDAV client library. But you can also use MS Webfolders or whatever WebDAV client you like.
Regards, Andreas
Many Thanks indeed
--- Andreas Probst <[EMAIL PROTECTED]> wrote:
Hi Jack,
see
/home/cvspublic/jakarta-
slide/src/webdav/server/org/apache/slide/webdav/WebdavServlet.jav
a,v 1.63
2004/08/05 14:43:34 dflorey Exp $ public void
init():
if (directoryBrowsing) {
directoryIndexGenerator =
new DirectoryIndexGenerator
(token, (WebdavServletConfig)getServletConfig());
}
$Header: /home/cvspublic/jakarta-
slide/src/webdav/server/org/apache/slide/webdav/util/DirectoryInd
exGenerator
.java,v 1.8 2004/08/05 14:43:31 dflorey Exp $ public
void generate(HttpServletRequest req,
HttpServletResponse res)
It might be you can configure your own
DirectoryIndexGenerator to use in web.xml.
Regards,
Andreas
On 21 Aug 2004 at 1:26, Jack Kada wrote:
Developers,
I spent all of Friday reading amiling lists but couldnt find the answer to the following:
How can i customise the front page so i can
include
image and background? I read about and know how
to
use JSP's but where is the JavaBean to get the
listing
of folders available at any one time.
Many Thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
