directory listing

2003-09-11 Thread Mustafa Yalniz
Hi, We have a cocoon application and the URL is http://localhost:8080/cocoon/application and with this url we can see our application. But whenever we try to browse http://localhost:8080/cocoon/application/ we see the directory listing application. The last slash "/" at the end sh

Re: directory listing

2003-09-11 Thread Joerg Heinicke
n see our application. But whenever we try to browse http://localhost:8080/cocoon/application/ we see the directory listing application. The last slash "/" at the end shows us the directory listing. Is there a way to avoid this directory listing with slash at the end. Thanks, Mustafa -

Re: directory listing

2003-09-11 Thread Mustafa Yalniz
e a cocoon application and the URL is http://localhost:8080/cocoon/application and with this url we can see our application. But whenever we try to browse http://localhost:8080/cocoon/application/ we see the directory listing application. The last slash "/" at the end shows us the directory

Re: directory listing

2003-09-11 Thread Mustafa Yalniz
is a slash at the end. http://localhost:8080/cocoon/starportal/ should not display directory listing and one possible solution is to redirect it to http://localhost:8080/cocoon/starportal Any help would be greatly appreciated. Thank you and regards, Mustafa At 13:18 11.09.2003 +0200, you wrote

Re: directory listing

2003-09-11 Thread Mustafa Yalniz
is a slash at the end. http://localhost:8080/cocoon/starportal/ should not display directory listing and one possible solution is to redirect it to http://localhost:8080/cocoon/starportal Any help would be greatly appreciated. Thank you and regards, Mustafa At 12:57 11.09.2003 +0200, you wrote

RE: directory listing

2003-09-11 Thread Reinhard Poetz
Do you have the problem if you call Tomcat directly too? Reinhard > -Original Message- > From: Mustafa Yalniz [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 11, 2003 4:44 PM > To: [EMAIL PROTECTED] > Subject: Re: directory listing > > > > Hi, >

RE: directory listing

2003-09-11 Thread Mustafa Yalniz
1, 2003 4:44 PM > To: [EMAIL PROTECTED] > Subject: Re: directory listing > > > > Hi, > > I tried to use mod_rewrite and my httpd.conf configuration is > as below. > > > RewriteEngine on > RewriteLogLevel 9 > RewriteLog C:\temp\MOD_REWRITE.LOG &

simple directory listing

2005-10-26 Thread Jason Dusek
what's the right way to implement the following: if the request is a directory if the directory has no sitemap create a simple directory listing like so: otherwise call the requests sitemap.xmap end end as you can see, i need help

RE: simple directory listing

2005-10-28 Thread Ard Schrijvers
ctory has no sitemap > create a simple directory listing like so: > > > > otherwise > call the requests sitemap.xmap > end > end > > as you can see, i need help with three things - defining the source, > defining the match, a

Re: simple directory listing

2005-10-28 Thread Sylvain Wallez
Ard Schrijvers wrote: Something like Note that is totally useless, as it matches everything! A sitemap does not need to have matchers as top-level instructions. Sy

Re: simple directory listing

2005-10-28 Thread Geert Josten
Note that is totally useless, as it matches everything! Ard probably meant .. :-) G. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: simple directory listing

2005-10-28 Thread Sylvain Wallez
Geert Josten wrote: Note that is totally useless, as it matches everything! Ard probably meant .. :-) Doh, you're right! I have a special brain matcher for "match pattern='**'" that automatically triggers this answer without reading much further ;-) Sylvain -- Sylvain Wallez

RE: simple directory listing

2005-10-28 Thread Ard Schrijvers
It was not meant as a top-level matcher of course. I use this kind of matcher often at the end of of sitemap to match everything that was not matched before, which seems pretty normal to me. Ofcourse, what Geert says, if you have directories, you would use */**, unless dirs are 2 levels deep etc

RE: Generate directory listing from a zip and unzip

2009-12-17 Thread Robby Pelssers
on the filegenerator or directorygenerator with only minor adjustments. Kind regards, Robby Pelssers -Original Message- From: Florent André [mailto:florent.andre-...@4sengines.com] Sent: Thursday, December 17, 2009 3:50 PM To: Users Subject: Generate directory listing from a zip and unzip

Re: Generate directory listing from a zip and unzip

2009-12-17 Thread florent andré
! :) Thanks Kind regards, Robby Pelssers -Original Message- From: Florent André [mailto:florent.andre-...@4sengines.com] Sent: Thursday, December 17, 2009 3:50 PM To: Users Subject: Generate directory listing from a zip and unzip Hi cocoon list ! I work on cocoon 2.1 and I would like to