Re: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread Pete Stevens
to root, ask the admin to implement sudo. Here's a guide on how to set it up. http://www.mythic-beasts.com/support/topic_vds_java.html Pete -- Pete Stevens [EMAIL PROTECTED] http://www.ex-parrot.com/~pete/ They may not have invented corruption in NYC, but they have tried to perfect

RE: db-connectin is working fine, but is it pooling?

2005-09-23 Thread Lucuk, Pete
I had a similar question while doing connection pooling with Oracle 8i of. OK, if I set my connection pool to 10, why do I only see a 1 connection in Oracle Well, the answer was that when you create a pool of 10, it only starts out with 1 connection, NOT 10 If the connection pool

SUNOne 6.1 and Tomcat 5.5.9

2005-09-01 Thread Scurek, Pete
/SUNW,Sun-Fire-V210/lib/libc_psr.so.1 Thanks, Pete - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Virtual Hosting with WAR files

2005-08-16 Thread Pete Stevens
Try reading this, http://www.ex-parrot.com/~pete/tomcat-vhost.html It's a receipe for setting up tomcat to do virtual hosting and behave more like apache with regard to virtual hosts. Yours, Pete Stevens On Tue, 16 Aug 2005, Mahesh S Kudva wrote: Hi I have setup Tomcat+Apache2+mod_jk. I

Best Way to Share Webapps?

2005-07-19 Thread Pete Lamborne
Hi, I'm just looking for the best way to include/embed single instances of webapps across various websites. This includes the ability to wrap the webapps in each website's look and feel. What solutions have others used or would you use to achieve this? Thanks, pete

Tomcat Connection Pooling - Future of?

2005-07-18 Thread Pete Steijn
Greetings, I am a student at the University of Delaware looking to do research on connection pooling. Currently I am analyzing the feasability of optimizing connection pooling. My hypothesis is that using a statistical analysis of the usage history to create a prediction of usage levels in

wrapping contexts

2005-07-15 Thread Pete Lamborne
to be shared, along with look and feel, ie to wrap the various apps inside each website? I don't want to get into a portlet container, but perhaps that's what I need to do? Right now I am using an ugly kluge of IFRAMEs and parameters to markup the look and feel. Many thanks for a primer. pete

Re: Tomcat installation

2005-06-24 Thread Pete Stevens
A guide for Tomcat 5 under UML Linux is here http://www.mythic-beasts.com/support/topic_vds_java.html Hope this helps. Pete Stevens On Thu, 23 Jun 2005, justy wrote: None of the links you gave is working. I have a lot of doubts about tomcat installation. what shall I do..who can help me

Re: Apache vs Tomcat WRT Security

2005-05-19 Thread Pete Stevens
/topic_vds_java.html Yours, Pete Stevens -- Pete Stevens [EMAIL PROTECTED] http://www.ex-parrot.com/~pete/ the Flat Earth Society announced in 1995 that their membership was global - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: tomcat and virtual hosts

2005-05-12 Thread Pete Stevens
? Is it in the server.xml file or something? Or do I somehow now modify my apache configuration to be able to use tomcat and the jsp files? Here's my guide to making Tomcat behave like Apache, rather than the J2EE .war file fashion. http://www.ex-parrot.com/~pete/tomcat-vhost.html Yours, Pete Stevens -- Pete

Re: tomcat System Administrator's Guide and SysAdmin tools

2005-05-10 Thread Pete Stevens
with Tomcat :- http://www.ex-parrot.com/~pete/tomcat-vhost.html Note that this guide is how to make Tomcat behave like apache - one directory per virtual host and everything in configuration files - rather than the seemingly recommended way with point and click gooey goodness for updating things

Re: Virtual Hosts - additional info needed

2005-05-10 Thread Pete Stevens
-parrot.com/~pete/tomcat-vhost.html but am confused or don't understand. Here's the setup that I want: - I have the domain smpdev.mwhglobal.com that points at my Tomcat server's IP address. - My files are in /Tomcat5.5/SMP/ - I have a Default.jsp page in /Tomcat5.5/SMP/jsp/Default.jsp

