Re: relation between Tomcat and Apache Commons

2008-10-31 Thread Petr Sumbera
PROTECTED]> wrote: > >> >> >> Caldarale, Charles R wrote: >>> >>>> From: Andrew Ralph Feller, afelle1 [mailto:[EMAIL PROTECTED] >>>> Subject: Re: relation between Tomcat and Apache Commons >>>> >>>> it seems possi

Re: relation between Tomcat and Apache Commons

2008-10-31 Thread Andrew Ralph Feller, afelle1
n. A- On 10/31/08 10:56 AM, "Petr Sumbera" <[EMAIL PROTECTED]> wrote: > > > Caldarale, Charles R wrote: >> >>> From: Andrew Ralph Feller, afelle1 [mailto:[EMAIL PROTECTED] >>> Subject: Re: relation between Tomcat and Apache Commons >>>

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 re

Re: relation between Tomcat and Apache Commons

2008-10-31 Thread Leon Rosenberg
On Fri, Oct 31, 2008 at 1:09 PM, Andrew Ralph Feller, afelle1 <[EMAIL PROTECTED]> wrote: > That is a good point. > > What is your preferred method of running Tomcat? JSVC? Startup / shutdown > scripts? Front-end with Apache HTTP server? Standalone? standalone with start/shutdown scripts as non

Re: relation between Tomcat and Apache Commons

2008-10-31 Thread Andrew Ralph Feller, afelle1
ailto:[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 >> Tomcat's listening port. > > Of co

RE: relation between Tomcat and Apache Commons

2008-10-30 Thread Caldarale, Charles R
> 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 > Tomcat's listening

Re: relation between Tomcat and Apache Commons

2008-10-30 Thread Andrew Ralph Feller, afelle1
d use JSVC. I haven't done this yet, which is why I started the "JSVC vs startup / shutdown scripts" thread. Would love your $0.02, A- On 10/30/08 1:56 PM, "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: >> From: Petr Sumbera [mailto:[EMAIL PROTECTED] >

RE: relation between Tomcat and Apache Commons

2008-10-30 Thread Caldarale, Charles R
> From: Petr Sumbera [mailto:[EMAIL PROTECTED] > Subject: Re: relation between Tomcat and Apache Commons > > Btw I don't see any benefit using jsvc. Is somebody using it? Why? Judging from the comments on this list, many people are using it. The primary reason is to avoid runni

Re: relation between Tomcat and Apache Commons

2008-10-30 Thread Petr Sumbera
how about commons-daemon.jar in bin directory? According to http://tomcat.apache.org/tomcat-6.0-doc/setup.html it is used with jsvc only. Btw I don't see any benefit using jsvc. Is somebody using it? Why? Thanks, Petr -- View this message in context: http://www.nabble.com/relation-between-To

Re: relation between Tomcat and Apache Commons

2008-10-24 Thread Rainer Jung
PetrS schrieb: > > Rainer Jung-3 wrote: > And what about Eclipse JDT Runtime Binary? Are these also renamed into > jasper-jdt.jar? The same reason? Here it's slightly different: The jar file used to include JDT is named non-standard, but the classes contained in it still have the original org.ecl

Re: relation between Tomcat and Apache Commons

2008-10-24 Thread PetrS
this message in context: http://www.nabble.com/relation-between-Tomcat-and-Apache-Commons-tp20145816p20149674.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apach

Re: relation between Tomcat and Apache Commons

2008-10-24 Thread Rainer Jung
Petr Sumbera schrieb: > 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

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