Re: Fragmented delivery of servlet request

2010-04-11 Thread Doug Herbert
Subject: Re: Fragmented delivery of servlet request To: Tomcat Users List users@tomcat.apache.org Received: Saturday, 10 April, 2010, 7:48 AM -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doug, On 4/9/2010 2:31 PM, Doug Herbert wrote: some timimgs : took 1500 milli seconds for all

Re: Fragmented delivery of servlet request

2010-04-09 Thread Doug Herbert
into tomcat. eg. in plain terms tomcat started responding before all fragmented packets had even arrived at the web server ! --- On Fri, 9/4/10, Doug Herbert dougy_herb...@yahoo.com wrote: From: Doug Herbert dougy_herb...@yahoo.com Subject: Fragmented delivery of servlet request To: users

Fragmented delivery of servlet request

2010-04-08 Thread Doug Herbert
Thoughts welcomed on the following problem : Centos 5.4, http 2.2.3, tomcat5-5.5.23-0jpp.7.el5_3.2, java-1.6.0-openjdk-1.6.0.0-1.7.b09.el5 A large servlet request, POST'ed from client to apache, connected using proxy_ajp to ajp://localhost:8009. reassembled on server eth0 as 10766 bytes but

Re: Applets with IE - difference between Tomcat and plain HTML?

2009-03-20 Thread herbert
there is no AccessControlException or stuff like that. Regards, Herbert -- View this message in context: http://www.nabble.com/Applets-with-IE---difference-between-Tomcat-and-plain-HTML--tp22596302p22616093.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Applets with IE - difference between Tomcat and plain HTML?

2009-03-20 Thread herbert
...another strange thing: The IE just stops showing the HTML-file, when the applet-tag is reached in the source-code of the HTML-file, that is, every HTML-Tag before the applet-tag is shown on the screen, every HTML-Tag after the applet-tag is not shown on the screen. If I ask the browser, to

Re: Applets with IE - difference between Tomcat and plain HTML?

2009-03-20 Thread herbert
Hi! awarnier wrote: applet type=application/x-java-applet width=600 height=350 .. Great post, I've used applet code=Applet.class ... width=90% height=90% / before, if I use applet code=Applet.class ... width=90 height=90 / it works out in IE. I don't have to understand this. ;)

Applets with IE - difference between Tomcat and plain HTML?

2009-03-19 Thread herbert
. So where's my error? What's the difference between displaying the mere-HTML-file vs. the Tomcat-startpage? Any help is very appreciated! Greetings, Herbert -- View this message in context: http://www.nabble.com/Applets-with-IE---difference-between-Tomcat-and-plain-HTML--tp22596302p22596302

apache(v2.0) front-end to jboss(v4.0.3)/tomcat5.5 webapp: context path prepend ?

2006-03-21 Thread Xin Herbert Wu
Hi, All, I am new to Apache2.0/Jboss4.0.3-Tomcat5.5 integration. After looking over apache/tomcat docs, I am still stuck with this problem: (1) Assume I have a web app called mywebapp.war and I deployed it to the jboss server(http1.1 connector listens on port 8080). I can access this web app with

RE: apache(v2.0) front-end to jboss(v4.0.3)/tomcat5.5 webapp: context path prepend ?

2006-03-21 Thread Xin Herbert Wu
) front-end to jboss(v4.0.3)/tomcat5.5 webapp: context path prepend ? From: Xin Herbert Wu [mailto:[EMAIL PROTECTED] Subject: apache(v2.0) front-end to jboss(v4.0.3)/tomcat5.5 webapp: context path prepend ? What's the proper way to configure apache and/or mod_jk so that both (1) and (2

RE: apache(v2.0) front-end to jboss(v4.0.3)/tomcat5.5 webapp: context path prepend ?

2006-03-21 Thread Xin Herbert Wu
if I can do it on Apache server end. -Xin -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 11:59 AM To: Tomcat Users List Subject: RE: apache(v2.0) front-end to jboss(v4.0.3)/tomcat5.5 webapp: context path prepend ? From: Xin Herbert

RE: apache(v2.0) front-end to jboss(v4.0.3)/tomcat5.5 webapp: context path prepend ?

2006-03-21 Thread Xin Herbert Wu
path prepend ? From: Xin Herbert Wu [mailto:[EMAIL PROTECTED] Subject: RE: apache(v2.0) front-end to jboss(v4.0.3)/tomcat5.5 webapp: context path prepend ? Oh, I do not think so. Public request must come from apache. We run Jboss cluster and mod_jk is the load balancer. O.k., that's

WG: Noclassdeffound when using jspc ant task

2005-12-16 Thread Linseisen Herbert
All I get when i try to run the jspc task of tomcat is --- in any combination tomcat 4 to 5.5 -- what am i doing wrong? I just took the example build file of the tomcat documentation and added my pathnames Apache Ant version 1.6.2 compiled on July 16 2004 Buildfile: jspc2.ant Detected

AW: Noclassdeffound when using jspc ant task

2005-12-16 Thread Linseisen Herbert
} webXmlFragment=${webapproot}${webappname}/WEB-INF/generated_web.xml outputDir=${webapproot}/src / /target /project Grüße Herbert Linseisen Webasto AG Herbert Linseisen IT-Berater Business Unit: Central Services C1.3.5 Kraillinger Strasse 5 D-82131 Stockdorf Tel.: +49

AW: Noclassdeffound when using jspc ant task

2005-12-16 Thread Linseisen Herbert
Thanks for your help, I found it out now --- due to the ANT_HOME setting in my environment i took the ant version 1.6.2. After switching to ant 1.6.5 everithing works quite well Grüße Herbert Linseisen -Ursprüngliche Nachricht- Von: Bernhard Slominski [mailto:[EMAIL PROTECTED