Apache Tomcat/5.5.20

2010-07-20 Thread Elad Dotan
Hi, 1. OS version Solaris 10 (intel) 2. Apache Tomcat/5.5.20 *I'm using my tomcat for OTA... * *for example: http://wap.aaa.com/elad* ** *I would my users to be able to also enter elad in uppercase ELAD ( http://wap.aaa.com/ELAD) and to be able to reach the page.* *is it possible to configure

Re: Apache Tomcat/5.5.20

2010-07-20 Thread André Warnier
Elad Dotan wrote: Hi, 1. OS version Solaris 10 (intel) 2. Apache Tomcat/5.5.20 *I'm using my tomcat for OTA... * *for example: http://wap.aaa.com/elad* ** *I would my users to be able to also enter elad in uppercase ELAD ( http://wap.aaa.com/ELAD) and to be able to reach the page

RE: Apache Tomcat/5.5.20

2010-07-20 Thread Caldarale, Charles R
From: Elad Dotan [mailto:elad.do...@gmail.com] Subject: Apache Tomcat/5.5.20 *is it possible to configure the tomcat to ignore case senstivity?* Not safely (at least not safely on all platforms). However, if you configure an appropriate filter in the ROOT webapp, you can have it forward

Re: Apache Tomcat/5.5.20

2010-07-20 Thread Konstantin Kolinko
2010/7/20 André Warnier a...@ice-sa.com: Elad Dotan wrote: \ 1. OS version Solaris 10 (intel) 2. Apache Tomcat/5.5.20 I believe yes, on an application-by-application base, see http://tomcat.apache.org/tomcat-5.5-doc/config/context.html#Common_Attributes caseSensitive. But read the remark

migration from apache tomcat 5.5.20 to 6.0.26 procedure required.

2010-06-03 Thread prakash mahavrataya
Hi All, I have to migrate the existing tomcat from 5.5.20 to 6.0.26. As i found that the folders common and shared do not exist in 6.0.26. So I am not sure how to migrate from the current to the latest. Please send me the procedure for successful migration without any loss of files and folders.

Re: migration from apache tomcat 5.5.20 to 6.0.26 procedure required.

2010-06-03 Thread Pid
On 03/06/2010 12:21, prakash mahavrataya wrote: Hi All, I have to migrate the existing tomcat from 5.5.20 to 6.0.26. As i found that the folders common and shared do not exist in 6.0.26. So I am not sure how to migrate from the current to the latest. Please send me the procedure for

Re: migration from apache tomcat 5.5.20 to 6.0.26 procedure required.

2010-06-03 Thread Mark Thomas
On 03/06/2010 12:28, Pid wrote: On 03/06/2010 12:21, prakash mahavrataya wrote: Hi All, I have to migrate the existing tomcat from 5.5.20 to 6.0.26. As i found that the folders common and shared do not exist in 6.0.26. So I am not sure how to migrate from the current to the latest. Please

Problem with libraries in Apache Tomcat 5.5.20

2007-04-10 Thread Tomislav Novosel
Hello! I use Apache Tomcat 5.5.20 as servlet/JSP container. In my application I use file spring.jar from spring framework ver. 2.0.3. When I put file spring.jar in shared libraries, that is in directory /shared/lib everything works fine. But if I remove that file from shared libraries

Problem with using Java Bean on apache-tomcat-5.5.20

2006-12-28 Thread pratapkm
We are planning to upgrade our Apache Tomcat server from 5.0.28 to 5.5.20. During this process, we found that one of the application is not working in apache-tomcat-5.5.20 which is working successfully without any problem in jakarta-Tomcat-5.0.28. Flow of the application is as follows: 1

Re: Problem with using Java Bean on apache-tomcat-5.5.20

2006-12-28 Thread Luke Vanderfluit
Hi. 29Dec2006 @ 11:02 [EMAIL PROTECTED] thusly spake We are planning to upgrade our Apache Tomcat server from 5.0.28 to 5.5.20. During this process, we found that one of the application is not working in apache-tomcat-5.5.20 which is working successfully without any problem in jakarta