Re: Apache Tomcat Connector - configuration

2013-07-29 Thread Rainer Jung
On 29.07.2013 03:49, srinivas yelamanchili wrote: Hi, I am trying to configure Apache httpd talk to Tomcat From the documentation at http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html 1. Under 'Using Tomcat auto-configure' we have this line creating your

Re: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-17 Thread Rainer Jung
On 17.11.2009 02:33, ndunn1979 wrote: Rainer Jung-3 wrote: BTW: Do you use the tomcat native connector? If so, try whether the problem comes from tcnative. So, I tried increasing the log level on the Tomcat side, but it was a stab in the dark because I'm not very familiar with the

Re: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-16 Thread ndunn1979
Rainer Jung-3 wrote: BTW: Do you use the tomcat native connector? If so, try whether the problem comes from tcnative. So, I tried increasing the log level on the Tomcat side, but it was a stab in the dark because I'm not very familiar with the default style of logging (I use log4j,

Re: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-13 Thread Rainer Jung
On 13.11.2009 02:39, Christopher Schultz wrote: Rainer, On 11/12/2009 6:10 PM, Rainer Jung wrote: The 8184 refers to the AJP default max packet size of 8KB minus some protocol overhead. So if a bug response is send, you will see lots of thosse 8184, which are simply fully sized AJP packets.

