I think this is a great finding - it will certainly help all those teams
faced with the Out of memory errors which curiously pops up oly after we
move the code to production..
I hope you will have the tomcat developers look into this by sending this to
tomcat-developers forum.
THanks,
Anoop
On 1
Here is some code that might help you:
import java.io.*;
import java.net.*;
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class InitServlet extends HttpServlet {
public void init(ServletConfig config) throws ServletException {
super.init(config);
Pulkit,
I don't have any experience with WinServer (strictly a Linux man), but if it
works... Also, it was my understanding (last time I checked) that no one's
maintaining the old jk connector code - possibly because your method is now
the recommended way? I don't know.
Good luck!
Daniel
> --
I found this on the web that seems to explain why the problem is
occurring...
http://opensource2.atlassian.com/projects/spring/browse/SPR-1518
"Sean Dockery" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I have a TestCase as follows...
>
> package example;
>
> import java.util.Dat
Tomahawk Computers (www.tomahawkcomputers.com),
Singapore, released an advanced multimedia centric
Linux desktop distribution featuring Intel Centrino
wireless technology, Zeroconf, High-Definition audio
and video playback, Bluetooth, Firewire, iPod access
and Podcasts. Complete suite of software a
Hello:
I use Tomcat Connector to forward servlet requests from IIs6 to
tomcat5, my config like this:
file workers.properties.minimal
worker.list=wlb
worker.wlb.host=localhost
worker.wlb.port=8009
worker.wlb.type=ajp13
worker.wlb.socket_keepalive=1
worker.wlb.socket_timeout=36000
f
__赶快注册雅虎超大容量免费邮箱?http://cn.mail.yahoo.com--- Begin Message ---
Hello:
I use Tomcat Connector to forward servlet requests from IIs6 to tomcat5, my
config like this:
file workers.properties.minimal
worker.list=wlb
worker.wlb.host=localhos
Hello:
I use Tomcat Connector to forward servlet requests from IIs6 to tomcat5, my
config like this:
file workers.properties.minimal
worker.list=wlb
worker.wlb.host=localhost
worker.wlb.port=8009
worker.wlb.type=ajp13
worker.wlb.socket_keepalive=1
worker.wlb.socket_timeout=36000
Hi Daniel,
Firstly, Thank you for your response.
Secondly, I must confess that I failed to grasp some of it due to my
ignorance of Unix. I understood the overall idea but found myself
scared/hesitant in implementing it as I'm using Win Server 2003. I'm a bit
perplexed by the contents you said I c
I've set up my system so that Apache handles all requests, and forwards to
the servlet when the path is www.mysite.com/myservlet/*.
Following are my installation notes.
(note that there's a slightly newer version of the JK connector)
% tar zxf jakarta-tomcat-connectors-jk2-src-current.tar.gz
% c
Hi,
Thank you for the suggestion :)
I will give it a shot but I am really too deep into my setup to be doing any
big changes or something new! So while I try to google and learn more about
setting up mod_proxy, I would really appreciate if someone can tell me:
How do I go about configuring apache
11 matches
Mail list logo