RE: clarification of server.xml settings for AJP 1.3 Thread Limit

2008-01-06 Thread Mohan2005
> D > > On Wed, 2008-01-02 at 11:12 -0800, Mohan2005 wrote: >> thank you. we will look into this. >> >> Caldarale, Charles R wrote: >> > >> >> From: Mohan2005 [mailto:[EMAIL PROTECTED] >> >> Subject: Re: clarification of server.xml sett

RE: clarification of server.xml settings for AJP 1.3 Thread Limit

2008-01-03 Thread David Cassidy
you. we will look into this. > > Caldarale, Charles R wrote: > > > >> From: Mohan2005 [mailto:[EMAIL PROTECTED] > >> Subject: Re: clarification of server.xml settings for AJP 1.3 > >> Thread Limit > > > >> on jboss side server.xml file, we wi

RE: clarification of server.xml settings for AJP 1.3 Thread Limit

2008-01-02 Thread Mohan2005
thank you. we will look into this. Caldarale, Charles R wrote: > >> From: Mohan2005 [mailto:[EMAIL PROTECTED] >> Subject: Re: clarification of server.xml settings for AJP 1.3 >> Thread Limit > >> on jboss side server.xml file, we wish to increase the >>

RE: clarification of server.xml settings for AJP 1.3 Thread Limit

2008-01-02 Thread Caldarale, Charles R
> From: Mohan2005 [mailto:[EMAIL PROTECTED] > Subject: Re: clarification of server.xml settings for AJP 1.3 > Thread Limit > on jboss side server.xml file, we wish to increase the > maximum THREAD count for the AJP 1.3 connector port 8009; > Which parameter is used to do t

Re: clarification of server.xml settings for AJP 1.3 Thread Limit

2008-01-02 Thread Mohan2005
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/clarification-of-server.xml-settings-for-AJP-1.3-Thread-Limit-tp14581745p14582636.html Sent from the Tomcat - User mailing list

Re: clarification of server.xml settings for AJP 1.3 Thread Limit

2008-01-02 Thread Rainer Jung
Mohan2005 schrieb: > Question 02 > > Recently we have made our jboss servers j2ee compliant, earlier it was not. > Earlier we used the Apache front end to render all static pages such as > image files, php files etc... > > Now we cannot do that, AS FAR AS WE KNOW, as j2ee does not allow it. So w

clarification of server.xml settings for AJP 1.3 Thread Limit

2008-01-02 Thread Mohan2005
doing mod_jk load balancing while un-mounting all jpeg, gif, etc... files. Is there a way we can have J2EE and have ONLY Apache render these static pages ? Thanks in Advance Reg mohan -- View this message in context: http://www.nabble.com/clarification-of-server.xml-settings-for-AJP-1.3

Re: Server.xml Settings

2007-08-31 Thread Mark Thomas
Stasa Jerinic wrote: > Is there a way to declare the port="80" but only for host=dato.app.at? No. Connectors apply to the whole server. The Remote Address Valve applied at the host level (see http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html) may help you do what you want to do. Mark --

Server.xml Settings

2007-08-31 Thread Stasa Jerinic
Hallo, I expanded my server.mxl. I added after the tag new tag So there are now two ways to start my web-application. By calling http://localhost:8080/app or by calling http://dato.app.at:8080 The problem that I didn't solve is how to set the port 8080 to 80 but only for calling the