Re: Virtual hosts

2005-04-26 Thread Pete Stevens
for the simplest environment where Tomcat serves all traffic http://www.ex-parrot.com/~pete/tomcat-vhost.html Yours, Pete Stevens -- Pete Stevens [EMAIL PROTECTED] http://www.ex-parrot.com/~pete/ Many religions have a belief that if you do not belong to that religion, you will go to hell

RE: Garbage Collection

2005-04-12 Thread Pete Guyatt
the documentation for the JVM that you are using. Pete -Original Message- From: Durfee, Bernard [mailto:[EMAIL PROTECTED] Sent: 12 April 2005 20:12 To: Tomcat Users List Subject: Garbage Collection How is garbage collection controlled in Tomcat 5.5? I ran a bit of an experiment

Re: Virtual host configuration

2005-04-08 Thread Pete Stevens
/folder1/folder2/folder3. (folder3 being the desired home directory) This explains how to do it for virtual hosts one level deep. Three is a simple extension. http://www.ex-parrot.com/~pete/tomcat-vhost.html Pete Stevens -- Pete Stevens [EMAIL PROTECTED] http://www.ex-parrot.com/~pete/ We agree

RE: Tomcat + Apache Web Server

2005-04-06 Thread Pete Stevens
of ebay it's a little different. Pete [*] Pick a random website running java. Try to download foo.com/WEB-INF/web.xml. Be scared how often it succeeds. -- Pete Stevens [EMAIL PROTECTED] http://www.ex-parrot.com/~pete/ I have kleptomania, but when it gets bad, I take something

New website searches Tomcat source code for Java examples

2005-04-06 Thread Pete Eakle
JExamples.com is a new, free website that helps Java developers find high quality example code for virtually any Java API. JExamples uses sophisticated source analysis and a powerful search engine to find examples in well known Java open source products (e.g. Ant, Tomcat). The search results

Re: Fwd: non-root on 80

2005-04-05 Thread Pete Stevens
/topic_vds_java.html Pete On Mon, 4 Apr 2005, John Lianogou wrote: Hey Jeff, Using jsvc is not at all mutually exclusive to the solution i offered. :-) AFAIK, there is no way to make tomcat bind to 80 w/o running it as the root user... if anyone else has experience to the contrary, however

Re: Tomcat -- port 80 for Linux

2005-03-30 Thread Pete Stevens
. Yours, Pete Stevens -- Pete Stevens [EMAIL PROTECTED] http://www.ex-parrot.com/~pete/ Only in Britain... do banks leave both doors open and chain the pens to the counters

RE: Tomcat -- port 80 for Linux

2005-03-30 Thread Pete Stevens
- someone with an account on the machine who can force Tomcat to shutdown, can then start another process listening on port 8080 which will then be the webserver. This may or may not be a problem of course. Pete Stevens -- Pete Stevens [EMAIL PROTECTED] http://www.ex-parrot.com/~pete

RE: Tomcat-juli in 5.5.9

