change cookie domain

2006-09-19 Thread Rafal Zawadzki
Hi. I need to set cookie domain in my application to .example.com (not example.com). How can I do it deploying under tomcat? Thanks, -- Rafał Zawadzki Release Manager pgpeUY14BifEg.pgp Description: PGP signature

problem with jkmanager

2006-06-20 Thread Rafal Zawadzki
Hi. We set loadbalancing with jk (1.2.15) and apache (2.0) to six tomcats tomcats (two cluster). We found strage behavior of jkmanager - every refresh of page gives another result of "Acc Number of requests" - actually there is no requests at all. Why? Any idea? web3:~# links -dump http://1

Re: Tomcat integegrated with Apache

2006-01-12 Thread Rafal Zawadzki
### "Peter Crowther" <[EMAIL PROTECTED]> wrote message to "Tomcat Users List" ### ### this is reply for: RE: Tomcat integegrated with Apache ### > > From: Rafal Zawadzki [mailto:[EMAIL PROTECTED] > > Why not use squid? > > One view: Why go through an

Re: Tomcat integegrated with Apache

2006-01-12 Thread Rafal Zawadzki
### "George Sexton" <[EMAIL PROTECTED]> wrote message to "'Tomcat Users List'" ### ### this is reply for: RE: Tomcat integegrated with Apache ### > If I can avoid using Apache, then I run tomcat on a non-privileged port and > use IPTables to re-direct from port 80 to the non-privileged port. Why

Re: Tomcat integegrated with Apache

2006-01-12 Thread Rafal Zawadzki
### Pete Alvin <[EMAIL PROTECTED]> wrote message to Tomcat Users List ### ### this is reply for: RE: Tomcat integegrated with Apache ### > I'm using Tomcat 5.5. I want to keep it simple. It always seems to > take me 2 days of anguish to get Apache/Tomcat working together. > > Is it now unnecess

Re: Using Tomcat 5.5 as a standalone web server

2006-01-11 Thread Rafal Zawadzki
> Not sure I fully agree with you - not about Apache being a great stable > product - as I do agree with that. However, I have been using Tomcat since > version 3 - and settled on using Tomcat (since version 5.0.x) standalone as > I found greater stability, speed and reliance than with using it i

Re: Using Tomcat 5.5 as a standalone web server

2006-01-11 Thread Rafal Zawadzki
### "Adam Johnston" <[EMAIL PROTECTED]> wrote message to "George Sexton" <[EMAIL PROTECTED]>, "Tomcat Users List" ### ### this is reply for: RE: Using Tomcat 5.5 as a standalone web server ### > Thanks George and to Tim for his answer also - George's example seems to > be a reliable indicator of

Re: Using Tomcat 5.5 as a standalone web server

2006-01-10 Thread Rafal Zawadzki
### "Wouter Boers" <[EMAIL PROTECTED]> wrote message to "'Tomcat Users List'" ### ### this is reply for: RE: Using Tomcat 5.5 as a standalone web server ### > There is quite an easy sollution. > > Run squid as you main webserver and as a web accelator in front of your > tomcat. From the squid con

Re: erro jdbc connection with mysql

2006-01-05 Thread Rafal Zawadzki
> In short, run this as root inside mysql: > GRANT ALL PRIVILEGES ON your_db_name.* TO > 'your_mysql_user'@'your_client_host' IDENTIFIED BY 'your_password'; FLUSH ... -- Rafał Zawadzki Deploy/Release Manager eo Networks Sp. z o.o. pgp0C6HJ5wXNi.pgp Description: PGP signature

Re: erro jdbc connection with mysql

2006-01-05 Thread Rafal Zawadzki
> GRANT ALL PRIVILEGES on yourdatabase.* TO 'youruser'@'yourhostnametomcat' > IDENTIFIED BY 'yourl33tpassword'; Oh, I forgot. After this you should: FLUSH PRIVILEGES; -- Rafał Zawadzki Deploy/Release Manager eo Networks Sp. z o.o. pgpPRFhyiG4SB.pgp Description: PGP signature

Re: erro jdbc connection with mysql

2006-01-05 Thread Rafal Zawadzki
### marju jalloh <[EMAIL PROTECTED]> wrote message to Tomcat Users List ### ### this is reply for: erro jdbc connection with mysql ### > Hi everyone, > > I`m trying to connect to mysql from jdbc but I freequently get this errror > > "...java.sql.SQLException: Data source rejected establishment o

Re: question

2006-01-03 Thread Rafal Zawadzki
### [EMAIL PROTECTED] wrote message to "Tomcat Users List" ### ### this is reply for: Re: question ### > hello > a.) Top Post? http://www.google.com/search?q=top+posting&ie=UTF-8&oe=UTF-8 -- Rafał Zawadzki Deploy/Release Manager eo Networks Sp. z o.o. pgp5UJP6KUSwH.pgp Description: PGP sign

Re: question

2006-01-03 Thread Rafal Zawadzki
### [EMAIL PROTECTED] wrote message to "Tomcat Users List" ### ### this is reply for: Re: question ### > Linux > in catalina.sh`? > like > JAVA_HOME=path ? > bye 1. Do not top-post 2. Have you ever looked into that file? -- Rafał Zawadzki Deploy/Release Manager eo Networks Sp. z o.o. pgpfBY

Re: question

2006-01-03 Thread Rafal Zawadzki
### [EMAIL PROTECTED] wrote message to users@tomcat.apache.org ### ### this is reply for: question ### > hello > how i can set the env. variables like "JAVA_HOME" so that tomcat can be > start. > thank you > bye > richard conf/catalina.sh -- Rafał Zawadzki Deploy/Release Manager eo Networks Sp.

Re: compatibility package for Tomcat 5.5

2005-12-20 Thread Rafal Zawadzki
### "Ariel Pashtan" <[EMAIL PROTECTED]> wrote message to users@tomcat.apache.org ### ### this is reply for: compatibility package for Tomcat 5.5 ### > Hi, > > > > I am running Tomcat 5.5 and 1.4 JRE. I understand that I need to install > the "compatibility package" in the Tomcat home folder. > > I

Re: Adjusting Memory

2005-12-19 Thread Rafal Zawadzki
### Mark Thomas <[EMAIL PROTECTED]> wrote message to Tomcat Users List ### ### this is reply for: Re: Adjusting Memory ### > When starting a new thread (ie sending a message to the list about a > new topic) please do not reply to an existing message and change the > subject line. To many of the l

Strange logs during in memory replication

2005-12-09 Thread Rafal Zawadzki
Hi. I set up clustering with in memory session replication. The fragment of my config is (tomcat 5.5.12): At http://tomcat.apache.org/tomcat-5.5-doc/changelog.html I read, that in 5.5.13 there were many bugfixes connected with clu