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 the more general case, I just want to use Apache
to load-balance Tomcat - Apache won't serve any pages.

  If so, then you for SURE do not what to configure Apache
  as a forward proxy, which is what you are doing with the
  ProxyRequests On directive.

I'm not sure I understand why - is this because I wouldn't have
everything else local, as in your statement above?

  For a simple reverse proxy
  you should make sure that Apache is not also a forward
  one as well... checkout

  http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#forwardreverse

I will look at that, thank you.

S.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar

 But there is no such a tomcat.jar file. Is there anyone has a solution for
this problem or any solution ideas?

Regards,

-- 
Murat BIRBEN


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/workers.html)


I'd highly recommend you look at the official documentation at 
http://tomcat.apache.org/connectors-doc/


In particular, this page does has the quick how to that cuts to the bare 
bones of the matter: 
http://tomcat.apache.org/connectors-doc/generic_howto/quick.html


--David

Murat Birben wrote:

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.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar

 But there is no such a tomcat.jar file. Is there anyone has a solution for
this problem or any solution ideas?

Regards,

  



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.session.PersistentManagerBase start
INFO: Manager has already been started

Is there any wrong definition in conf/server.xml?

My configuration is :

Cluster className=org.apache.catalina.cluster.tcp.SimpleTcpCluster

 managerClassName=
org.apache.catalina.session.PersistentManager
 expireSessionsOnShutdown=false
 useDirtyFlag=true

Manager className=
org.apache.catalina.session.PersistentManager 
Store className=org.apache.catalina.session.FileStore
directory=c:\\ /
/Manager

Membership
className=org.apache.catalina.cluster.mcast.McastService
mcastAddr=228.0.0.4
mcastPort=45564
mcastFrequency=500
mcastDropTime=3000/

Receiver
className=
org.apache.catalina.cluster.tcp.ReplicationListener
tcpListenAddress=127.0.0.1
tcpListenPort=4001
tcpSelectorTimeout=100
tcpThreadCount=6/

Sender
className=
org.apache.catalina.cluster.tcp.ReplicationTransmitter
replicationMode=pooled/

DeployerclassName=
org.apache.catalina.cluster.deploy.FarmWarDeployer

deployDir=J:\MY_DOCUMENTS\Tomcat_Clustring_Calisma\tomcat52\webapps
watchEnabled=false/


Valve className=
org.apache.catalina.cluster.tcp.ReplicationValve

filter=.*\.gif;.*\.js;.*\.jpg;.*\.htm;.*\.html;.*\.txt;/
/Cluster

Taner Diler


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. Please let me
know why DNS causes problem? Is there any issue with DNS for TOMCAT?

 

Thanks,

 

Vimal Hotapeti
Email: [EMAIL PROTECTED]


-- 
View this message in context: 
http://www.nabble.com/DNS-Problem-tp15950558p15950558.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]