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,
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
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
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
> 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
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
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