0
votes
1answer
18 views

Is requests in IIS httppipeline processed serially?

Based on iis architecture, request from client hitting IIS will pass through httppipeline, specifically through each httpmodule and finally reaches respective httphandlers and then to worker process. ...
0
votes
0answers
18 views

IIS JK Connector and Client IP

I have setup JK_Connector on IIS 7.5 to proxy to Jboss, all working fine. For one Jboss app, I am using RemoteAddrValve in the context.xml to control access based on IP (only allow access to the ...
0
votes
0answers
18 views

How to Configure Tomcat to communicate with multiple IIS Servers?

Currently, I have Tomcat connected to an IIS server using the ISAPI Redirector Plug-in for single-sign on to my application. However, I want to include users from a different domain on another IIS ...
1
vote
1answer
204 views

Unable to link IIS8 and Tomcat7 by ISAPI on Windows Server 2012

Firstly, I am completely new to IIS and Windows Server. Previously I used to work only on Apache and Linux. I want to link IIS8 and Tomcat 7.0.34 under a subdomain, such that when someone visits ...
1
vote
0answers
111 views

Axis 2 SOAP request hitting a 4KB limit with CF/AJP 1.3/Tomcat/IIS 7.5

I'm using Coldfusion 10 to build a SOAP webservice, I am running on IIS 7.5, Coldfusion connects to a standalone Java Tomcat server via the AJP 1.3 connector. I'm hitting what seems to be a 4-8KB ...
0
votes
1answer
155 views

Reverse proxy in IIS to local TomCat

IIS has several websites: domain1.com a.domain2.com b.domain2.com There is also a TomCat running on localhost:8087 The challenge is how to expose the TomCat externally as b.domain2.com ...
2
votes
1answer
73 views

Tomcat 7 Clustering using IIS webserver

I successfully configured Apche httpd server for load balancing and clustering od multiple tomcat instances on same machine. Now I need to use IIS web server instead of Apache server. How can I ...
1
vote
1answer
220 views

How can I encrypt certain pages with SSL (HTTPS) using IIS7.5, AJP Connector (1.3), and Apache Tomcat 5.5?

I have a Windows Server 2008 R2 Box with IIS 7.5 and Apache Tomcat 5.5. JSP traffic is routed from IIS to Tomcat via the AJP Connector version 1.3. This connector uses an isapi filter in IIS to ...
0
votes
0answers
146 views

Restricting access to specific URL path via HTTP Basic Auth in IIS with jkconnector

We are currently serving a Java Web Application through Tomcat and jkconnector via IIS. Within the application we have a prefix for URLs (e.g. /backend/) that should only be accessible after doing ...
0
votes
1answer
164 views

How do I configure IIS to send JSP requests to Tomcat?

I have a web application written mainly in JSP and servlet. I use Tomcat 7.0.26 as my application server. I want this application to run via IIS, though I can run it using Tomcat. By searching the ...
1
vote
0answers
129 views

isapi_redirect with iis and ssl

I've got iis redirecting http traffic to a tomcat server using isapi_redirect. I need to get it working with ssl, how can I do this? If I enable ssl with iis and try to go to https://domain/page.html ...
0
votes
1answer
205 views

IIS NLB Web Farm to front Single Tomcat Instance

I've got a single Tomcat 6 server that hosts a JSP app. We just spun up a new IIS 7.5 web farm to host our other internal apps. Currently the machine that hosts Tomcat is also running IIS 7 with the ...
1
vote
1answer
1k views

IIS + Tomcat on the same machine

I have installed Tomcat7 in a PRD machine that has Windows Server 2008 R2 Enterprise and is already running IIS 7.5 with some .NET sites bound on port 80. I need to deploy an e-commerce web ...
2
votes
3answers
350 views

How can I make Windows Server start my Apache service after the IIS service?

I have both Apache and IIS on a Windows Server 2k3. The Apache server is reached by tunneling through IIS using the Apache Tomcat Redirector Everything works just fine until I reboot. When I do ...
0
votes
2answers
2k views

IIS 7 + Tomcat 7 - how to reach http://localhost:8080/my_app under e.g. http://my_app.local

In brief: IIS 7 + Apache Tomcat 7 + isapi_redirect.dll: I have a deployed and working Tomcat-application available under http://localhost:8080/my_app. I would like to see the same content under ...
0
votes
1answer
347 views

IIS ASAPI redirector Entity Too Large

I currently have IIS 6 running on a windows 2003 server, we are using iis with the asapi redirector which passes off to Tomcat. The problem we are running into is that I am getting a Request Entity ...
0
votes
3answers
439 views

Jakarta Connector/ IIS 6.0 Problem

I am trying to get Jakarta Connector to work on my Windows 2003 Box, with IIS 6. I downloaded the latest version of the connector. Whenever I try to access the redirector I get a "You are not ...
1
vote
1answer
2k views

IIS 7.5 , Tomcat 7 - Isapi redirector - Fail Over - sticky sessions

I have two instances of Tomcat 7.0.8 running in the same machine (Tomcat7A and Tomcat7B) and IIS 7.5 acting as front-end load-balancer with isapi-redirector 1.2.31, running on Windows 2008 R2. When i ...
0
votes
2answers
391 views

How to implement Windows Single Sign On for Tomcat in IIS

How can I obtain the current Windows domain user in an application on Tomcat. request.getRemoteUser() is null
2
votes
1answer
410 views

Is there a Apache or Nginx equivalent to the IIS “drain stop”?

I come from a .NET background and there are many things I loved about it along side many things I hated. IIS was, in general, one of those things I hated. However, one really nice feature of IIS was ...
1
vote
2answers
462 views

Server stress test and configuring for beginners?

Our city is having a very public event soon (data harvesting for public spots available in the city hall) which required our company to create a form application to submit curriculums and some ...
0
votes
1answer
234 views

mod_jk/isapi_redirect not loading settings

I'm setting up the IIS version of mod_jk so I can redirect requests to a Tomcat instance. Running IIS 6 on Win2k3 server on a Xeon 64-bit CPU. I'm running the AMD64 version of isapi_redirect.dll. ...
1
vote
2answers
446 views

Apache Tomcat and IIS on Win Server 2008

We have Apache Tomcat running on Windows Server 2008. Is there a problem to install IIS on the same machine?
0
votes
1answer
473 views

Tomcat 6 using wrong SSL cert

I have IIS and Tomcat 6 running on the same box, both applications need SSL (on different ports). I have purchased and installed two SSL certs, one for IIS and one for Tomcat. Both certs are using ...
0
votes
2answers
576 views

import SSL Certificate from IIS to Tomcat

Can we import the IIS CSR to the java keytool?
1
vote
1answer
190 views

1 IIS box, 2 websites, 1 JK connector, 2 tomcats on another box. How do I make them work together?

I have one website on one IIS 6.0 box working with two Tomcat 6.0.18 instances in another box, working perfectly. I am using JK connector 1.2.28. I now want to have a second website on the same IIS ...
0
votes
2answers
917 views

Installing tcnative-1.dll

I am configuring Apache to run on an IIS server. The one requirement that I have left is to install the Tomact Native DLL. I have downloaded tcnative-1.dll from the Apache site. The instructions ...
1
vote
1answer
487 views

Problems getting the Jakarta connector to work with IIS

Why isn't my Jakarta connector setup for Tomcat working? It seems like almost every time we are to install Jakarta Connector to run with IIS, there are unexplained troubles. Im posting this question ...
2
votes
2answers
281 views

Connecting Tomcat and IIS

When running on Linux I know how to connect Tomcat to Apache. But how is it done when running Windows and IIS?