Is there a limit to mod_jk?

2019-04-24 Thread John Larsen
Hello, Is there a limit to the number of workers instances mod_jk can handle? I currently have 38 tomcat instances running on a machine. I have had up to 75 in the past, but this machine I keep getting bind exception errors but lsof -i :port comes up empty when that particular tomcat is offline.

Re: Using custom Configurator with WebSockets

2019-04-24 Thread Christopher Dodunski
Thanks Mark, you've made it clear that annotating the interface is not an option. Converting my server endpoint from annotation based to programmatic is not a problem, nor is implementing ServerApplicationConfig to configure what were previously @ServerEndpoint elements: value, encoders,

Re: Memory Usage

2019-04-24 Thread Mark Thomas
On 24/04/2019 21:46, Simon Funnell wrote: > Hi, > > I am looking at running a small ecommerce site with about 40-80 users at a > time on a virtual private server with 4 cores and 1GB of memory, I am > planning on running apache james, mysql and tomcat on this instance. My > question is will 256MB

Memory Usage

2019-04-24 Thread Simon Funnell
Hi, I am looking at running a small ecommerce site with about 40-80 users at a time on a virtual private server with 4 cores and 1GB of memory, I am planning on running apache james, mysql and tomcat on this instance. My question is will 256MB maximum heap memory with say 50 threads be enough to

Re: no temp directory creation wanted when embedding Tomcat

2019-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Garret, On 4/23/19 16:46, Garret Wilson wrote: > On 4/22/2019 7:58 AM, Mark Thomas wrote: >> On 21/04/2019 15:53, Garret Wilson wrote: >>> … But now I realize Tomcat is creating this directory structur >>> inside the "base dir" I specified: >>>

Re: ApacheTomcat - 8.0. 37: Files are not displaying in sorted order.

2019-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rahul, On 4/24/19 09:39, Rahul Ranjan wrote: > I am facing an issue. I have a link > [*href="http://pacir.st.tmt.com/nosrw/data/cast/data/*] to "*CAST > Reports*" on my webpage, that redirects to the directory on my > server

Re: Fix for DBCP-518

2019-04-24 Thread Lazar Kirchev
Hello, Any update on this? Regards, Lazar On Tue, Apr 16, 2019 at 4:28 PM Lazar Kirchev wrote: > Hello, > > Do you have any plans to get the fix for > https://issues.apache.org/jira/browse/DBCP-518 in the Tomcat 8.5 clone of > the Commons DBCP? > The commits with the fix are >

Re: It's possible run PHP on Tomcat 8 without use Quercus?

2019-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pablo, On 4/23/19 15:55, Pablo Salazar wrote: > Do you know if exist some GUIDE to configure Tomcat 8 for run php > files??? There isn't any such guide published by the ASF, nor am I aware of any particularly good guides to do such things. My

Re: Problem in ApacheTomcat - 8.0. 37: Files are not displaying in sorted order.

2019-04-24 Thread tomcat
Hi. 1) this list strips most attachments. If you want to post an image, upload it to some shared site, and provide a link to it. 2) look at the Tomcat logfiles (usually in the directory {tomcat installation directory}/logs). If there is an error, it is certain that something in the logfile

Re: no temp directory creation wanted when embedding Tomcat

2019-04-24 Thread Mark H. Wood
It seems to me that the problem may be, that you are trying to use Tomcat but cut away most of its raison d'etre. Asking Google for "embedded web server java" will give you a lot of other possibilities to explore, some of them extremely simple. -- Mark H. Wood Lead Technology Analyst

ApacheTomcat - 8.0. 37: Files are not displaying in sorted order.

2019-04-24 Thread Rahul Ranjan
Hi Team, I am facing an issue. I have a link [*href="http://pacir.st.tmt.com/nosrw/data/cast/data/ *] to "*CAST Reports*" on my webpage, that redirects to the directory on my server " */opt/app/pacir/nwpeb/data/cast/data/*" and shows entire files and

Re: Cannot receive email from tomcat.apache.org

2019-04-24 Thread Mark Thomas
On 24/04/2019 07:27, Mark Thomas wrote: > On 24/04/2019 02:10, Richard Huntrods wrote: >> I have confirmed with my email provider that tomcat.apache.org does >> indeed have nucleus.com on a blacklist. I can provide proof if needed, >> but I do need to get nucleus.com REMOVED from this blacklist. >

Re: Problem in ApacheTomcat - 8.0. 37: Files are not displaying in sorted order.

2019-04-24 Thread Olaf Kock
On 24.04.19 14:52, Rahul Ranjan wrote: > Hi Team, > > I am facing an issue which is related to ApacheTomcat-8.0.37. I wrote > a code to display the files/folder in browser. By default it should > display in alphabetically sorted order. But it's not showing. > I have migrated my code from Unix to

Problem in ApacheTomcat - 8.0. 37: Files are not displaying in sorted order.

2019-04-24 Thread Rahul Ranjan
Hi Team, I am facing an issue which is related to ApacheTomcat-8.0.37. I wrote a code to display the files/folder in browser. By default it should display in alphabetically sorted order. But it's not showing. I have migrated my code from Unix to Linux. In Unix system my code was working fine.

Apache httpd / tomcat AJP connector(s?)

2019-04-24 Thread tomcat
Hi. This is somewhat of an arcane question and somewhat straddling httpd and tomcat, so if I'm on the wrong list for this, just let me know. The question is : is there any particular reason why the combination mod_proxy + mod_proxy_ajp (in httpd), does not seem to follow the

Re: Using custom Configurator with WebSockets

2019-04-24 Thread Mark Thomas
On 24/04/2019 07:16, Christopher Dodunski wrote: > Hi Mark, > > Looking at the Tapestry-IoC Registry code I notice that although it > constructs a (plastic) service proxy object, it does cast it to its > associated interface before making it available from the registry's > getService() method.

Re: no temp directory creation wanted when embedding Tomcat

2019-04-24 Thread Mark Thomas
On 23/04/2019 21:46, Garret Wilson wrote: > On 4/22/2019 7:58 AM, Mark Thomas wrote: >> On 21/04/2019 15:53, Garret Wilson wrote: >>> … >>> But now I realize Tomcat is creating this directory structur inside the >>> "base dir" I specified: >>> >>> tomcat.8080/work/Tomcat/localhost/ROOT >>> >>> I

Re: Using custom Configurator with WebSockets

2019-04-24 Thread Christopher Dodunski
Hi Mark, Looking at the Tapestry-IoC Registry code I notice that although it constructs a (plastic) service proxy object, it does cast it to its associated interface before making it available from the registry's getService() method. So if I move the WebSocket annotations to my interface as

Re: Cannot receive email from tomcat.apache.org

2019-04-24 Thread Mark Thomas
On 24/04/2019 02:10, Richard Huntrods wrote: > I have confirmed with my email provider that tomcat.apache.org does > indeed have nucleus.com on a blacklist. I can provide proof if needed, > but I do need to get nucleus.com REMOVED from this blacklist. Please provide your proof - to