[us...@httpd] Re: Directory Listing in Apache httpd

2010-04-06 Thread Sushant Gulati
The issue is resolved by using IndexOptions directive with NameWidth=* which automatically adjusts the display according to the file name character length. Regards, Sushant On Tue, Apr 6, 2010 at 8:46 PM, Sushant Gulati wrote: > Hi, > > I am facing a minor issue with the directory l

[us...@httpd] Directory Listing in Apache httpd

2010-04-06 Thread Sushant Gulati
Hi, I am facing a minor issue with the directory listing in Apache httpd web server. When I turn FancyIndexing On, the directory listing doesn't display the complete file name of the files in the directory. The file names are long, but I just wanted to know if there is a max limit to the number of

Re: [us...@httpd] Apache Load balancing

2010-01-07 Thread Sushant Gulati
Hi Nima, Can you please elaborate on the basic requirement of setting up your loadbalanced server? Are you looking only for load balancing or high-availability too.? Regards, Sushant On Thu, Jan 7, 2010 at 11:11 AM, nima chavooshi wrote: > Hi > I want to implement load balancing for my apache

Re: [us...@httpd] Re: Apache load balancing

2009-08-14 Thread Sushant Gulati
Please try to use the jvmRoute directive in the server.xml. Regards, Sushant On Fri, Aug 14, 2009 at 3:58 PM, nilesh p wrote: > > wprker.properties is shown below > > worker.list=loadbalancer > > > worker.loadbalancer.type=lb > worker.loadba

Re: [us...@httpd] Apache with multiple instance of jboss on same server

2009-06-11 Thread Sushant Gulati
help each other. Regards, Sushant On Thu, Jun 11, 2009 at 9:11 PM, André Warnier wrote: > Sushant Gulati wrote: > ... > This list does > >> not allow discussions about Jboss configuration. >> > > It is not that the list does not /allow/ discussions about JBoss. >

Re: [us...@httpd] Apache with multiple instance of jboss on same server

2009-06-11 Thread Sushant Gulati
Nilesh, The two JBoss instances need to be on different ports in case they are running on the same physical server with one IP address. Your workers.properties file has a discrepancy regarding the server4 and server5 workers. Before working on Apache tomcat connector configuration, try running th