Pros and cons of readonly UserDatabase (tomcat-users.xml)

2009-01-08 Thread Petr Sumbera
Hi all, any comment on this subject? The question is related to OpenSolaris package (*) where we have all files owned by root and tomcat is executed with dedicated user credentials. Currently tomcat-user.xml and conf directory is owned by tomcat user but it makes some noise in our package auditi

Re: relation between Tomcat and Apache Commons

2008-10-31 Thread Petr Sumbera
your non-root account cannot bind to 443. The way JSVC works is by > starting up under the account that executed it and then spawning a child > process that is owned by the account specified in the -user option. > > A- > > On 10/31/08 10:56 AM, "Petr Sumbera" <[EMAIL

RE: relation between Tomcat and Apache Commons

2008-10-31 Thread Petr Sumbera
Caldarale, Charles R wrote: > >> From: Andrew Ralph Feller, afelle1 [mailto:[EMAIL PROTECTED] >> Subject: Re: relation between Tomcat and Apache Commons >> >> it seems possible to run Tomcat on a non-privileged port with a >> non-root account and have requests for port 443 redirected to >> Tomca

Re: relation between Tomcat and Apache Commons

2008-10-30 Thread Petr Sumbera
Rainer Jung-3 wrote: > > Commons collections seems to be a relict and not really used. > DBCP and pool is contained in tomcat-dbcp.jar. We ranem the packages in > order to make to dbcp and pool classes independant of any webapp bundled > dbcp or pool versions. > And how about commons-daemon.ja

relation between Tomcat and Apache Commons

2008-10-24 Thread Petr Sumbera
Hi Tomcat gurus, The question I have is rather philosophical and not really technical (I'm evaluating Tomcat 6 integration into OpenSolaris). While compiling Tomcat 6.0.16 it requires: Apache Commons Daemon Apache Commons Collections Apache Commons DBCP Apache Commons Pool But after compilatio

tomcat versioning

2008-09-16 Thread Petr Sumbera
Hi Tomcat gurus, can somebody please explain to me little bit more Tomcat versioning than I can find at following link? http://tomcat.apache.org/whichversion.html I'm interested in compatibility level (binary/source) between various Tomcat .. releases. What is intention and what is reality?

tomcat 4 history

2007-11-06 Thread Petr Sumbera
Hi All, I'm lost between various versions of Tomcat and relations between them. Can you please help me to answer some questions? 1. What happened to Jakarta Tomcat 4.0 (last version I can see is 4.0.6) 2. What is relation between Jakarta Tomcat 4.0 and Apache Tomcat 4.1? Are they compatible?

Can be mod_webapp used with Tomcat 5.5 (and above)?

2007-08-14 Thread Petr Sumbera
Hi All, I just need to know answer to question in subject. I did some investigation and it seems that mod_webapp doesn't run with Tomcat 5.5 (it only runs with 4.0). I come to this conclusion according to: http://tomcat.apache.org/tomcat-5.5-doc/connectors.html http://tomcat.apache.org/tomca

Re: Tomcat with/without Tomcat native library

2007-08-02 Thread Petr Sumbera
est is not good but Tomcat shouldn't crash, right? Thanks, Petr "Mladen Turk" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Petr Sumbera wrote: >> Hi Bill and all, >> >> not sure what is the right way for comparison between using and not

Re: Tomcat with/without Tomcat native library

2007-08-01 Thread Petr Sumbera
Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) SSL handshake failed (5). Test aborted after 10 failures apr_socket_connect(): Connection refused (146) Total of 1 requests completed -- Any comment to this? Petr Bill Barker wrote: "Petr Sumbera" &l

Tomcat with/without Tomcat native library

2007-07-27 Thread Petr Sumbera
Hi Guys, Does anybody have experience or even better some numbers comparing performance of Tomcat running with and without Tomcat native library (libtcnative-1)? I don't see any comparable difference so far (using TC 5.5.23, Native Library 1.1.10, Solaris/i386). Cheers, Petr --