I have an internationalised app running in UTF-8 on tomcat 4.0.4 and when I
add in that Valve I get loads of errors because it seems to be converting my
data to iso-8859-1.  So I have to use a URLDecoder when I am using that
valve.

Hope this helps.

Andoni.

----- Original Message -----
From: "Yansheng Lin" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Friday, November 14, 2003 3:09 PM
Subject: RE: Enabling <valve> crashed ESRI Arcims applications.


> Oh once I commented that line, everything worked fine.  I will try
"debug='100'"
> today to see what kind of error I was getting.
>
> -----Original Message-----
> From: Januski, Ken [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 13, 2003 4:44 PM
> To: Tomcat Users List
> Subject: RE: Enabling <valve> crashed ESRI Arcims applications.
>
>
> It might be a good idea to put the comment back in, restart Tomcat, and
then
> see whether or not you get these errors. At least that way you know
whether
> or not they're related to your changes.
>
>
> -----Original Message-----
> From: Yansheng Lin [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 13, 2003 5:59 PM
> To: 'Tomcat Users List'
> Subject: RE: Enabling <valve> crashed ESRI Arcims applications.
>
>
> Nope, no errors or exception(not that I know of:). I did a
>
> >tail apache_log.2003-11-13.txt
>
> and the log just stop there after the first arcims request.  And on the
> arcims
> server side, nothing happens, i.e., no arcims request was received.  I do
> get
> the following exception when I started my tomcat.  But I think that
> exception is
> always there, with or without <Valve>.
>
> --------------
> 2003-11-13 15:20:14 [org.apache.catalina.connector.warp.WarpConnection]
> Exception on socket
> java.net.SocketException: Socket closed
>         at java.net.SocketInputStream.socketRead0(Native Method)
>         at java.net.SocketInputStream.read(SocketInputStream.java:116)
>         at java.net.SocketInputStream.read(SocketInputStream.java:144)
>         at org.apache.catalina.connector.warp.WarpConnection.recv(Unknown
> Source)
>         at
> org.apache.catalina.connector.warp.WarpRequestHandler.handle(Unknown
> Source)
>         at org.apache.catalina.connector.warp.WarpConnection.run(Unknown
> Source)
>         at java.lang.Thread.run(Thread.java:536)
>
>
>
>
> -----Original Message-----
> From: Filip Hanik [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 13, 2003 3:46 PM
> To: Tomcat Users List
> Subject: Re: Enabling <valve> crashed ESRI Arcims applications.
>
>
> did you get a stack trace?
>
> Filip
> ----- Original Message -----
> From: "Yansheng Lin" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> Sent: Thursday, November 13, 2003 2:41 PM
> Subject: Enabling <valve> crashed ESRI Arcims applications.
>
>
>
> Wow, this is kind of cool.  And I couldn't explain it!
>
> If I uncomment the following header logging in my server.xml, all of
> 'arcims-related' application does not work anymore.  And it seems that the
> request wasn't even sent to 'arcims' server.
>
> <Valve className="org.apache.catalina.valves.RequestDumperValve"/>
>
> Unfortunately, arcims uses a propriety servlet.  So I have no idea what's
> inside
> of that class.
>
> All other application worked with logging.
>
> Thanks!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to