If i am load balancing between different backends, then it is either nginx (if i need SSL) and haproxy for seriously high volume (10k+ per/second).
In todays servers ... Jetty/Tomcat will perform no noticeable difference. If you are REALLY that concerned about CSS/JS delivery then put them on Amazon CloudFront and be done with it.
Life is too short to be complicating the setup with lots of unnecessary hoops for a "perceived" performance gain that most sites don't warrant.
> You wrote: " Seems a bit complicated ... why have you put Apache infront
> of OpenBD?
> What are you hoping to do with Apache that you think Tomcat can't do for
> you?"
> I take it from this comment that you use tomcat to host everything and do
> not put a front end web server in front of tomcat?
> I have always heard that apache, nginx did a better job at hosting images,
> css , js etc than tomcat.
thanks for the replies. I have put apache in front as currently most of my websites are running PHP and i use webmin to manage the server. I used the proxy as was trying to find a way to get my one website on apache to process CFM files, and couldnt find a way that worked. I've tried a few times, but always seem to fail.
On Sunday, August 19, 2012 10:13:56 PM UTC-4, Alan Williamson wrote:
> i use Jetty for OpenBD.
> If i am load balancing between different backends, then it is either > nginx (if i need SSL) and haproxy for seriously high volume (10k+ > per/second).
> In todays servers ... Jetty/Tomcat will perform no noticeable > difference. If you are REALLY that concerned about CSS/JS delivery > then put them on Amazon CloudFront and be done with it.
> Life is too short to be complicating the setup with lots of unnecessary > hoops for a "perceived" performance gain that most sites don't warrant.
> On 19/08/2012 21:15, Randy Johnson wrote: > > Alan,
> > You wrote: " Seems a bit complicated ... why have you put Apache infront > > of OpenBD? > > What are you hoping to do with Apache that you think Tomcat can't do for > > you?"
> > I take it from this comment that you use tomcat to host everything and > do > > not put a front end web server in front of tomcat?
> > I have always heard that apache, nginx did a better job at hosting > images, > > css , js etc than tomcat.
On Monday, August 20, 2012 1:39:46 AM UTC-4, Glenn OConnor wrote:
> Hi,
> thanks for the replies. I have put apache in front as currently most of my > websites are running PHP and i use webmin to manage the server. I used the > proxy as was trying to find a way to get my one website on apache to > process CFM files, and couldnt find a way that worked. I've tried a few > times, but always seem to fail.
> Thanks
> Glenn
> On Sunday, August 19, 2012 10:07:34 PM UTC+2, Glenn OConnor wrote:
On Monday, August 20, 2012 6:48:04 PM UTC+2, Randy Johnson wrote:
> Glen,
> I did not want your issue to get lost because of my unrelated posts to > Alan. Were you able to serve up CFM pages?
> Randy
> On Monday, August 20, 2012 1:39:46 AM UTC-4, Glenn OConnor wrote:
>> Hi,
>> thanks for the replies. I have put apache in front as currently most of >> my websites are running PHP and i use webmin to manage the server. I used >> the proxy as was trying to find a way to get my one website on apache to >> process CFM files, and couldnt find a way that worked. I've tried a few >> times, but always seem to fail.
>> Thanks
>> Glenn
>> On Sunday, August 19, 2012 10:07:34 PM UTC+2, Glenn OConnor wrote:
On Mon, Aug 20, 2012 at 7:19 PM, Glenn OConnor <glenn.ocon...@gmail.com> wrote:
> Hi Randy,
> I have not got the server to process cfm pages yet. I have put a cfm file in
> the root folder. it can be seen at http://www.go-systems.co.za/index.cfm.
> Thanks
> Glenn
> On Monday, August 20, 2012 6:48:04 PM UTC+2, Randy Johnson wrote:
>> Glen,
>> I did not want your issue to get lost because of my unrelated posts to
>> Alan. Were you able to serve up CFM pages?
>> Randy
>> On Monday, August 20, 2012 1:39:46 AM UTC-4, Glenn OConnor wrote:
>>> Hi,
>>> thanks for the replies. I have put apache in front as currently most of
>>> my websites are running PHP and i use webmin to manage the server. I used
>>> the proxy as was trying to find a way to get my one website on apache to
>>> process CFM files, and couldnt find a way that worked. I've tried a few
>>> times, but always seem to fail.
>>> Thanks
>>> Glenn
>>> On Sunday, August 19, 2012 10:07:34 PM UTC+2, Glenn OConnor wrote:
On Monday, August 20, 2012 7:24:02 PM UTC+2, Nitai @ Razuna wrote:
> Make sure that the WEB-INF and the bluedragon folder are also in the > root directory. Right next to your .cfm files.
> Kind Regards, > Nitai
> On Mon, Aug 20, 2012 at 7:19 PM, Glenn OConnor <glenn....@gmail.com<javascript:>> > wrote: > > Hi Randy,
> > I have not got the server to process cfm pages yet. I have put a cfm > file in > > the root folder. it can be seen at http://www.go-systems.co.za/index.cfm.
> > Thanks
> > Glenn
> > On Monday, August 20, 2012 6:48:04 PM UTC+2, Randy Johnson wrote:
> >> Glen,
> >> I did not want your issue to get lost because of my unrelated posts to > >> Alan. Were you able to serve up CFM pages?
> >> Randy
> >> On Monday, August 20, 2012 1:39:46 AM UTC-4, Glenn OConnor wrote:
> >>> Hi,
> >>> thanks for the replies. I have put apache in front as currently most > of > >>> my websites are running PHP and i use webmin to manage the server. I > used > >>> the proxy as was trying to find a way to get my one website on apache > to > >>> process CFM files, and couldnt find a way that worked. I've tried a > few > >>> times, but always seem to fail.
> >>> Thanks
> >>> Glenn
> >>> On Sunday, August 19, 2012 10:07:34 PM UTC+2, Glenn OConnor wrote:
The default download of OpenBD has them. I think your issue is that
you have a openBD folder and place the .cfm files outside of it,
right? You either have to move the content of the OpenBD folder to
your .cfm files or then move your .cfm files into your OpenBD folder
and then simply redirect all requests into that folder.
On Mon, Aug 20, 2012 at 7:43 PM, Glenn OConnor <glenn.ocon...@gmail.com> wrote:
> Hi Nitai,
> I dont have those folders there. Where can i get them ?
> Thanks
> Glenn
> On Monday, August 20, 2012 7:24:02 PM UTC+2, Nitai @ Razuna wrote:
>> Make sure that the WEB-INF and the bluedragon folder are also in the
>> root directory. Right next to your .cfm files.
>> Kind Regards,
>> Nitai
>> On Mon, Aug 20, 2012 at 7:19 PM, Glenn OConnor <glenn....@gmail.com>
>> wrote:
>> > Hi Randy,
>> > I have not got the server to process cfm pages yet. I have put a cfm
>> > file in
>> > the root folder. it can be seen at
>> > http://www.go-systems.co.za/index.cfm.
>> > Thanks
>> > Glenn
>> > On Monday, August 20, 2012 6:48:04 PM UTC+2, Randy Johnson wrote:
>> >> Glen,
>> >> I did not want your issue to get lost because of my unrelated posts to
>> >> Alan. Were you able to serve up CFM pages?
>> >> Randy
>> >> On Monday, August 20, 2012 1:39:46 AM UTC-4, Glenn OConnor wrote:
>> >>> Hi,
>> >>> thanks for the replies. I have put apache in front as currently most
>> >>> of
>> >>> my websites are running PHP and i use webmin to manage the server. I
>> >>> used
>> >>> the proxy as was trying to find a way to get my one website on apache
>> >>> to
>> >>> process CFM files, and couldnt find a way that worked. I've tried a
>> >>> few
>> >>> times, but always seem to fail.
>> >>> Thanks
>> >>> Glenn
>> >>> On Sunday, August 19, 2012 10:07:34 PM UTC+2, Glenn OConnor wrote: