Hi!
I got an urgent problem with load balancing 2 (or more) Tomcat Servers
by using the IIS ISAPI JK Connector (we want to try to remove Resin and
use Tomcat instead):
Installed:
Windows Server 2003
IIS 6.0
(on 2 different machines, same configuration)
Our Servlet(s)
Our software is
That was only the GET. The complete headers was so:
GET
/geonetwork/srv/en/main.search?extended=off&remote=off&attrset=geo&any=&hitsPerPage=10
HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/x-shockwave-flash, application/vnd.ms-excel,
application/vnd.ms-powe
Piero Cavalieri wrote:
The get:
GET
/geonetwork/srv/en/main.search?extended=off&remote=off&attrset=geo&any=&hitsPerPage=10
HTTP/1.1
The response:
HTTP/1.1 400 Bad Request
Content-Type: text/html
Date: Thu, 31 Aug 2006 10:02:04 GMT
Connection: close
Content-Length: 35
Is it because you are m
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
sorry I do not know the answer to your problem, but you might want to
try to update your ISAPI_redirect.dll
Check :
http://ftp.rhnet.is/pub/apache/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.18/
hope it helps
- -reynir
Piero Cavalieri wr
It don't tell me anything, because when I have the error, it's no
logged
I only saw the last succesfull GET.
The servlet ouput is enbedded inside an aspx page via iframe. .NET is
2.0. On XP no problem. On Win2003 only one servlet give me this problem.
Further with IE6 very often (always),
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
hi,
post your isapi log, you can set the loglevel to debug via the registry.
usually this tells alot.
hope it helps
- -reynir
Piero Cavalieri wrote:
> The get:
> GET
> /geonetwork/srv/en/main.search?extended=off&remote=off&attrset=geo&any=&hitsP
The get:
GET
/geonetwork/srv/en/main.search?extended=off&remote=off&attrset=geo&any=&hitsPerPage=10
HTTP/1.1
The response:
HTTP/1.1 400 Bad Request
Content-Type: text/html
Date: Thu, 31 Aug 2006 10:02:04 GMT
Connection: close
Content-Length: 35
Serving the request directly from Apache doesn'
ginal Message-
> From: Pulkit Singhal [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 22, 2006 4:37 PM
> To: Tomcat Users List
> Subject: Re: IIS 5.0 - Jboss with Tomcat 5.5 - JK 1.2.15 - NTLM
>
> Hi Scott,
>
> I'm not exactly an expert on this but I'm qui
Hi Scott,
I'm not exactly an expert on this but I'm quite sure that if you strictly
want to use NTLM...you do not need to this:
2> set the auth-method to CLIENT-CERT in the web.xml
unless ofcourse you are doing it because you want a secure channel between
your IIS server and the tomcat instance
Okay I have Jboss set up on my machine with a simple one page web app
that has an Active Directory security realm set up. I have another
machine running IIS 5 with the isapi_redirect.dll installed as an ISAPI
filter to redirect the requests to Tomcat on my machine. I can access
the web app via I
From: Paul Hamer [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 08 February, 2006 13:23
> To: users@tomcat.apache.org
> Subject: RE: Small connection problems with JK 1.2.15 and IIS 5
>
> Hi,
>
> I experienced the same problem as described earlier in this
> thread. I'm als
Hi,
I experienced the same problem as described earlier in this thread. I'm also
using Tomcat 5.5 (5.5.15 to be exact), JK 1.2.15 and IIS 5 (Win2k server).
I'm running a single Tomcat instance, and it's on the same server as IIS.
I was also having these messages, really thou
Tomcat: 5.0.28
Apache: 2.0.52
JDK: 1.4.2_10
I am having an issue with the JK 1.2.15 and JK 1.2.14 Apache / Tomcat
connector. I am able to successfully compile them on my Linux server and
install them without any errors. The issue I am having is when I utilize my
Java servlet to
> Why do you have 30 workers?
> The worker should reflect a physical connection to the backend server.
> It would only make sense if you'd have 30 Tomcats behing.
Yes, I do, that's why I was asking.. :-)
> It depends on your client load, but I would say that 200 is more
> then enough for a singl
myrealbruno wrote:
> Sorry - the message was cut for some reason.
> I was also saying that one that decides to use XP Pro for a
production machine should be shot (and you could reply that everyone
> that decides to use Windows should be shot :-)
> In the end I was only suggesting a global setti
So one shouldn't be able to put more then 1 worker because on WinXP it is not
supported..? :-)
I was talking about a server version infact.. more than 20 connections, etc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
br1 wrote:
Mladen,
Thank you very much for your reply.
I didn't catch cachesize relates to concurrent users, in this case I will have
to change a lot of workers.
So I assume that there are (currently) no recommendations regarding a maximum
total worker.cachesize for a single IIS5 server, corr
nt: Wednesday, January 11, 2006 5:29 PM
Subject: Re: Small connection problems with JK 1.2.15 and IIS 5
> br1 wrote:
> > Hello,
> >
> > I am new to the list but I must say I used it a lot to find things in the
> > past years.
> > This time I am facing a problem
es the day.
My questions at this point would be:
1- Are the above entries caused by the new JK 1.2.15 or I did have the same
problems and I didn't notice? (the log level was set to
"emerg")
See above comments.
2- I applied connectionTimeout="0" to Tomcats 5.5.x. Is this al
vary from 4 to 5.5.12
(mostly 4.0.6, 4.1.7, 5.0.25 and 5.5.9).
Recently I decided to move from a very old JK (dated 10/2001) to JK 1.2.15.
I found what seem to be two different problems in the JK logs:
(1)
[Fri Jan 06 10:15:07 2006] [error] jk_isapi_plugin.c (549):
HSE_REQ_SEND_RESPONSE_HEADER
s,
- Pulkit
On 1/3/06, Fredrik Rubensson <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am trying to setup IIS 6.0 (running in IIS 5.0 isolation mode) and
> Tomcat 5.5.12 with the help of JK-1.2.15. (I had a working solution
> with jk2 that didn't work with my newly added
Hi,
I am trying to setup IIS 6.0 (running in IIS 5.0 isolation mode) and
Tomcat 5.5.12 with the help of JK-1.2.15. (I had a working solution
with jk2 that didn't work with my newly added cewolf taglib for
charts. So I figured that I should upgrade to something that is
supported and up to
I'm trying to implement JK 1.2.15 on a Windows Server 2003 box. I'm
receiving the following errors in my isapi_redirect.log file. It
appears that Tomcat is processing the data, but the data is following to
make it back to IIS.
[Fri Dec 09 12:30:20 2005] [2948:3184] [error] jk_isap
23 matches
Mail list logo