Re: ProxyPaths and mod_proxy_ajp

2008-03-09 Thread Stephen Nelson-Smith
On Wed, Mar 5, 2008 at 4:00 PM, Jim Jagielski <[EMAIL PROTECTED]> wrote: > Seems to me you are using Apache as a front-end to > TC. In which case you are telling Apache that whatever is > under /examples should be handled by TC, everything else > is local... Right so far? Yes in this case. In

My implementation of some ServletContext methods

2008-03-09 Thread sed . nivo
Hello, I'm finding a way to replace ServletContext method, that I get my ServletContfig.getServletContext() with something like "MyServletContext extends StandardServletContext implents ServletContext". Please help me with this.

Problem with configuring Apache and Tomcat with mod_jk

2008-03-09 Thread Murat Birben
Hi everyone, I've installed Tomcat6 to my CentOs server which has also Apache 2.2installed in it. Now I want to configure these two and I'll use mod_jk for this purpose, when i searched the net the configurations that are made consist of a line in the workers.properties file as: worker.worker3.cla

Re: Problem with configuring Apache and Tomcat with mod_jk

2008-03-09 Thread David Smith
The only reference to any worker.worker3.class= property is in association with some inprocess stuff that I believe got dropped from mod_jk a /long/ time ago. The current mod_jk does not have any such directive in workers.properties (see http://tomcat.apache.org/connectors-doc/reference/worker

No Store configured, persistence disabled

2008-03-09 Thread Taner Diler
Hi everyone, I want to enable session file persistence with Tomcat 5.5.26. on startup of Tomcat, I am getting those messages: 10.Mar.2008 00:51:37 org.apache.catalina.session.PersistentManagerBase start SEVERE: No Store configured, persistence disabled 10.Mar.2008 00:51:37 org.apache.catalina.se

Encryption algorithms usage in Tomcat

2008-03-09 Thread Hitesh Raghav
Hi, Which encryption algorithms are used in Tomcat? Could I get detailed information about usage of these algorithms in Tomcat? Is there any change in encryption algorithm usage in Tomcat from v5.5.7 to v5.5.26 and v6.0.16? Thanks, -Hitesh

DNS Problem

2008-03-09 Thread only vimal
Hi, I have a web application which is accessed by other systems. The application is accessed using its IP address in the URL. My problem is if I use DNS name of server instead of IP address in the URL its giving DNS error from other systems. But it works fine when accessed on server itself. Pleas