I've had to do this a few times in my life - never easy... One way is to
use
an in-memory database like hsqldb - ( http://hsqldb.org/ ) - and what you do
here is one context sticks an object with a key into the database, and the
other
context picks it up from the hsqldb - both "listen" in on a soc
I don't know if this is what you are looking for, but for my Apache (which
uses mod_jk) in the config file I have this line:
JkLogFile /var/log/jklog.log
a.m.
On Feb 12, 2008 1:09 PM, Zsolt Koppany <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I start tomcat with nohup and get lot of mod_jk warnings in
M-
> - Original Message -
> From: "david delbecq" <[EMAIL PROTECTED]>
> To: "Tomcat Users List"
> Sent: Thursday, January 10, 2008 4:59 PM
> Subject: Re: Tomcat 6 UTF-8 GET and POST - please Help..
>
>
> > Aleksandar Matijaca a écrit :
> &
e any call to
> getParameter(s). a filter or a valve might be a good place :)
>
> btw, be carefull, struts (i see you use struts) tends to also have his
> default behaviour when decoding POST :)
>
>
>
> Aleksandar Matijaca a écrit :
> > Hi there,
> >
> > I am
> getParameter(s). a filter or a valve might be a good place :)
>
> btw, be carefull, struts (i see you use struts) tends to also have his
> default behaviour when decoding POST :)
>
>
>
> Aleksandar Matijaca a écrit :
> > Hi there,
> >
> > I am having some is
I have tested the stuff below on JETTY, and both GET and POST work fine.
Thanks again, a.m.
On Jan 10, 2008 2:06 PM, Aleksandar Matijaca <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> I am having some issue with submitting foreign language fonts in HTML form
> to Tomcat.
>