RE: Orion is case-sensitive?

2001-05-23 Thread Arun Jayaprakash

Hello everybody,

It is not that I am bothered about case-sensitivity. It
would be less of a hassle if I had to strictly follow the
case while entering the URL (atleast for the first time). 
I thought maybe there would be a way to turn off the
case-checking. Thanks anyway.

Regards,
Arun Jayaprakash.


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




RE: Orion is case-sensitive?

2001-05-23 Thread Aaron Tavistock

Of course its case sensitive...

-- Java is case sensitive.
-- Most file systems (except some Microsoft filesystems) are case sensitive.
-- URLs are typically case sensitive.
-- I haven't checked but I wouldn't be surprised if the J2EE spec on
Webcontainers requires case-sensitivity.

To me its a good thing to be case sensitive, so I've never looked into
disabling it.


-Original Message-
From: Arun Jayaprakash [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 23, 2001 2:36 AM
To: Orion-Interest
Subject: Orion is case-sensitive?


Hello everybody,

Is Orion case-sensitive where web-application names are
concerned? I made two entries - BenchMark and lanmark. I
found that if I changed the case for the above, I would get
a "Page cannot be displayed" error. Is there any way to
turn off this case-sensitiveness?

Regards,
Arun Jayaprakash.


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




Re: Orion is case-sensitive?

2001-05-23 Thread Dan North

This is nothing to do with whether orion (or any other app server) is case 
sensitive.  At some point, the app server asks the operating system for a 
file.  For non-case-sensitive file systems (such as NTFS, FAT32, etc) the 
file matches the name irrespective of case.  For case-sensitive file 
systems (all the unixes, linux, etc) it will only match an exact file 
name.  The only way to "turn off" this behaviour is to put all your files 
on a case-insensitive filesystem.  (Note, linux supports FAT32 and NTFS if 
you want to use those).  Better yet, fix the broken links to point to files 
that actually exist!


At 09:35 23/05/2001 -0300, you wrote:
>Are you running Orion on a Unix system ?
>
>
>- Original Message -
>From: Arun Jayaprakash <[EMAIL PROTECTED]>
>To: Orion-Interest <[EMAIL PROTECTED]>
>Sent: Wednesday, May 23, 2001 6:35 AM
>Subject: Orion is case-sensitive?
>
>
> > Hello everybody,
> >
> > Is Orion case-sensitive where web-application names are
> > concerned? I made two entries - BenchMark and lanmark. I
> > found that if I changed the case for the above, I would get
> > a "Page cannot be displayed" error. Is there any way to
> > turn off this case-sensitiveness?
> >
> > Regards,
> > Arun Jayaprakash.
> >
> >
> > __
> > Do You Yahoo!?
> > Yahoo! Auctions - buy the things you want at great prices
> > http://auctions.yahoo.com/
> >
> >

--
Dan North
Development Team  -  Cadrion Consulting Ltd  -  +44 (0)20 7440 9550

CONFIDENTIALITY
This e-mail and any attachments are confidential
and may also be privileged. If you are not the named recipient,
please notify the sender immediately and do not disclose the
contents to another person, use it for any purpose, or store
or copy the information in any medium





Re: Orion is case-sensitive?

2001-05-23 Thread Joseph B. Ottinger

Arun: why would you want to? Certainly you are able to be specific in
naming? (This is a feature, to me, not a problem...)

On Wed, 23 May 2001, Arun Jayaprakash wrote:

> Hello everybody,
> 
> Is Orion case-sensitive where web-application names are
> concerned? I made two entries - BenchMark and lanmark. I
> found that if I changed the case for the above, I would get
> a "Page cannot be displayed" error. Is there any way to
> turn off this case-sensitiveness?
> 
> Regards,
> Arun Jayaprakash.
> 
> 
> __
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
> 

---
Joseph B. Ottinger   [EMAIL PROTECTED]
http://adjacency.org/ IT Consultant





Re: Orion is case-sensitive?

2001-05-23 Thread tlk

Are you running Orion on a Unix system ?


- Original Message - 
From: Arun Jayaprakash <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Wednesday, May 23, 2001 6:35 AM
Subject: Orion is case-sensitive?


> Hello everybody,
> 
> Is Orion case-sensitive where web-application names are
> concerned? I made two entries - BenchMark and lanmark. I
> found that if I changed the case for the above, I would get
> a "Page cannot be displayed" error. Is there any way to
> turn off this case-sensitiveness?
> 
> Regards,
> Arun Jayaprakash.
> 
> 
> __
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
> 
> 





Orion is case-sensitive?

2001-05-23 Thread Arun Jayaprakash

Hello everybody,

Is Orion case-sensitive where web-application names are
concerned? I made two entries - BenchMark and lanmark. I
found that if I changed the case for the above, I would get
a "Page cannot be displayed" error. Is there any way to
turn off this case-sensitiveness?

Regards,
Arun Jayaprakash.


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/