Re: Best practice for running Tomcat on port 80

2010-09-09 Thread Pid
On 09/09/2010 15:42, Frank Tilugulilwa wrote: > On Thu, 2010-09-09 at 22:12 +0800, jan gestre wrote: > >>> >>> There's examples of shell scripts called Tomcat.sh, Tomcat5.sh in the >>> unix directory subtree, which may help. Use Tomcat5.sh as a template. >>> >>> It demonstrates how to use & conf

Re: Best practice for running Tomcat on port 80

2010-09-09 Thread Pid
On 09/09/2010 15:12, jan gestre wrote: >> >> There's examples of shell scripts called Tomcat.sh, Tomcat5.sh in the >> unix directory subtree, which may help. Use Tomcat5.sh as a template. >> >> It demonstrates how to use & configure the jsvc binary. >> >> >> p >> > Hi Pid, > > I was able to start

Re: Best practice for running Tomcat on port 80

2010-09-09 Thread Frank Tilugulilwa
On Thu, 2010-09-09 at 22:12 +0800, jan gestre wrote: > > > > There's examples of shell scripts called Tomcat.sh, Tomcat5.sh in the > > unix directory subtree, which may help. Use Tomcat5.sh as a template. > > > > It demonstrates how to use & configure the jsvc binary. > > > > > > p > > > Hi Pid,

Re: Best practice for running Tomcat on port 80

2010-09-09 Thread jan gestre
> > There's examples of shell scripts called Tomcat.sh, Tomcat5.sh in the > unix directory subtree, which may help.  Use Tomcat5.sh as a template. > > It demonstrates how to use & configure the jsvc binary. > > > p > Hi Pid, I was able to start Tomcat by using Tomcat5.sh just like you suggested bu

Re: Best practice for running Tomcat on port 80

2010-09-08 Thread Pid
On 09/09/2010 04:30, jan gestre wrote: > On Tue, Sep 7, 2010 at 3:40 PM, Pid wrote: >> On 07/09/2010 06:14, jan gestre wrote: >>> On Tue, Sep 7, 2010 at 1:02 PM, Wesley Acheson >>> wrote: On Tue, Sep 7, 2010 at 4:34 AM, jan gestre wrote: > I'm using the latest 6.0.29 binary > distr

Re: Best practice for running Tomcat on port 80

2010-09-08 Thread jan gestre
On Tue, Sep 7, 2010 at 3:40 PM, Pid wrote: > On 07/09/2010 06:14, jan gestre wrote: >> On Tue, Sep 7, 2010 at 1:02 PM, Wesley Acheson >> wrote: >>> On Tue, Sep 7, 2010 at 4:34 AM, jan gestre wrote: I'm using the latest 6.0.29 binary distribution, and I don't have an idea where to down

Re: Best practice for running Tomcat on port 80

2010-09-07 Thread Ognjen Blagojevic
On 7.9.2010 9:51, Pid wrote: 3. Iptables Actually, remarkably simple to implement. Should be properly documented within your organisation because it might be hard to discover for less familiar users. If you are talking about NAT, like in this example: = *nat :OUTPUT ACCEPT [93:16135] :PO

Re: Best practice for running Tomcat on port 80

2010-09-07 Thread Rainer Jung
On 07.09.2010 09:40, Pid wrote: On 07/09/2010 06:14, jan gestre wrote: On Tue, Sep 7, 2010 at 1:02 PM, Wesley Acheson wrote: On Tue, Sep 7, 2010 at 4:34 AM, jan gestre wrote: I'm using the latest 6.0.29 binary distribution, and I don't have an idea where to download jsvc, if it's already inc

Re: Best practice for running Tomcat on port 80

2010-09-07 Thread Pid
On 07/09/2010 03:34, jan gestre wrote: > Hi Everyone, > > I've Googled a lot with respect to the subject, and I wanted to > solicit your advice, basically I want to run Tomcat on port 80, some > already objected to the idea of proxying it via Apache, so I'm looking > at using jsvc or pound instead

Re: Best practice for running Tomcat on port 80

2010-09-07 Thread Pid
On 07/09/2010 06:14, jan gestre wrote: > On Tue, Sep 7, 2010 at 1:02 PM, Wesley Acheson > wrote: >> On Tue, Sep 7, 2010 at 4:34 AM, jan gestre wrote: >>> I'm using the latest 6.0.29 binary >>> distribution, and I don't have an idea where to download jsvc, if it's >>> already included I don't kno

Re: Best practice for running Tomcat on port 80

2010-09-06 Thread jan gestre
On Tue, Sep 7, 2010 at 1:02 PM, Wesley Acheson wrote: > On Tue, Sep 7, 2010 at 4:34 AM, jan gestre wrote: >> I'm using the latest 6.0.29 binary >> distribution, and I don't have an idea where to download jsvc, if it's >> already included I don't know the location, could someone please >> enlighte

Re: Best practice for running Tomcat on port 80

2010-09-06 Thread Wesley Acheson
On Tue, Sep 7, 2010 at 4:34 AM, jan gestre wrote: > I'm using the latest 6.0.29 binary > distribution, and I don't have an idea where to download jsvc, if it's > already included I don't know the location, could someone please > enlighten me on how to do this. > It can be downloaded as part of thi

Best practice for running Tomcat on port 80

2010-09-06 Thread jan gestre
Hi Everyone, I've Googled a lot with respect to the subject, and I wanted to solicit your advice, basically I want to run Tomcat on port 80, some already objected to the idea of proxying it via Apache, so I'm looking at using jsvc or pound instead. I'm using the latest 6.0.29 binary distribution,