Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
909 views

IIS -> Isapi_Redirect -> Tomcat

I've been trying for days to get Tomcat up and running through IIS via the Jakarta Connector. I've followed all of Microsoft's instructions -- put the connector .dll in %tomcatdir%\bin\win32\i386\, ...
1
vote
0answers
117 views

Helicon ISAPI redirect or URLRewrite.net Managed Code redirect?

We have a web application that currently uses URLRewrite.net, and I'm thinking about pulling it out to use Helicon's ISAPI rewrite 3.0.. We have about 100 redirect rules of varying complexity and both ...
1
vote
1answer
570 views

Using an ISAPI Filter in Visual Studio Development Server

I'm trying to get a current web application running on my local machine, for dev purposes... the previous developer left abruptly and didn't document ANYTHING. Basically, it uses an ISAPI filter, ...
0
votes
0answers
51 views

How to using JK (isapi redirect) to redirect request using https protocol?

Currently, i'm using Jakarta Isapi Redirector to perform load balancing. I define my workers.properties content is below: # Define list of workers that will be used for mapping requests> # Node ...
0
votes
1answer
225 views

Routing requests from IIS to Jetty with isapi_redirect (tomcat connector)

I have installed the isapi_redirect into IIS, and allowed to run. I have enabled the ajp13 in Jetty and I can telnet to port 8009. This is my current uiworkermap.properties: /hudson=jetty ...
0
votes
2answers
135 views

How to redirect a page in ISAPI_Rewrite

I use ISAPI_Rewrite v2 and I have this rules: RewriteRule ^/cnvrt$ /convert [I,RP] RewriteRule ^/convert$ /convert.aspx [I,L] I want that whenever someone enter site.com/cnvrt it will ...
0
votes
0answers
86 views

Find and replace a querystring value in ISAPI rewrite

I'm trying to use a rewrite rule to find a querystring value replace it and then redirect the url. I have an incoming url index.cfm?a=1&b=1234&c=xyz I want to replace "b" with 5678 and ...
0
votes
0answers
346 views

IIS Integrated Authentication + Tomcat Form-Based (or Basic) Authentication issue

I'm trying to configure IIS6, Tomcat 6, and isapi_redirect 1.2.31. I have a web application running on tomcat that has several different components. The main servlet is to be accessible to all of ...
0
votes
2answers
403 views

Redirect Status Code 302 between Tomcat and IIS 7.0 is not properly handled by the isapi redirector

We recently installed a web application under Tomcat 6 which is connected over the isapi redirector interface (see http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html) to an IIS 7 server. ...
0
votes
1answer
185 views

How to update Http Request and send it to another web server

Following is our environment setup: IIS 7 receives Http (.jsp) request from client (browser). It blindly redirects it to JBoss using ISAPI_Redirect.dll. Now we are trying to modify this setup in ...
0
votes
1answer
106 views

Is the Apache ISAPI Redirector Chopping Off Cookie Data?

I have a question about processing within the ISAPI Redirector, in the AJP13 processing in particular is where my situation is occurring. At least that is what I think based upon what I am getting ...
0
votes
2answers
468 views

Atlassian Bamboo behind IIS7 with Isapi redirect

I'm attempting to use Bamboo behind IIS 7. I have exhausted all of my resources so Im hoping someone here can help. After starting bamboo and trying to connect my browser eventually times out with a ...
0
votes
1answer
501 views

Can't set up ISAPI filter for tomcat on IIS

Windows XP SP3: try to set ISAPI filter isapi_redirect.dll in following way: 1. Create folder jakarta to point to the folder with the file isapi_redirect.dll. Set right permission on this folder. 2. ...
0
votes
1answer
362 views

Issue with authentication through isapi redirect

we have an IIS (Owa) server that redirects to another server using isapi_redirect. Everything works fine for users in the LAN but for users connecting from Internet a windows authentication popup ...
0
votes
2answers
547 views

OWA sessionid cookie lost when logging into a Tomcat site iframe

we have made an extension to OWA page, connecting to a web application running in Tomcst. The content served by this application is shown in an iframe inside OWA page using isapi. This is working ...
0
votes
3answers
228 views

managed c++ find and replace syntax

I'm building an isapi filter that will grab any url requests with the prefix "http://localhost/" and redirect that url request to my message page "http://localhost/default.html." Here's the ...
0
votes
1answer
828 views

How to force IIS7 to return Tomcat error response

I have a following setup: App - Magnolia site running under Tomcat 6.0.16 ISAPI - Tomcat connector isapi_redirect-1.2.28 web server - IIS 7 host OS - Windows 2008 Everything works fine until i ...
0
votes
1answer
2k views

Cannot get IIS ISAPI Tomcat connector to pass BASIC Authentication through to Tomcat

We've successfully configured IIS to front 2 Tomcat instances using isapi_redirect.dll. It's doing everything smartly, and we've been very happy. Now, however, we're using one of the Tomcat instances ...
0
votes
2answers
424 views

How do you run Trac on a public server?

Since the TFS is too big for our project, we want to use subversion and Trac. The hosting environment is Windows 2003 and IIS. There are some options: Run tracd Run Apache with mod_python Run tracd ...
-1
votes
1answer
107 views

Help with redirection for .com, .net and .org domains: redirecting all of them to .com

I need help with some rules in ISAPI_Rewrite in my installation. (If you only know mod_rewrite could be a good help to, so I would adapt the configuration). I'm going to be very honest about my ...