Re: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-13 Thread ndunn1979
Rainer Jung-3 wrote: As said: JkLogLevel trace will log the full packets. I reran it with trace log level and I can see the break now between the packets. One example that works (notice inde at the end of the first packet and x at the beginning of the next one: [Fri Nov 13

Re: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-13 Thread Rainer Jung
On 13.11.2009 15:06, ndunn1979 wrote: Rainer Jung-3 wrote: As said: JkLogLevel trace will log the full packets. I reran it with trace log level and I can see the break now between the packets. Good. One example that works (notice inde at the end of the first packet and x at the

Re: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-13 Thread ndunn1979
I left them off because they were the same. The only difference is they are a second apart. [Fri Nov 13 08:32:07.359 2009] [1916:2244] [debug] jk_ajp_common.c (1259): 03 1F F8 61 63 74 69 6F 6E 3D 31 26 6E 61 6D 65 - ...action=1name [Fri Nov 13 08:32:08.218 2009] [1916:2244] [debug]

Re: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-13 Thread Rainer Jung
On 13.11.2009 21:41, ndunn1979 wrote: I left them off because they were the same. The only difference is they are a second apart. [Fri Nov 13 08:32:07.359 2009] [1916:2244] [debug] jk_ajp_common.c (1259): 03 1F F8 61 63 74 69 6F 6E 3D 31 26 6E 61 6D 65 - ...action=1name [Fri

Re: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-12 Thread ndunn1979
Another thought, the application works fine if I go to Tomcat directly via port 8080. -- View this message in context: http://old.nabble.com/Apache-Tomcat-Connector-%28AJP13%29-is-corrupting-html-content-tp26320290p26320720.html Sent from the Tomcat - User mailing list archive at Nabble.com.

RE: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-12 Thread Caldarale, Charles R
From: ndunn1979 [mailto:ndunn...@earthlink.net] Subject: Apache Tomcat Connector (AJP13) is corrupting html content I'm using Apache 2.2 with Tomcat 5.5 on a Windows XP box. Exact httpd version? Exact Tomcat version? Exact mod_jk version? JRE version? - Chuck THIS COMMUNICATION MAY

Re: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 11/12/2009 10:07 AM, ndunn1979 wrote: I am experiencing an odd issue using AJP13 to connect Apache up to Tomcat. Which version of mod_jk are you using? Where did you get your mod_jk binary? What JVM are you using? -

Re: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-12 Thread André Warnier
ndunn1979 wrote: I am experiencing an odd issue using AJP13 to connect Apache up to Tomcat. I've gotten it all setup and working for small pages, but I have a use case where Tomcat serves a very large page 300KB. ... Just so that you would not think that this is a common issue : I have a

RE: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-12 Thread ndunn1979
Apache HTTP Server/2.2.14 mod_jk/1.2.28 jdk 1.6.0_07-b06 Apache Tomcat/5.5.26 I got the binary for mod_jk from a mirror on the tomcat connectors download page. The exact filename was mirror/win32/jk-1.2.28/mod_jk-1.2.28-httpd-2.2.3.so -- View this message in context:

Re: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-12 Thread Rainer Jung
On 12.11.2009 16:07, ndunn1979 wrote: I am experiencing an odd issue using AJP13 to connect Apache up to Tomcat. I've gotten it all setup and working for small pages, but I have a use case where Tomcat serves a very large page 300KB. In this particular case, the page does not load

Re: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-12 Thread ndunn1979
Rainer Jung-3 wrote: Does it happen every time for that page? Or is it at least easily reproducible for you? Does the load not completely always stop at the same position? If yes, which byte offset? Thos questions help us decide, how easily we will be able to attack the prpblem. The

Re: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-12 Thread Rainer Jung
On 12.11.2009 23:35, ndunn1979 wrote: Rainer Jung-3 wrote: Does it happen every time for that page? Or is it at least easily reproducible for you? Does the load not completely always stop at the same position? If yes, which byte offset? Thos questions help us decide, how easily we will

Re: Apache Tomcat Connector (AJP13) is corrupting html content

2009-11-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 11/12/2009 6:10 PM, Rainer Jung wrote: The 8184 refers to the AJP default max packet size of 8KB minus some protocol overhead. So if a bug response is send, you will see lots of thosse 8184, which are simply fully sized AJP packets.

Re: apache tomcat connector multi domains problem

2009-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kalmn, On 6/26/2009 3:40 AM, Kalmn CHEUNG Ka Keung wrote: Linux version 2.6.8.1-12mdksmp Sun JDK1.4.2 Apache-2.0.54 (domains: web.myserver.com, mobile.myserver.com) jakarta-tomcat-connectors-jk2-2.0.4 jakarta-tomcat-5.0.28 X 2 Note that these

Re: apache tomcat connector header size

2009-02-24 Thread eric tse
Hi Andre and guys, can you help me Thanks Eric On Thu, Feb 19, 2009 at 3:54 PM, eric tse hfe...@gmail.com wrote: Thanks Andre which Apache/Tomcat connector are you talking about ? isapi_redirect.dll (1.2.14.0) The official site is http://tomcat.apache.org/connectors-doc/ what

Re: apache tomcat connector header size

2009-02-24 Thread Rainer Jung
On 19.02.2009 21:54, eric tse wrote: which Apache/Tomcat connector are you talking about ? isapi_redirect.dll (1.2.14.0) The official site is http://tomcat.apache.org/connectors-doc/ what versions of Apache, Tomcat, and the connector ? Proxy on IIS6 windows 2K3, tomcat backend (6.0.18) on

Re: apache tomcat connector header size

2009-02-24 Thread eric tse
Thank you very much On Tue, Feb 24, 2009 at 2:59 PM, Rainer Jung rainer.j...@kippdata.de wrote: On 19.02.2009 21:54, eric tse wrote: which Apache/Tomcat connector are you talking about ? isapi_redirect.dll (1.2.14.0) The official site is http://tomcat.apache.org/connectors-doc/ what

Re: apache tomcat connector header size

2009-02-19 Thread eric tse
Thanks Andre which Apache/Tomcat connector are you talking about ? isapi_redirect.dll (1.2.14.0) The official site is http://tomcat.apache.org/connectors-doc/ what versions of Apache, Tomcat, and the connector ? Proxy on IIS6 windows 2K3, tomcat backend (6.0.18) on solaris 10 on what

Re: apache tomcat connector header size

2009-02-04 Thread André Warnier
Eric, I'll answer this, so that you don't feel like being totally ignored, which should really be the case. If you really want an answer however, I suggest you repost with some additional information : - which Apache/Tomcat connector are you talking about ? - what versions of Apache,

Re: apache tomcat connector header size

2009-02-03 Thread eric tse
On Tue, Feb 3, 2009 at 2:08 PM, eric tse hfe...@gmail.com wrote: Can I bump up the header size of the apache tomcat connector header ??? How? I think I am trying to a big header transfer .. and it breaks in proxy point, saying fail to append header. and did route Thanks Eric Tse

Re: apache tomcat connector header size

2009-02-03 Thread eric tse
how can I bump up the header size of connector? apache tomcat connector header ??? How? I think I am trying to a big header transfer .. and it breaks in proxy point, saying fail to append header. and did route Thanks Eric Tse On Tue, Feb 3, 2009 at 2:08 PM, eric tse hfe...@gmail.com

Re: Apache - Tomcat Connector for NIO AJP

2008-11-06 Thread Filip Hanik - Dev Lists
that wont work, you have to use a HTTP connector for Comet functionality, and in that case use mod_proxy_http Filip Burak Oguz wrote: Hi everybody, I am using Tomcat 6.0.18 and Apache2. Anyone knows how to connect tomcat with apache over AJP/NIO. I developed a Comet application but I should

Re: Apache Tomcat Connector

2006-10-23 Thread Michael Courcy
Can you send a complete request ie http://x.com/page.jsp that return 400 code. Matthew Dickinson a écrit : Hi, I'm running into an issue of a new install of Tomcat and the Connector to integrate with an existing apache site. RHEL4 httpd-2.0.55-2 tomcat5-5.5.17-6jpp_2rh Mod_jk-1.2.19 built

RE: Apache Tomcat Connector

2006-09-05 Thread Jim Weir
From: Jim Weir [EMAIL PROTECTED] Reply-To: Tomcat Users List users@tomcat.apache.org To: users@tomcat.apache.org Subject: Apache Tomcat Connector Date: Tue, 05 Sep 2006 10:20:36 -0400 To all, My JK connector is working but I can't figure out how to forward to Tomcat. How do I know? In my

RE: Apache- Tomcat Connector Problem...newbi question

2006-08-16 Thread Atul Govande
to .ZZZ. If you receive an attachment named .ZZZ please rename it to .ZIP. Sorry for the inconvenience. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yassine ELassad (YEL) Sent: Tuesday, August 15, 2006 4:09 PM To: Tomcat Users List Subject: Re: Apache- Tomcat

Re: Apache- Tomcat Connector Problem...newbi question

2006-08-15 Thread Yassine ELassad (YEL)
Hi Atul, it would be a good help if you can send us your configurations of Apache, server.xml, workers.properties and the mod_jk.conf if you have some you could have a look at this sample it maybe a good place to start for you: http://tomcat.anfatech.com/cocoon/tomcat/g12/19.html Greetings

RE: Apache - Tomcat connector

2006-07-28 Thread Atul Govande
receive an attachment named .ZZZ please rename it to .ZIP. Sorry for the inconvenience. -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 1:25 PM To: Tomcat Users List Subject: Re: Apache - Tomcat connector Easy answer: mod_jk Mod-jk2 lost all support

Re: Apache - Tomcat connector

2006-07-27 Thread David Smith
Easy answer: mod_jk Mod-jk2 lost all support and its features have been back-ported to mod_jk . --David Atul Govande wrote: Hi , I am new to tomcat as well as Apache. I got both thing working independently and now I am trying to connect two together. I was looking different documentation

Re: Apache - Tomcat connector

2006-07-27 Thread Steve Ochani
On 27 Jul 2006 at 13:03, Atul Govande wrote: Hi , I am new to tomcat as well as Apache. I got both thing working independently and now I am trying to connect two together. I was looking different documentation and was wondering which is better way JK2 or Mod_JK . What is the difference?