Re: APR Tomcat...

2010-07-20 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dale, On 7/19/2010 7:42 PM, Dale Ogilvie wrote: Reasons to use httpd being what? Here are a few ideas: 1. Load balancing 2. Use of mixed Java and non-Java webapps (PHP, Perl, etc.) 3. Use of multiple Tomcat instances

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: Please remove me from the users emailing list

2010-07-20 Thread Martin Gainty
the unsubscribe emaill address is users-unsubscr...@tomcat.apache.org follow directions at http://tomcat.apache.org/lists.html#tomcat-users Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese

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.* *is it

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 or

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

Re: setenv.sh and CATALINA_BASE

2010-07-20 Thread Rainer Frey
On Thursday 15 July 2010 20:26:14 Christopher Schultz wrote: Rainer, Hi, and sorry for the late reply. [I changed the order of some parts of your mail to reply On 7/12/2010 9:14 AM, Rainer Frey wrote: I understand that, but would it be possible/good/not causing problems to change this to

Re: using Apache as a front end for Tomcat

2010-07-20 Thread James Godrej
On your blog http://myunster.com/blog/10.html at step number 8 you mentioned to create worker.properties there a variable is workers.tomcat_home and workers.java_home if the apache machine and tomcat machine are physically different then how do you define these variables . Also is there any

Re: deploying tomcat not on localhost

2010-07-20 Thread Tapas Mishra
Even I am trying for the same if you happen to do so please do share. While browsing the list I came across http://myunster.com/blog/10.html May not be of much help. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Tomcat 5.5.23 server startup issue

2010-07-20 Thread Venkat Tanga
Hi Pid, Thanks for your reply, It seems that the problem is with some of the jars those which are I added from my older environment(tomcat 5.0.18). So I have freshly added jars one bye one tested, now I am not facing this issue. Regards, Venkat Pid wrote: On 19/07/2010 17:23,

Re: using Apache as a front end for Tomcat

2010-07-20 Thread André Warnier
James Godrej wrote: On your blog http://myunster.com/blog/10.html at step number 8 you mentioned to create worker.properties there a variable is workers.tomcat_home and workers.java_home I think that both of these variables/properties have been obsolete for a long time, and are not used

Re: How to retrieve persisted session

2010-07-20 Thread Ashish Kulkarni
Hi Where do i set this max age for session? i dont see any thing in document http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html Ashish On Mon, Jul 19, 2010 at 6:03 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ashish,

Re: How is Apache Documentation organized

2010-07-20 Thread Pid
On 20/07/2010 12:41, James Godrej wrote: I am curious to know how is Apache documentation organized. Meaning if some one comes with complete zero experience of web hosting where should they start so that they can be thorough with Apache. Which pages they should access. Start at

Re: How to retrieve persisted session

2010-07-20 Thread Pid
On 20/07/2010 14:58, Ashish Kulkarni wrote: Hi Where do i set this max age for session? i dont see any thing in document http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html Have you manually set the session expiry time or are you using the default? p Ashish On Mon, Jul 19, 2010

Re: How is Apache Documentation organized

2010-07-20 Thread Antonio Petrelli
2010/7/20 Pid p...@pidster.com: If you mean Apache HTTPD rather than Apache Tomcat, then you'll want:  http://www.apache.org/ Do you mean: http://httpd.apache.org/ Antonio - To unsubscribe, e-mail:

Re: How to retrieve persisted session

2010-07-20 Thread Ashish Kulkarni
Hi I am using the default, how do i set session expiry time, i can think of only 1 place that is in web.xml session-config session-timeout-1/session-timeout /session-config Is there any other way On Tue, Jul 20, 2010 at 10:25 AM, Pid p...@pidster.com wrote: On 20/07/2010 14:58, Ashish

Re: using Apache as a front end for Tomcat

2010-07-20 Thread Rainer Jung
On 20.07.2010 15:30, André Warnier wrote: James Godrej wrote: On your blog http://myunster.com/blog/10.html at step number 8 you mentioned to create worker.properties there a variable is workers.tomcat_home and workers.java_home I think that both of these variables/properties have been

Re: How is Apache Documentation organized

2010-07-20 Thread André Warnier
Antonio Petrelli wrote: 2010/7/20 Pid p...@pidster.com: If you mean Apache HTTPD rather than Apache Tomcat, then you'll want: http://www.apache.org/ Do you mean: http://httpd.apache.org/ No, I believe he really meant http://www.apache.org/ Considering the question of the OP, it seemed to

Re: APR Tomcat...

2010-07-20 Thread Pid
On 19/07/2010 22:21, Tony Anecito wrote: Hi Pid First off I get a little red x in the upper left hand corner of the web page. Excellent technical description of the problem. Is it the response status 404 or a 500, I wonder? Yep I agree maybe an upgrade to the latest Tomcat and APR might

Re: Unable to get Tomcat 7 to work in Eclipse

2010-07-20 Thread Pid
On 19/07/2010 22:37, Austin Shelton wrote: The resource for my web page servlet can't be located. This was not the case with Tomcat 6. Nobody complained once I started getting a good Tomcat launch. So it works if Tomcat 7 works, or it doesn't - I'm not clear on what that means. There are

Re: APR Tomcat...

2010-07-20 Thread Tony Anecito
The red x is the standard way in an html page to indicate something is wrong but no 404 or other status code is displayed otherwise I would have mentioned it. Simple google indicated many reasons why it might occur. As I mentioned in another email I plan to switch back to Apache Web Server and

Re: APR Tomcat...

2010-07-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 7/19/2010 11:50 PM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: APR Tomcat... My tests show that use of sendFile is dramatically faster than without. Was that vs BIO or

Re: APR Tomcat...

2010-07-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, On 7/20/2010 12:35 AM, Tony Anecito wrote: Interesting. I saw that when a static file was around 21K or below a dramatic improvement in recorded time in the log for APR. I have not tried with regular Apache Web Server to see what I get.

Re: ]OT] APR Tomcat...

