On Sun, 2008-05-04 at 00:41 -0600, [EMAIL PROTECTED] wrote:
> Hello All,
>
> I'm trying to POST a relatively small amount of content (22K) and find
> that when the request comes via apache/mod_jk, I can only read part of
> the body. The same request to standalone tomcat (HTTP connector) works
> f
Exactly the same problem was discussed there
http://forum.java.sun.com/thread.jspa?threadID=5266266&tstart=0
Seems, I have two ways. Recompile the JSSE with some code added to
finalize method, or using tomcat with another ssl provider.
Does anybody knows how can I do the second case?
>add the f
Hello All,
I'm trying to POST a relatively small amount of content (22K) and find
that when the request comes via apache/mod_jk, I can only read part of
the body. The same request to standalone tomcat (HTTP connector) works
file. I'm reading the POST body with code like:
BufferedReader reader =
If you wanted to go that route, might as well call wget or curl to hit
the manager webapp with a reload command. The OP is trying to reload
one webapp, not the entire tomcat.
--David
David Kerber wrote:
David Smith wrote:
Don't think so. The next best things are a) using the manager webapp
David Smith wrote:
Don't think so. The next best things are a) using the manager webapp
to reload or b) design the webapp to reload local config information
itself. The only down side to (b) is it can't work on resources
defined in tomcat configs like database pools.
Couldn't you call an exte
Don't think so. The next best things are a) using the manager webapp to
reload or b) design the webapp to reload local config information
itself. The only down side to (b) is it can't work on resources defined
in tomcat configs like database pools.
--David
[EMAIL PROTECTED] wrote:
Hello,
i
Hello,
is there any way to reload deployed application from the application itself?
I suppose there must be an API to do that.
Thanks in advance,
Milos Kovacevic
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubs
Hi guys,
Thanks a million for your helpful replies. I suppose I get your points and
seem to me you all talk along same principle line but focus may be on
different segments. So all suggestions and ideas appear coherent to me.
Initial support requirement should be very basic, e.g. not including v