Konstantin,
On 7/2/21 05:28, Konstantin Kolinko wrote:
пт, 2 июл. 2021 г. в 04:04, John Dale (DB2DOM) :
Doesn't seem to work for me on 9.0.41 (it's an older development box).
I found these interesting:
ow with patch v3:
1. "s=NA" name=asc
2. "s=ND" name=dsc
3. "s=SA" size=asc
4. "s=SD" size=d
пт, 2 июл. 2021 г. в 04:04, John Dale (DB2DOM) :
>
> Doesn't seem to work for me on 9.0.41 (it's an older development box).
>
> I found these interesting:
> ow with patch v3:
> 1. "s=NA" name=asc
> 2. "s=ND" name=dsc
> 3. "s=SA" size=asc
> 4. "s=SD" size=dsc
> 5. "s=MA" modify=asc
> 6. "s=MD" modif
Doesn't seem to work for me on 9.0.41 (it's an older development box).
I found these interesting:
ow with patch v3:
1. "s=NA" name=asc
2. "s=ND" name=dsc
3. "s=SA" size=asc
4. "s=SD" size=dsc
5. "s=MA" modify=asc
6. "s=MD" modify=dsc
>From here:
https://bz.apache.org/bugzilla/show_bug.cgi?id=5728
On Thu, Jul 30, 2020 at 12:30 PM Igal Sapir wrote:
> On Thu, Jul 30, 2020 at 12:25 PM Igal Sapir wrote:
>
>> Mark,
>>
>> On Thu, Jul 30, 2020 at 12:21 PM Igal Sapir wrote:
>>
>>> Mark,
>>>
>>> On Thu, Jul 30, 2020 at 12:14 PM Mark Thomas wrote:
>>>
On July 30, 2020 5:49:41 PM UTC, Igal Sa
Mark,
On Thu, Jul 30, 2020 at 12:21 PM Igal Sapir wrote:
> Mark,
>
> On Thu, Jul 30, 2020 at 12:14 PM Mark Thomas wrote:
>
>> On July 30, 2020 5:49:41 PM UTC, Igal Sapir wrote:
>> >Hello,
>> >
>> >I have the following in web.xml:
>> >
>> > - A servlet named Lucee, mapped to by URI pattern "*.
On Thu, Jul 30, 2020 at 12:25 PM Igal Sapir wrote:
> Mark,
>
> On Thu, Jul 30, 2020 at 12:21 PM Igal Sapir wrote:
>
>> Mark,
>>
>> On Thu, Jul 30, 2020 at 12:14 PM Mark Thomas wrote:
>>
>>> On July 30, 2020 5:49:41 PM UTC, Igal Sapir wrote:
>>> >Hello,
>>> >
>>> >I have the following in web.xm
Mark,
On Thu, Jul 30, 2020 at 12:14 PM Mark Thomas wrote:
> On July 30, 2020 5:49:41 PM UTC, Igal Sapir wrote:
> >Hello,
> >
> >I have the following in web.xml:
> >
> > - A servlet named Lucee, mapped to by URI pattern "*.cfm"
> > - A default servlet from Tomcat, with init-param listings=true
├── dir
│ └── hello.txt
├── index.cfm
The dir subdirectory does not have a welcome page, so I'm using Google
Chrome to go to http://localhost:48080/dir/ and expecting to see a
directory listing with hello.txt. Instead I get a 404 from Lucee, and in
the error message the statement:
Pag
On July 30, 2020 5:49:41 PM UTC, Igal Sapir wrote:
>Hello,
>
>I have the following in web.xml:
>
> - A servlet named Lucee, mapped to by URI pattern "*.cfm"
> - A default servlet from Tomcat, with init-param listings=true
> - A welcome-file of "index.cfm"
>
>My expectation is that for a request
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Igal,
On 7/30/20 13:49, Igal Sapir wrote:
> Hello,
>
> I have the following in web.xml:
>
> - A servlet named Lucee, mapped to by URI pattern "*.cfm" - A
> default servlet from Tomcat, with init-param listings=true - A
> welcome-file of "index.cfm"
Hello,
I have the following in web.xml:
- A servlet named Lucee, mapped to by URI pattern "*.cfm"
- A default servlet from Tomcat, with init-param listings=true
- A welcome-file of "index.cfm"
My expectation is that for a request to a given directory, if a file named
index.cfm exists then
> From: David kerber [mailto:dcker...@verizon.net]
> Subject: Directory listing
> Can that be done simply with TC (any version), or do I
> need to fake it with a java.io.File object and create
> the listing display in code?
Look at the element for the DefaultServlet config
Greetings,
On Tue, Jul 12, 2011 at 8:27 AM, David kerber wrote:
> You know how IIS and httpd can be configured to let you simply get a
> directory listing in your browser? Can that be done simply with TC (any
> version), or do I need to fake it with a java.io.File object and c
You know how IIS and httpd can be configured to let you simply get a
directory listing in your browser? Can that be done simply with TC (any
version), or do I need to fake it with a java.io.File object and create
the listing display in code?
D
Great observations Chuck, I will take a look these items.
On Mon, Oct 25, 2010 at 11:22 AM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Keith Masten [mailto:spmdt...@gmail.com]
> > Subject: Re: Securing A Directory Listing
>
> > when I attemp
> From: Keith Masten [mailto:spmdt...@gmail.com]
> Subject: Re: Securing A Directory Listing
> when I attempt to access the application with the
> fictitious 'bob' user account, the standard login
> dialog is presented to me over and over.
Is your webapp discarding t
sndev-offshore
>
>
>
> When prompted for username/password, I use what has been defined in the
> tomcat-users.xml file and that does not work. It would appear that it is
> not even referencing the
> list.
>
>
>
>
>
>
> On Thu, Oct 21, 2010 at 3:23 PM
On Thu, Oct 21, 2010 at 3:23 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Keith Masten [mailto:spmdt...@gmail.com]
> > Subject: Re: Securing A Directory Listing
>
> > The realm definition for this tomcat instance is in
> > the serv
> From: Keith Masten [mailto:spmdt...@gmail.com]
> Subject: Re: Securing A Directory Listing
> The realm definition for this tomcat instance is in
> the server.xml.
That partially answers the question. As the doc says: "You may nest a Realm
inside any Catalina container
prompted, I should enter
id - bob, pw - bob according to my tomcat-users.xml, correct???
On Thu, Oct 21, 2010 at 2:18 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Keith Masten [mailto:spmdt...@gmail.com]
> > Subject: Re: Securing A Directory Listing
>
> From: Keith Masten [mailto:spmdt...@gmail.com]
> Subject: Re: Securing A Directory Listing
> login dialog is presented, but no matter what Id/pw I
> provide I cannot login.
For initial testing purposes, try BASIC for the and put
unencrypted passwords in the list. Once th
>>
>>
>> On Thu, Oct 21, 2010 at 9:16 AM, Caldarale, Charles R <
>> chuck.caldar...@unisys.com> wrote:
>>
>>> > From: Keith Masten [mailto:spmdt...@gmail.com]
>>> > Subject: Re: Securing A Directory Listing
>>>
>>> > This d
21, 2010 at 9:16 AM, Caldarale, Charles R <
> chuck.caldar...@unisys.com> wrote:
>
>> > From: Keith Masten [mailto:spmdt...@gmail.com]
>> > Subject: Re: Securing A Directory Listing
>>
>> > This does not work.
>>
>> Be more specific.
>&g
Thank you for pointing that out Chuck, I will make that adjustment.
On Thu, Oct 21, 2010 at 9:16 AM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Keith Masten [mailto:spmdt...@gmail.com]
> > Subject: Re: Securing A Directory Listing
>
> > This
source-collection,
>>> the default behavior is that all methods are protected.
>>> If you specify one or more http-methods, the behavior is that those
>>> specified are protected, and any that are not specified are not
>>> protected.
>>>
>>> Rebecca
> From: Keith Masten [mailto:spmdt...@gmail.com]
> Subject: Re: Securing A Directory Listing
> This does not work.
Be more specific.
> /applogs/*
I suspect you erroneously included the path to the webapp in the above. I you
specify just "/*", the entire webapp w
sage-
From: Edson Carlos Ericksson Richter [mailto:edsonrich...@hotmail.com]
Sent: Wednesday, October 20, 2010 2:15 PM
To: users@tomcat.apache.org
Subject: Re: Securing A Directory Listing
Sure, there are more HTTP methods that someone would want to protect
from.
Thanks for pointing out.
Reg
ah
>
>
>
> -Original Message-
> From: Edson Carlos Ericksson Richter [mailto:edsonrich...@hotmail.com]
> Sent: Wednesday, October 20, 2010 2:15 PM
> To: users@tomcat.apache.org
> Subject: Re: Securing A Directory Listing
>
> Sure, there are more HTTP methods th
d are not
protected.
Rebeccah
-Original Message-
From: Edson Carlos Ericksson Richter [mailto:edsonrich...@hotmail.com]
Sent: Wednesday, October 20, 2010 2:15 PM
To: users@tomcat.apache.org
Subject: Re: Securing A Directory Listing
Sure, there are more HTTP methods that someone would wa
Sure, there are more HTTP methods that someone would want to protect from.
Thanks for pointing out.
Regards,
Edson.
Em 20/10/2010 18:51, Mark Thomas escreveu:
On 20/10/2010 15:09, Edson Carlos Ericksson Richter wrote:
Secure Area
/mysecurearea
GET
Bad advice. Don't put the http-method in
On 20/10/2010 15:09, Edson Carlos Ericksson Richter wrote:
>
> Secure Area
>
> /mysecurearea
> GET
>
Bad advice. Don't put the http-method in there.
Mark
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For add
umers will be required to
login for viewing of this data.
On Wed, Oct 20, 2010 at 2:29 PM, Mark Thomas wrote:
On 20/10/2010 11:50, Keith Masten wrote:
I would like to know how to secure a directory listing for read-only
access.
OK, I'll bite. How is a directory listing anything other
> From: Keith Masten [mailto:spmdt...@gmail.com]
> Subject: Re: Securing A Directory Listing
> I want to password protect the directory, so that consumers
> will be required to blogin for viewing of this data.
Ok, that makes more sense. Can you post your webapp's WEB-INF/w
ould like to know how to secure a directory listing for read-only
> access.
>
> OK, I'll bite. How is a directory listing anything other than read-only?
>
> Mark
>
> > I have tried many variations in the web.xml using file based realms and
> none
> > of these
> From: Mark Thomas [mailto:ma...@apache.org]
> Subject: Re: Securing A Directory Listing
> On 20/10/2010 11:50, Keith Masten wrote:
> > I would like to know how to secure a directory listing
> > for read-only access.
> OK, I'll bite. How is a directory listing any
On 20/10/2010 11:50, Keith Masten wrote:
> I would like to know how to secure a directory listing for read-only access.
OK, I'll bite. How is a directory listing anything other than read-only?
Mark
> I have tried many variations in the web.xml using file based realms and none
>
I would like to know how to secure a directory listing for read-only access.
I have tried many variations in the web.xml using file based realms and none
of these have worked. I attempted the BASIC and DIGEST method
configurations. Any assistance provided would be greatly appreciated.
Tomcat
> From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov]
> Subject: directory listing using context.xml
> If you want to create a web app that shows nothing more
> than a directory listing, you use the docBase attribute
> of context.xml in META-INF for your web app?
I see this question a lot.
If you want to create a web app that shows nothing more than a directory
listing, you use the docBase attribute of context.xml in META-INF for your web
app? You would also need a default servlet and mapping in web.xml that enables
directory listing. Is that all
> From: Brad Lajoie [mailto:blajoi...@gmail.com]
> Subject: Re: how to do directory listing in tomcat 5.5
>
> If you opened any of the links you would see exactly what
> I mean by how I'm supposed to edit the web.xml
What someone is supposed to do and what they actuall
/2010 06:54, Brad Lajoie wrote:
>
>> I've been trying for so long to get directory listing in Tomcat 5.5 to
>> work
>> for my website and I still can't get it to work. Magically, at one point
>> it
>> worked somewhat for directories with jpgs, css, js, etc
On Tue, Mar 16, 2010 at 11:54 PM, Brad Lajoie wrote:
> ... but whenever I do:
>
> http://localhost:8080/MyWebsite/images
>
> This doesn't work, and yes there is an images directory in my web root which
> in eclipse is MyWebsite/WebContent. So the images directory is in
> MyWebsite/WebContent/imag
On 17-3-2010 8:45, Pid wrote:
On 17/03/2010 06:54, Brad Lajoie wrote:
I've been trying for so long to get directory listing in Tomcat 5.5
to work
for my website and I still can't get it to work. Magically, at one
point it
worked somewhat for directories with jpgs, css, js, etc file
On 17/03/2010 06:54, Brad Lajoie wrote:
I've been trying for so long to get directory listing in Tomcat 5.5 to work
for my website and I still can't get it to work. Magically, at one point it
worked somewhat for directories with jpgs, css, js, etc files, but not
directories with video
I've been trying for so long to get directory listing in Tomcat 5.5 to work
for my website and I still can't get it to work. Magically, at one point it
worked somewhat for directories with jpgs, css, js, etc files, but not
directories with video files such as mkv, avi, etc.
I've fo
Hi,
instead of apache2 make a directory listing the tomcat want to do that
and returns
The requested resource (/info/) is not available.
URL: http://ong.de.lucent.com/info
With the URL "http://ong.de.lucent.com/tools"; the dir listing works but also
made by Tomcat.
I have t
Title: Blank
Can directory listing be disabled per webapp using the webapp's
WEB-INF/web.xml?
Looking at tomcat documentation, they refer to servlet specification.
Anybody have examples how this can be done?
thnx
-sunitha
2006 10:56 PM
Subject: Re: Configuring Tomcat HTTP server to generate proper links for
non-English file names in a Directory Listing
> Martin Gainty wrote:
>> setting URIEncoding="UTF-8" in server.xml works in Gets but for posts
>> Tomcat doesn't use the URIEncoding flag fo
Martin Gainty wrote:
> setting URIEncoding="UTF-8" in server.xml works in Gets but for posts
> Tomcat doesn't use the URIEncoding flag for POSTed form data even when
> set So, what does Tomcat use for Post? ISO-8859-1. (i18)
ISO-8859-1 may be used for POST but it depends on the circumstances.
I c
-- From: "Mark Thomas" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Tuesday, May 30, 2006 8:41 PM
Subject: Re: Configuring Tomcat HTTP server to generate proper links
for non-English file names in a Directory Listing
Martin Gainty wrote:
You will need downloa
;
To: "Tomcat Users List"
Sent: Tuesday, May 30, 2006 8:41 PM
Subject: Re: Configuring Tomcat HTTP server to generate proper links for
non-English file names in a Directory Listing
Martin Gainty wrote:
You will need download and configure the i18 International jars (which
are optiona
Martin Gainty wrote:
> You will need download and configure the i18 International jars (which
> are optional) to enable multi-language functionality
This is not correct. These jars are resource bundles only - they have
no impact on this issue.
Setting URIEncoding="UTF-8" in the connector is proba
.
- Original Message -
From: "Ramez Ghazzaoui" <[EMAIL PROTECTED]>
To:
Sent: Sunday, May 28, 2006 8:51 PM
Subject: Configuring Tomcat HTTP server to generate proper links for
non-English file names in a Directory Listing
Hi,
I am having problems with Tomcat's Directo
Hi,
I am having problems with Tomcat's Directory Listing when files under
that Directory contain non-English characters. I get 404 errors.
I've read the Tomcat documentation, FAQ, etc, and searched the web for a
solution. There is no mention of this problem anywhere.
Here
r remotely. For simplicity, let us say I've inserted the
following Context in my server.xml:
trusted="false" crossContext="true" debug="1"
reloadable="true">
When I use IE to browse to that URL, the Directory Listing (
e" crossContext="true" debug="1"
reloadable="true">
When I use IE to browse to that URL, the Directory Listing (produced by
Tomcat) displays properly. I can click on any file listed, and if the
file's name is all in English characters then it
Hi you can set "listing" to false in tomcat's web.xml file
-Original Message-
From: Prafulla Nawale [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 23, 2006 3:16 PM
To: users@tomcat.apache.org
Subject: Directory Listing issue
Hi,
I am using tomcat 4.1. In my web application,
Hi,
I am using tomcat 4.1. In my web application, there are some downloadable
files. All these downloadable files are stored in one directory. And this
directory is inside the docBase of the application but outside WEB-INF folder.
So when i enter the url of my application and append directory na
users@tomcat.apache.org> Subject: RE: Re:
> Directory listing... what happened ?> Date: Tue, 18 Apr 2006 08:18:49 -0500>
> > ask in an ubuntu-related forum for help on permanently disabling your
> apache> server, or, connect your apache server to tomcat with mod_jk. > >
>
Message-
> From: Jonathan Pare [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 17, 2006 5:20 PM
> To: Tomcat Users List
> Subject: RE: Re: Directory listing... what happened ?
>
>
> That's it ! Thaks a lot ! I changed the tomcat port back to
> 8080 and everyt
Subject: RE: Re: Directory listing... what happened ?
Date: Mon, 17 Apr 2006 16:43:33 -0500
buried in your stacktrace:
SEVERE: Error initializing endpoint
java.net.BindException: Address already in use:80
Combine this with your previous statement "... until I rebooted my
computer"
Most
rt 80. Any suggestion ?
> From: [EMAIL PROTECTED]
> To: users@tomcat.apache.org
> Subject: RE: Re: Directory listing... what happened ?
> Date: Mon, 17 Apr 2006 16:43:33 -0500
>
> buried in your stacktrace:
>
> S
t; To: Tomcat Users List
> Subject: RE: Re: Directory listing... what happened ?
>
>
> There are my 2 logs:
>
> SEVERE: Error initializing endpoint
> java.net.BindException: Address already in use:80
> at
06 5:02:50 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 7924 ms
--
> Date: Mon, 17 Apr 2006 15:07:27 -0400
> From: [EMAIL PROTECTED]
> To: users@tomcat.apache.org
> Subject: Re: Directory
TECTED]> To: users@tomcat.apache.org> Subject: Re: Directory listing... what happened ?> > who listens to port 80? Apache? if so, consult your apache docs.> > if Tomcat listens to port 80, then the webapps/ROOT/ is your root > application "/"> > Filip> > [EMAIL
Thanks for the reply,
I changed the port to 80:
File:
usr/local/tomcat/conf/server.xml
Changed this:
Date: Mon, 17 Apr 2006 13:56:41 -0500> From: [EMAIL PROTECTED]> To:
> users@tomcat.apache.org> Subject: Re: Directory listing... what happened ?> >
> tomcat by default
in the webapps/ROOT/index.jsp is not showing when I go to http://localhost/
?
And why do I have a file not found when I go to http://localhost/index.jsp
? (and the file exists !)
Date: Mon, 17 Apr 2006 13:43:03 -0500> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subjec
jsp
? (and the file exists !)
> Date: Mon, 17 Apr 2006 13:43:03 -0500> From: [EMAIL PROTECTED]> To:
> users@tomcat.apache.org> Subject: Re: Directory listing... what happened ?> >
> who listens to port 80? Apache? if so, consult your apache docs.> > if Tomcat
> li
l I rebooted my computer.
Now when I go to http://localhost/ I get a directory listing of "Index of/"
with those 2 entries:
[DIR] Parent Directory 15-Apr-2006 15:22 -
[DIR] apache2-default/ 15-Apr-2006 15:22 -
instead of my webpage that I previously had. If I click on a
Hi,
I'm running Ubuntu 5.10.
I installed Tomcat 5.5.16.
My webserver was going fine until I rebooted my computer.
Now when I go to http://localhost/ I get a directory listing of "Index of/"
with those 2 entries:
[DIR] Parent Directory 15-Apr-2006 15:22 -
[DIR]
other pages by using that
index.html.
Edward
2006-1-7
> -Original Message-
> From: Kumar, Sunitha [mailto:[EMAIL PROTECTED]
> Sent: Saturday, January 07, 2006 5:05 AM
> To: Tomcat Users List
> Subject: RE: How can directory listing be turned off for a certain webapp?
>
>
> From: Kumar, Sunitha [mailto:[EMAIL PROTECTED]
> Subject: RE: How can directory listing be turned off for a
> certain webapp?
>
> So, the question was:
> If I have a directory, under a webapp, how can I restrict
> file listings in that directory,
You probably sho
:[EMAIL PROTECTED]
Sent: Friday, January 06, 2006 1:00 PM
To: Tomcat Users List
Subject: RE: How can directory listing be turned off for a certain
webapp?
> From: Kumar, Sunitha [mailto:[EMAIL PROTECTED]
> Subject: How can directory listing be turned off for a certain webapp?
>
> I t
> From: Kumar, Sunitha [mailto:[EMAIL PROTECTED]
> Subject: How can directory listing be turned off for a certain webapp?
>
> I tried setting listings as false. That would then, give a 404 ,
> whenever, that webapp is accessed; which is not what is desired. Any
> other options?
I tried setting listings as false. That would then, give a 404 ,
whenever, that webapp is accessed; which is not what is desired. Any
other options?
thanks,
-sunitha
Directory listings are disabled by default. This is because there is a speed
issue with tomcat trying to list very large directories. This could cause a
DOS attack for those in a default configuration and having a directory with a
LOT of files in it. See the FAQ for how to enable/disable directo
Dear All,
I am able to see the directory listings in Tomcat 4.1.30, but not in
Tomcat 5.5.14, if there are no welcome files .
Why is it so?
Thanks in advance.
Regards,
Ashish A.
The information contained in this electronic message and any attachments to
this message are intended for the e
77 matches
Mail list logo