Re: executor does not work with AJP connector

2008-10-27 Thread Joe Reger, Jr.
I'm load balancing with Apache 2.2 and mod_jk. Thanks, Joe On Sun, Oct 26, 2008 at 9:42 PM, Joe Reger, Jr. <[EMAIL PROTECTED]> wrote: > Kinda late to this party but I've gotten the same NPE issue when adding an > Executor to an AJP Connector on 6.0.14 (Win2000Server). But,

Re: executor does not work with AJP connector

2008-10-26 Thread Joe Reger, Jr.
Kinda late to this party but I've gotten the same NPE issue when adding an Executor to an AJP Connector on 6.0.14 (Win2000Server). But, I've also gotten it to work on 6.0.14 on a different machine (Windows XP)... same server.xml. Experimenting with the problem server I found that I could keep the

HttpServletResponseProxy/Manually Managing Lifecycle of Servlet from Inside JSP

2006-03-30 Thread Joe Reger, Jr.
Hi, I need to manually manage the lifecycle of a servlet within a jsp file. I can't use because I need to capture the output as a string and then throw it into a templating engine. HttpServletResponse managedResponse = new HttpServletResponse(); MyServlet servlet = new MyServlet(); servlet.init

Catalina Startup Error: Socket bind failed: 730048

2006-01-16 Thread Joe Reger, Jr.
Hi! I've been getting a bind error lately on Windows XP development instances using Tomcat 5.5.12. It looks like the web connector is trying to bind to port 730048 but I have it set to port 8080 in server.xml. I've searched my config files and don't see 730048 anywhere. On one of the dev boxes

Re: How much memory will Tomcat 5.5/Java 5 support?

2005-12-03 Thread Joe Reger, Jr.
> Are you running a 64bit or 32bit OS? If 32bit the JVM will not be able to > assign higher that 2gb for a single process (which includes system overheads > etc). Hi Carl - I'm 32 bit right now. I'll check the archive for past posts. How would you go about using more of the memory that I have

How much memory will Tomcat 5.5/Java 5 support?

2005-12-03 Thread Joe Reger, Jr.
Hi! I'm having trouble getting my Tomcat 5.5. production box to use more than 1.1Gb of memory. 1) When I use the Configure Tomcat console's Java tab to set the Maximum Memory Pool I can only use a max of 1999Mb. If I go above that the Windows Tomcat service will fail to start. 2) Tomcat will st

OT: Java database schema managers?

2005-11-25 Thread Joe Reger, Jr.
A bit off-topic but I haven't found a good answer elsewhere. Problem: Single Tomcat/Java/MySql app deployed to many companies/users. As users upgrade the app we need to change their database schema (update tables, add columns, delete columns, etc). Current solution: We have a homegrown infrastr