Re: Counting Page Hits

2004-11-09 Thread Steven J. Owens
On Tue, Nov 09, 2004 at 05:55:07PM -0800, Justin Jaynes wrote: What is the easiest way to monitor hits to resources (files or pages) on my tomcat 5 server? Do I write my own ticker into each page I want to monitor and store the incremented value to a database? Or is there a much simpler

Multi-Site Clustering? (hot failover)

2004-11-09 Thread Steven J. Owens
Hi, I've heard tomcat supports clustering, but I'm thinking about a similar, but different situation: having a duplicate server at a distant hosting center, set up to take over if the first server or the first hosting center encounter problems. This isn't about load, so much as

RE: Multi-Site Clustering? (hot failover)

2004-11-09 Thread Craig Collings
Hi Steve, I presume you are thing something like this: http://dev.mysql.com/doc/mysql/en/Replication.html : -Original Message- : From: Steven J.Owens [mailto:[EMAIL PROTECTED] : Sent: Wednesday, 10 November 2004 2:55 p.m. : To: [EMAIL PROTECTED] : Subject: Multi-Site Clustering? (hot

RE: Multi-Site Clustering? (hot failover)

2004-11-09 Thread Craig Collings
Though of you are talking about replicating over the public internet. very cool idea. how about - using JMS to shift the bin-logs? you'd get network-fault-tolerance, guaranteed sequential delivery, auth auth, ease of subsequent configuration (ie pub-sub) all built in? You'd just have to build the

Re: Counting Page Hits

2004-11-09 Thread Parsons Technical Services
The html manager has some page count reporting built into it. May not be as detailed as you need, but it is there. These counts are reset on restart of the context (I think) but definitely on restart of Tomcat. - Original Message - From: Steven J. Owens [EMAIL PROTECTED] To: Tomcat

Re: Anyone knows how to deal with mail session -security error for TC5.5.4

2004-11-09 Thread Shankar Unni
David Lee wrote: 2. catalina.policy: grant codeBase file:${catalina.home}/webapps/javaxml2/WEB-INF/classes/UpdateItemServle t.class { Shouldn't you be giving those permissions (except the Oracle one :-) to mail.jar, rather than your servlet class? That's what is actually making the reference,

Clustering and Load balancing

2004-11-09 Thread Vinayagam
Hi All! Can any one help me abt clustering and Loadbalancing using Tomcat 5.0/later. We have an application, Which is run on Tomcat 4.0. Now we are going to run this application in Tomcat 5.0. Also we are going to implements the clustering technology to our appl. So that i need som help, How

Configuring JK connector to execute JSP pages.

2004-11-09 Thread Amit Gupta
Hi , I have configured tomcat 5.5.3 with jk connector . My jk.config is LoadModule jk_module modules/jakarta-tomcat-connectors-jk-1.2.6-linux-fc2-i386-apache-2.0.50.so JkWorkersFile /etc/httpd/conf/workers2.properties JkAutoAlias /usr/local/tomcat/webapps JkMount /java-server/* testWorker

Installation from source on Linux

2004-11-09 Thread Sandeep N
Hi All, Has anybody tried to install Apache-Tomcat-4.1.31 from the source on Linux? I am not able to get the servletapi V 4 (as mentioned in the building.txt file in the tomcat source) required for this anywhere. Can anybody tell where it is available? Regards, Sandeep

<    1   2