2005-03-30 Thread Lucuk, Pete
I had the same problem, I set my JAVA_HOME env on Windows XP SP1 and it fixed the problem Pete -Original Message- From: Brent Sims [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 5:40 PM To: tomcat-user@jakarta.apache.org Subject: Tomcat-juli in 5.5.9 Did the tomcat-juli jar

mutliple instances of same web app running?

2005-03-24 Thread Pete Guyatt
information would be greatly appreciated, Pete

Re: mod_jk under Win32 (Tomcat 5.0.28, apache 1.13.33)

2005-03-19 Thread Pete Eakle
I thought that for apache 1.3, the modules go in the libexec directory, and if so then your statement above should look like: LoadModule jk_module libexec/mod_jk.so On Fri, 18 Mar 2005 13:10:42 +0100 (CET), Christoph Kukulies [EMAIL PROTECTED] wrote: I installed apache 1.13.33 and tomcat

RE: Help getting started

2005-03-15 Thread Pete Stevens
How to install tomcat for linux, http://www.mythic-beasts.com/support/topic_vds_java.html How to make it act like a normal webserver with jsp virtual hosting support, rather than worrying about packaging .war files etc. http://www.ex-parrot.com/~pete/tomcat-vhost.html Hope this helps

I'm using a linux server (fedora core 2) which has

2005-03-12 Thread Pete Eakle
install, or how to find out, and possibly where to download it? Thanks. -Pete - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Mapping context to root of website

2005-03-11 Thread Pete Stevens
See if this helps, it's a guide to making Tomcat be like a web server, rather than the J2EE spec. If you're a linux user it includes automagic scripts for helping you do it. http://www.ex-parrot.com/~pete/tomcat-vhost.html my linux install guide is at http://www.mythic-beasts.com/support

Re: how to harden tomcat?

2005-02-24 Thread Pete Stevens
and a completely facist host firewall that denies everything but port 80 / 22. Pete Stevens On Thu, 24 Feb 2005, Patrick Lacson wrote: Thanks Peter. On Thu, 24 Feb 2005 07:59:59 +1100, Peter Johnson [EMAIL PROTECTED] wrote: I haven't really come across hardening documents for Tomcat or any Java

Re: can I develop dan deploy myapps as regular user at linux?

2005-02-22 Thread Pete Stevens
/local/tomcat/webapps Then you can just overwrite the files and tomcat will pick up the changes. Yours, Pete Stevens -- Pete Stevens [EMAIL PROTECTED] http://www.ex-parrot.com/~pete/ Should anyone contact you with an after sales enquiry, please do not attempt

Re: help installing

2005-02-22 Thread Pete Stevens
/topic_vds_java.html This is designed for low volume simple usage, everything is done directly by Tomcat and there is no challenges with connectors and apache for example. We're in the process of finalising our virtual hosting guide. Hope this helps, Pete Stevens -- Pete Stevens [EMAIL

RE: Java.lang.ClassNotFoundException: listeners.ContextListener

2005-02-06 Thread Pete Guyatt
Hi There, The web.xml will have the following xml tag tag in it listener listener-classclasspath/listener-class /listener It sounds like the class file referenced by this tag does not exist or that the class path is wrong. Thanks Pete -Original Message- From: Harry

Re: SV: Installing and running tomcat as a user other than root

2005-01-14 Thread Pete Stevens
My instructions for building a dedicated linux machine that runs Tomcat as the apache user (based on Whitebox Linux - a rebuild of Redhat). http://www.mythic-beasts.com/support/topic_vds_java.html Yours, Pete Stevens On Fri, 14 Jan 2005, Roland Carlsson wrote: Hi Mumanyi

Re: Please recommend a Low Cost Tomcat Hosting platform

2005-01-04 Thread Pete Stevens
and London UK. Yours, Pete Stevens On Tue, 4 Jan 2005, Paul Taylor wrote: Thanks, it loooks quite good but have you actually used it ? Guy Katz wrote: you have http://www.webconexion.net based @ the uk. -Original Message- From: Paul Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday

Re: Need reseller hosting with Tomcat support

2004-10-08 Thread Pete Stevens
that are suitable for hosting Tomcat. Our (not yet finalised) guide to setting up Tomcat on a virtual server is at http://www.ex-parrot.com/~pete/vdsjava.html The focus is cheap, but we can supply support on a chargeable per incident basis. Yours, Pete Stevens -- Pete Stevens [EMAIL PROTECTED

[Solved]: Load Balancing Configuration

2004-09-23 Thread Fournier, Pete
I finally have IIS on two machines serving up load balanced requests to two Tomcat machines and maintiaining Sticky Sessions. Below I am including the workers2.properties file that did the trick in case anyone else is having touble doing this. The only other change I had to make was to the

RE: Tomcat dies at 167M

2004-09-23 Thread Fournier, Pete
You may be running out of stack, try upping the -Xss setting. In one application where we did a log of XML parsing and transforming we had to up this setting. Peter Fournier -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 11:35 AM

RE: Load Balancing Configuration

2004-09-22 Thread Fournier, Pete
:] [uri:/jkstatus/*] group=status / END workers2.properties -Original Message- From: Alex [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 11:02 AM To: Tomcat Users List Subject: Re: Load Balancing Configuration Hi Pete. If you do a search on this list, i

Load Balancing Configuration

2004-09-21 Thread Fournier, Pete
Hi, I have an application running on my machine in Tomcat 5 via IIS using the ISAPI adaptor. I also have this application running on a different machine setup through IIS on that machine. I now want to test balancing the application on both machines via one of the IIS servers. I have followed

RE: Help setting up a default web application

2004-09-14 Thread Pete
the webapp in another class loader. Is there any debug flags that I can use in order to try and track down this problem ? Thanks Pete -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 17:20 To: Tomcat Users List Subject: RE: Help setting up

RE: Help setting up a default web application

2004-09-14 Thread Pete
:22 StandardWrapper[/webdav:invoker]: Loading container servlet invoker Thanks again for you time and help, Pete -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 14 September 2004 13:54 To: Tomcat Users List Subject: RE: Help setting up a default web application

Help setting up a default web application

2004-09-14 Thread Pete
of redesign on my part!! ;) )? Thanks again for your help. Cheers Pete - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Help setting up a default web application

2004-09-13 Thread Pete
in the ip address of the box running tomcat, tomcat points the user directly to mygui and displays my custom welcome page. Is this a dodgy configuration on my part and if so how do I resolve this. Any help would be greatly appreciated. Thanks Pete

RE: Help setting up a default web application

2004-09-13 Thread Pete
Pete -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 15:52 To: Tomcat Users List Subject: Re: Help setting up a default web application If you're manually configuring server.xml, shut off autodeploy in the Host node. On Mon, 2004-09-13 at 10:50

RE: Help setting up a default web application

2004-09-13 Thread Pete
. Thanks Pete -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 17:05 To: Tomcat Users List Subject: RE: Help setting up a default web application Hi, Context path=/ is a no-no. Use path= for the default web application, and path=/something for others

RAM usage of Linux-based Tomcat server PART2

2004-08-31 Thread pete
, Pete. At 10:57 PM 8/30/2004 -0700, you wrote: I'm not worried about the transient memory used by the Tomcat instance for it to serve servlets. But I'm worried about the memory permanently allocated for a Tomcat instance. Eg. A servlet in a particular Tomcat instance, may load the entire database

Re: Tomcat Admin Tools Page

2004-08-31 Thread pete
setup a user in conf/tomcat-users.xml, having a role as admin to connect to admin page. To connect to the manager page, you need a role as manager, or simply combine the roles for a user as manager,admin. Look at the file and create you own user / modify one in the above respect. Pete. Hi all

Setup tomcat behind IIS Server on different machine(s)

2004-08-27 Thread Fournier, Pete
Hi, Has anyone had success setting up an IIS webserver to serve up JSP/Servlets from another machine running Tomcat 5 using the Jk2 connector? I am running a webserver with Win2003 Server (ipwww1), and an app server with Win2003 Server and Tomcat5 installed (ipwo1). I can pull from

tomcat / java performance consultant required

2004-08-25 Thread pete
proficient in this area. You won't be required to look into the application code, just the running of it, looking at gc cycles, hprof et al. What I am after is who is available, and a guideline cost. Pete. == This email was sent

Re: ajp over ssl

2004-08-05 Thread Pete Stokes
found was to ReverseProxy apache to Tomcat and in the proxy directive to simply say pass it on to https://, and configure Tomcat with it's keystore and hey presto. Deviation from connector scene I know, but it works perfectly. Pete. Michael Jürgens wrote: Ruth, Brice wrote: That's the best

Tomcat 5.0.19 dies unexpectedly

2004-07-07 Thread Pete Stokes
are welcome ! Please see the error below. Thanks, Pete. 9854- WARN MCGOVERNPA/VM9T0OL0 QLF PRD (?:?) - User : HETHERTONS attempted to log on, and failed. 9855- WARN ALLENG/VM9PV2NG QLF PRD (?:?) - Unhandled Exception thrown: class java.lang.NullPointerException 9856-Jul 6, 2004 11:53:01 AM

Re: scripts for Workers

2004-07-06 Thread Pete Stokes
). The workers must have the ssh key of the central PC in each known_hosts file. Simply iterate round your workers array (for each IP) and use ssh to execure a remote command, $IP $TOMCAT_HOME/bin/startup.sh Pete. Boulay Arnaud wrote: Hi ! I'm looking for scripts that work like startup.sh

Re: AW: How to increase memory

2004-07-02 Thread Pete Stokes
are testing your app, check cpu usage to see it's not being killed, if so get better box. Pete. Gunnar Pörschke wrote: Where do I have to add this? Also in the catalina.bat? I tested set CATALINA_OPTS=%CATALINA_OPTS% -Xms1024m -Xmx2048m in Catalona.bat as mentioned from Thilo Krawietz' email

Re: Tomcat process memory growth

2004-06-30 Thread Pete Stokes
have other people experience the same with connectors ? I know connectors are good for load balancing, but connecting a single apache to a single tomcat performance wise, does it work Pete. Adrian Barnett wrote: On Wed, 30 Jun 2004 18:05:01 +0530, Surendra Kumar [EMAIL PROTECTED] wrote: Hi

Apache2 mod_ssl cert error to Tomcat

2004-04-24 Thread Pete Stokes
that I've generated from my own CA in it's place, but I get a similar error. If any one can help, it's appreciated. Conversely, if any1 knows how to encrypt packets between two Linux PC's (apart from IPsec because that seems bust in RedHat ES3), that'd do me. Thanks, Pete

Apache2 encryption to Tomcat5

2004-04-22 Thread Pete Stokes
. Thanks, Pete. *** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error

jk2 connectivity options

2004-04-19 Thread Pete Stokes
Hi. I'm assuming that JK2 over AF_UNIX socket is meant for apache / tomcat on the same box? Thx. Pete. *** This email and any files transmitted with it are confidential and intended solely for the use

Re: Tomcat does not start !

2004-04-19 Thread Pete Stokes
locaslhost should be localhost. if that's an email typo, look in the tomcat logs and see what it says. Pete. [EMAIL PROTECTED] wrote: Hi, I have installed Tomcat on my windows machine and set the CATALINA_HOME and JAVA_HOME as per installation instruction when i try to start my tomcat ser

Pete Storey is out of the office.

2004-03-22 Thread pete . storey
I will be out of the office starting 22/03/2004 and will not return until 28/03/2004. Thanks for the mail! I am away until the 28th. If you would like an urgent response then please ring Kiss on 020 7692 9922. thanks Pete

IIS logging of page requests

2004-03-01 Thread pete . storey
as entered instead of like this or do you have to write some custom logging component? thanks Pete Storey Kiss Technologies http://www.kisstechnologies.co.uk/ 4, Percy Street London W1T 1DF Phone numbers: Phone 020 7692 9922 Fax 020 7692 9923 Out of hours Support phone 020 7692 9933

Tomcat 4.1.29v5.0.18 performance

2004-02-19 Thread Pete Stokes
way I've found to provide loadbalancer redundancy for those versions is LinuxVirtualServer. Is that correct? Any comments would be appreciated. Pete. *** This email and any files transmitted with it are confidential

Re: Tomcat 4.1.29v5.0.18 performance

2004-02-19 Thread Pete Stokes
Remy, With just 1 user, it appears 3x as slow. I understand the max throughput will be better, but did not expect this performance degredation with just 1 user, I'd assumed slight degredation overall and a lower max users. Don't suppose you could answer my questions 2 3 ? Thanks, Pete

lb worker issue

2004-02-19 Thread Pete Stokes
it distributing load, but it's seems to have stopped unless it will do the first x sessions to one box then swap to the other. Pete. *** This email and any files transmitted with it are confidential and intended

TEST

2004-02-18 Thread Pete Stokes
TEST sorry bout this - new spam filter is blocking me! *** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If

Tomcat 5 Apache 1.3x JK still problems

2004-02-12 Thread Pete Stokes
performance than Tomcat 4, but if this does not work I suppose I have to use Tomcat 4 - I need Apache 1.3x for mod_backhand to provide Apache redundancy. Thanks, Pete. 11/02/2004 17:00 Hi. I've been following docs on setting this up (Apache 1.3x Tomcat 5.0.18, jk) for the Tomcat examples, but I get File

Web Activity Monitoring

2004-02-11 Thread Pete Stokes
Does an1 know of open source stuff that will monitor hits (distribution over day/week///), browser type, etc ? Similar to www.speed-trap.com Thanks, Pete. *** This email and any files transmitted

Re: Web Activity Monitoring

2004-02-11 Thread Pete Stokes
also if we can capture the conversion ratio/stats of users and at what point they drop out of an ordering process. Pete. Pete Stokes wrote: Does an1 know of open source stuff that will monitor hits (distribution over day/week///), browser type, etc ? Similar to www.speed-trap.com Thanks

Apache / Tomcat JK problem

2004-02-11 Thread Pete Stokes
Apache for load balancing. I must be missing something! Any ideas are appreciated. Pete. My Tomcat server.xml snippet is: !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -- Connector port=8009 enableLookups=false redirectPort=8443 debug=0 protocol=AJP/1.3 / My Apache httpd.conf snippet

Snooping on Session data

2004-02-10 Thread Pete Stokes
Hi. If I have a running Tomcat, am I able to view the actual data in user's sessions? Similar to the functionality provided by WebSphere Snoop / ATG Dynamo management. Pete. *** This email and any files

Tomcat Manager/Admin authentication

2004-02-10 Thread Pete Stokes
Does any1 know how to turn off the Tomcat prompting for u/p when trying to access manager / admin applications ? Thanks, Pete. *** This email and any files transmitted with it are confidential and intended solely

tldCache.ser

2004-02-10 Thread Pete Stokes
Hi. What is this file / what does it do ? Thanks, Pete. *** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed

Tomcat, Apache, JK/JK2, mod_backhand

2004-02-10 Thread Pete Stokes
tell me loads but don't seem to make a real distinction ? Thanks Pete. *** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom

Re: Connection timing out *annoying*

2004-02-05 Thread Pete Stokes
be appreciated ! Tx. Pete. Using netstat -a, I see loads of tcp connection in a TIME_WAIT state. Accoring to man, this socket is waiting after close to handle packets still in the network, so does this mean I have some limitation in the linux kernel or tomcat ? Pete. Pete Stokes wrote: Hi

Script for Tomcat monitoring

2004-02-04 Thread Pete Stokes
in Tomcat? Thanks, Pete. *** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email

Connection timing out *annoying*

2004-02-04 Thread Pete Stokes
timeout, any1 have an idea why I get this message ? Thanks, Pete. 5/04 5:55:11 AM (thread 4 run 0): Aborted run, script threw class java.net.ConnectException: Connection timed out: connect java.net.ConnectException: Connection timed out: connect at java.net.PlainSocketImpl.socketConnect(Native

Re: Connection timing out *annoying*

2004-02-04 Thread Pete Stokes
Using netstat -a, I see loads of tcp connection in a TIME_WAIT state. Accoring to man, this socket is waiting after close to handle packets still in the network, so does this mean I have some limitation in the linux kernel or tomcat ? Pete. Pete Stokes wrote: Hi. Currently performing a load

multiple apache instances load balancing tomcat

2004-02-03 Thread Pete Stokes
Hi. I've finally got Apache load balancing with Tomcat, but want to provide redundancy to the Apache instance, is there a way to do this so if one goes down the second one takes over seamlessly / works concurrently ? Thanks, Pete

Re: multiple apache instances load balancing tomcat

2004-02-03 Thread Pete Stokes
Hi John. Investigating cost of point 2. For point 3, I'd assume that all users would then lose their sessions? I'd be after sticky sessions, so I guess I'd need memory-memory replication between the two apache's, is this possible? Tx. Pete. [EMAIL PROTECTED] wrote: Pete, For redundancy

Re: multiple apache instances load balancing tomcat

2004-02-03 Thread Pete Stokes
David, Problem with using the Tomcat 5 session replication, this 3rd party app cannot be clustered that way, it fails. Therefore my only choice is sticky sessions. Pete. David Rees wrote: Pete Stokes wrote, On 2/3/2004 8:09 AM: [EMAIL PROTECTED] wrote: For redundancy in apache

Re: multiple apache instances load balancing tomcat

2004-02-03 Thread Pete Stokes
yup, but the app developers say they will address this issue at a future point. Pete. Rob Augustinus wrote: does it fail because of placing objects in the session which lack the Serializable interface? Pete Stokes wrote: David, Problem with using the Tomcat 5 session replication, this 3rd

URL rewriting and context paths

2004-02-02 Thread pete . storey
to be to the / path; Tomcat thus gets a new request with no session ID and issues another one again to /app. Is there any way I can force the session cookie to be written to the root context instead of the context of the application? thanks Pete Storey Kiss Technologies http

Tomcat / WebSphere Performance

2004-02-01 Thread Pete Stokes
4.0.7), Tomcat *probably* 4.1.29. JDK for Tomcat unknown. Any comments would be greatly useful. Pete. *** This email and any files transmitted with it are confidential and intended solely for the use

Tomcat performance

2004-01-30 Thread Pete Stokes
/ Xeon / AMD64) Sun (Linux / Solaris) Opinions are appreciated ! Pete. *** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom

Re: Tomcat performance

2004-01-30 Thread Pete Stokes
Thinking more about people experiences running their bits on different os's etc, if they got much better results with a different combination etc. Pete. Shapira, Yoav wrote: Howdy, I'll give my stock opinion: any benchmarks given to you by others are at best interesting and at worst misleading

Re: verbose gc

2004-01-29 Thread Pete Stokes
Unable to create native thread - I had a quick crack at this one and you can up the amount of Threads available to Tomcat in server.xml. You can also pass in a -Xss parameter to the JVM re the thread stack size - these fixed my identical problem. No worries since. (Tomcat 5.0.1x though). Pete

production settings for Tomcat

2004-01-29 Thread Pete Stokes
that the box gives it all but doesn't give too much! and for JVM options, -server -Xss (thread stack size) Any comments would be useful. Thanks, Pete. *** This email and any files transmitted with it are confidential

Re: Really DUMB question...

2004-01-29 Thread Pete Stokes
[EMAIL PROTECTED] to: and cc: Robert Keddie wrote: trying to make rules for the emails form this list and I looked at headers... Which dang address are these emails coming from?! Thanks. Robert Keddie Web Development Board of County Commissioners Marion County Florida

Re: Are there problems/issues running tomcat with dual Xeon proce ssors and Redhat?

2004-01-28 Thread Pete Stokes
What performance do you get from that box? As in users etc for your application ? Pete. Hamilton Andrew wrote: I run it on Dual Xeons and Redhat. No problems. -Original Message- From: tom ly [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 2:58 PM To: [EMAIL PROTECTED

Re: Urgent-Java webservers on iSeries and other platforms

2004-01-21 Thread Pete Stokes
Thanks for all your help. Pete. Peter Lin wrote: My friend works at a shop that is heavily IBM centric. They use solaris, and iSeries. they had a similar issue with memory going crazy and not getting cleared correctly. Once they patched the VM, the memory issues went away. it's possible you

Re: Documentation

2004-01-20 Thread Pete Stokes
http://jakarta.apache.org/tomcat/ Gaurav Kadyan wrote: Hi All, Could some body tell me where to find documentation for - 1.Realm 2.Filter 3.Valve 4.Container 5.Connector 6.MBean 7.Pipeline 8.LifeCycle 9.Jasper Thanks in advance, Gaurav Kadyan

Re: Urgent-Java webservers on iSeries and other platforms

2004-01-20 Thread Pete Stokes
of 25million+ compared to a normal 5million. The gc cycles also intermingle. GC cycle 19 starts, and GC 20 then starts before 19 has finished. I have collected loads of info - if you need anything else give me a shout. Regards, Pete. Peter Lin wrote: That sounds a bit odd to me. A well

Re: Urgent-Java webservers on iSeries and other platforms

2004-01-20 Thread Pete Stokes
throwing RAM at us. I'm sure at this stage of the game we could try and get a finders fee from IBM! ;) (they're throwing RAM modules at 8k a pop for nothing so it's worth a go!!) Regards, Pete. Peter Lin wrote: I asked around and a close friend encountered a similar problem a year back. Try patching

Re: OT?:Can't include .js file on jsp page controlled by front contro ller servlet

2004-01-12 Thread pete . storey
A JavaScript include is a purely HTML thing - it shouldnt be processed in any way by the server. You can do it by going: script language=JavaScript src=xyz.js/script cheers Pete Kiss Technologies http://www.kisstechnologies.co.uk/ 4, Percy Street London W1T 1DF Phone numbers: Phone 020

javamail and tomcat

2004-01-09 Thread pete . storey
and does anyone know a way to combat it? thanks Pete Storey Kiss Technologies http://www.kisstechnologies.co.uk/ 4, Percy Street London W1T 1DF Phone numbers: Phone 020 7692 9922 Fax 020 7692 9923

mapping URIs with jk 1.2.4 and IIS

2003-08-29 Thread Pete Nelson
documentation of uriworkermap.properties than is available on the IIS HowTo on the jakarta site? -- Pete Nelson, Web Developer [EMAIL PROTECTED] http://www.ci.stpaul.mn.us/

Re: RE: urgent

2003-08-18 Thread pete . storey
Perhaps this is just mis-typing in the email but you directory for the classes has been spelt calsses - could be the problem if you mean that? shaman jain [EMAIL PROTECTED] 18/08/2003 12:02 Please respond to Tomcat Users List To: Stuart MacPherson [EMAIL PROTECTED] cc:

RE: Jan West/US/AM/TSA is out of the office.

2003-08-18 Thread pete . storey
If you look in the help for the list: To stop subscription for this address, mail: [EMAIL PROTECTED] In both cases, I'll send a confirmation message to that address. When you receive it, simply reply to it to complete your subscription. It will, of course, reply automatically and voila! Pete

Error-page directive does nothing

2003-08-14 Thread pete . storey
some problems with this before but does anyone have any ideas? cheers Pete

Re: Front Controller Servlet

2003-08-14 Thread pete . storey
, such as .ktx as we use in ours. This can then forward sucessfully to jsps! Should be: servlet-mapping servlet-nameFCservlet/servlet-name url-pattern*.ktx/url-pattern /servlet-mapping Then your links can be to index.ktx instead and it will got through ok. Pete Kiss Technologies http

RE: how to suppor 30000 concurrent users

2003-08-08 Thread pete . storey
any change is made to it? Pete Angus Mezick [EMAIL PROTECTED] 05/08/2003 15:11 Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:RE: how to suppor 3 concurrent users Doesn't seem to have that much of an effect

RE: how to suppor 30000 concurrent users

2003-08-08 Thread pete . storey
Angus, doesnt using a shared jdbc based session manager slow the whole thing down a lot? Why dont you just use session persistence? Pete

RE: how to suppor 30000 concurrent users

2003-08-06 Thread pete . storey
Oh OK cool so it is how I thought - presumably you dont use the session very much (in terms of sending stuff to it) or else there would be one serious amount of db work! Pete

  1   2   3   >