2010-07-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, Finally off-topic. On 7/20/2010 4:18 AM, André Warnier wrote: To achieve anything other than relatively trivial with Tomcat, at some point you'll need to become very competent with Java. Not necessarily. You might have to become familiar

Re: How to retrieve persisted session

2010-07-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ashish, On 7/20/2010 9:58 AM, Ashish Kulkarni wrote: Where do i set this max age for session? i dont see any thing in document http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html You will have to write code to do this yourself: Tomcat

Re: APR Tomcat...

2010-07-20 Thread Tony Anecito
Do not worry my friends did not believe me till I sent the before/after logs even then they argued about physics and the speed of light :-) Where is Einstein when you need him? -Tony - Original Message From: Christopher Schultz ch...@christopherschultz.net To: Tomcat Users List

Re: Unable to get Tomcat 7 to work in Eclipse

2010-07-20 Thread Austin Shelton
Bizarre. I will keep looking for logs that might tell me something. I'll keep everyone posted on my efforts, feeble though they may be :-) On Tue, Jul 20, 2010 at 9:14 AM, Pid p...@pidster.com wrote: On 19/07/2010 22:37, Austin Shelton wrote: The resource for my web page servlet can't be

Re: Unable to get Tomcat 7 to work in Eclipse

2010-07-20 Thread Austin Shelton
Well. A message showed up in my Eclipse console that I had overlooked in my previous launches: WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:HelloWorldServlet' did not find a matching property. (The name of my

Re: Self-Contained Web Applications

2010-07-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, (I mist have missed these replies... I'm resurrecting this thread). On 6/25/2010 5:44 PM, Caldarale, Charles R wrote: From: Jon Brisbin [mailto:jon.bris...@npcinternational.com] Subject: Re: Self-Contained Web Applications Wouldn't it

Re: Self-Contained Web Applications

2010-07-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 6/25/2010 6:01 PM, Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Re: Self-Contained Web Applications We can define a DataSource inside a Context already, hook up a locally configured Realm, and it'll use a

java.lang.NoSuchMethodException: org.apache.catalina.deploy.WebXml addServlet

2010-07-20 Thread Austin Shelton
I cleaned the Tomcat server in Eclipse and now I get the following exception: java.lang.NoSuchMethodException: org.apache.catalina.deploy.WebXml addServlet I have all of the Tomcat libraries in my build path and the lib directories of the WEB/INF/lib directory. Any ideas?

RE: APR Tomcat...

2010-07-20 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: APR Tomcat... Was that vs BIO or NIO? As I recall, there is no sendFile capability in BIO, so both NIO and APR should beat that. BIO = JIO, right? Too many TLAs. The Tomcat doc refers to the original

RE: Self-Contained Web Applications

2010-07-20 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Self-Contained Web Applications Well, having to include commons-dbcp is a bit of an implementation detail, here. I should be able to include only my own JDBC driver and have Tomcat figure out that commons-dbcp

RE: Self-Contained Web Applications

2010-07-20 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Self-Contained Web Applications 1. Just but mysql-connector-j.x.y.z.jar into WEB-INF/lib But still use container-provided connection pooling when the container classes are loaded by the common classloader. This is

Re: Unable to get Tomcat 7 to work in Eclipse

2010-07-20 Thread Konstantin Kolinko
2010/7/21 Austin Shelton ashelt...@gmail.com: Bizarre. I will keep looking for logs that might tell me something. I'll keep everyone posted on my efforts, feeble though they may be :-) Maybe you do not have a logging.properties file. There should be -Djava.util.logging.manager and