On 13/12/2010 15:43, Alexander Diedler wrote:
> Hello,
>
> Iam not sure i fit ist he right place for this topic, but I want to do a
> permanently redirect of every incoming http requeswt forwarded to https
> in IIS. „SSL is required“ is enabled for the website and the
> isapi_redirect woking fine
Hello,
Iam not sure i fit ist he right place for this topic, but I want to do a
permanently redirect of every incoming http requeswt forwarded to https in
IIS. "SSL is required" is enabled for the website and the isapi_redirect
woking fine without this option enabled. Is there are any setting we h
ogled a lot of posts where people were stuck at the same stage.
And many thanks for your replies.
--
View this message in context:
http://old.nabble.com/IIS-redirect-stops-at--xxx--is-a-servlet-url---should-redirect-to-ajp13-tp26495411p26500104.html
Sent from the Tomcat - User mailing list archive a
Thanks for your help. There is a new IIS permissionings section for filters,
I had to add a new web extension there and all was good.
--
View this message in context:
http://old.nabble.com/IIS-redirect-stops-at--xxx--is-a-servlet-url---should-redirect-to-ajp13-tp26495411p26499936.html
Sent from
> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: Re: IIS redirect stops at [xxx] is a servlet url - should
> redirectto ajp13
>
> 2037 2040 2041 2042 2043
> these are strange (to me)
These must be opened by some webapp, not Tomcat itself.
> But you mig
Glynbach2 wrote:
The answer came from the IIS forums. In IIS 6 I also needed to add a Web
Service Extension for the redirect dll and set it to be 'Allowed'. Haven't
had to do that in previous versions of IIS and afaik it's not in the how to
either.
Not entirely true. Check the bottom of this p
The answer came from the IIS forums. In IIS 6 I also needed to add a Web
Service Extension for the redirect dll and set it to be 'Allowed'. Haven't
had to do that in previous versions of IIS and afaik it's not in the how to
either.
--
View this message in context:
http:
Glynbach2 wrote:
Thanks for the reply, and yes indeed, I've run out of my knowledge of what
to eliminate. I'd checked the netstat already and there was a Tomcat6.exe
process running on 8009. I've now done a successful telnet as well (though
Tomcat doesn't close the connection).
Ok, this was
vlet.xml defines the http connector and the ajp connector as
having a redirectPort 8443. But I assume that is just to do with ssl, as it
works fine when I go straight to 8080.
--
View this message in context:
http://old.nabble.com/IIS-redirect-stops-at--xxx--is-a-servlet-url---sho
Glynbach2 wrote:
Hi, I am having problems with IIS redirect using IIS6, Tomcat 6 and JRE6. The
servlet can be accessed on :8080 but gives a 404 error on :80.
Just to try to eliminate the obvious :
- is Tomcat really listening on port 8009 ?
"netstat -an" will tell you.
- is por
Hi, I am having problems with IIS redirect using IIS6, Tomcat 6 and JRE6. The
servlet can be accessed on :8080 but gives a 404 error on :80.
I've done redirect on older machines with no problems in the past, but I
can't find the problem here, I also am stuck as to what my next debu
IIS and need to modify the
worker.properties file for example. Yet, the file is not in the config folder
and doesn't exist in the installation. When I go to the SRC file it is in
there, but does not get installed for some reason. I did see the documentation
on setting up the IIS Redirec
and need to modify the worker.properties file for example.
Yet, the file is not in the config folder and doesn't exist in the
installation. When I go to the SRC file it is in there, but does not
get installed for some reason. I did see the documentation on setting
up the IIS Redirect but I
> From: Maze, Jeffrey S. [mailto:jm...@co.geauga.oh.us]
> Subject: RE: IIS Redirect Issue
>
> what exactly does this tcnative-1.dll file do?
It's the same HTTP[S] handling code that's in httpd, which is why it's called
Apache Portable Runtime.
> What are the adv
Thanks for the reply..
Originally, I wasn't sure how to accomplish this, but after googling a
found what he meant.
I just ended up renaming the file and now the Tomcat server doesn't go
into runaway during a IIS redirect. Thanks!
But I have another question, what exactly does this
> From: Maze, Jeffrey S. [mailto:jm...@co.geauga.oh.us]
> Subject: RE: IIS Redirect Issue
>
> I ran the Process Explorer and have the following Thread going hay-
> wire.
>
> tcnative-1.dll!Java_org_apache_tomcat_jni_OS_info+0xa236
> tcnative-1.dll!Java_org_apache_t
ve-1.dll!Java_org_apache_tomcat_jni_OS_info+0xa236
tcnative-1.dll!Java_org_apache_tomcat_jni_Poll_poll+0xc6
-Original Message-
From: Rainer Jung [mailto:rainer.j...@kippdata.de]
Sent: Sunday, May 10, 2009 8:41 AM
To: Tomcat Users List
Subject: Re: IIS Redirect Issue
On 10.05.2009 12:43, Maz
09, 2009 2:52 PM
> To: Tomcat Users List
> Subject: Re: IIS Redirect Issue
>
> Maze, Jeffrey S. wrote:
>> Hello,
>> I'm new to the list.
>> I'm having an issues with Tomcat. I'm using version 1.2.28 of
>> the redirect, and I've tried
t: Re: IIS Redirect Issue
Maze, Jeffrey S. wrote:
> Hello,
> I'm new to the list.
> I'm having an issues with Tomcat. I'm using version 1.2.28 of
> the redirect, and I've tried Tomcat versions 6.0.18 and 5.5.27 and
Java
> versions 1.5u18 and 1.6u13.
or Java version I
> use, I have the same issues; redirect is the only thing in common.
> If I run the "Hello World!" example using localhost:8080, it
> works fine. I have the IIS redirect setup correctly because I can
> remove the 8080, the page redirect correctly and I see
redirect is the only thing in common.
If I run the "Hello World!" example using localhost:8080, it
works fine. I have the IIS redirect setup correctly because I can
remove the 8080, the page redirect correctly and I see the "Hello
World!".
This is when somethi
I can not get the redirect logging coming out?
I am using tomcat 5.5.26
I use redirect 1.2.26
I set up me registry using
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector]
@=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0]
Jing Chen wrote:
Hello,
I have two applications installed at two different Tomcat 5.5 on the
same box, and I want to setup IIS to redirect for both applications.
Is it possible? Can I define two ajp13 workers? Here is my current
workers2.properties which on can redirect to one application:
Y
Hello,
I have two applications installed at two different Tomcat 5.5 on the same box,
and I want to setup IIS to redirect for both applications. Is it possible? Can
I define two ajp13 workers? Here is my current workers2.properties which on
can redirect to one application:
[shm]
file=D:/Te
Tony Fountain wrote:
Hi,
Scenario: we purchased a product written in Java to integrate into our
reporting tool. Our setup is such that our web application is written
in .NET and hosted on a web farm using IIS (5 or 6 depending on the
environment). The product we purchased runs under Apache Tom
original
message without making a copy. Thank you.
- Original Message -
From: "Tony Fountain" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Wednesday, August 15, 2007 4:47 PM
Subject: RE: IIS redirect to Apache
Martin,
To clarify our setup, our site receive
Yes, this will be possible with the plugin. Be careful: a redirect is
something else (it sends the browser a new URL, to which it should
connect). A reverse proxy send the request forward to another servber
and returns the response to the browser in a way, such that the browser
will not notice
(fax)
-Original Message-
From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 15, 2007 4:10 PM
To: Tony Fountain
Subject: Re: IIS redirect to Apache
Kinda O/T here...Which system is front-ending..e.g. which box will be
first to get the HTTP requests?
M--
This email m
PROTECTED]
Sent: Wednesday, August 15, 2007 3:55 PM
To: Tomcat Users List
Subject: Re: IIS redirect to Apache
Hi Tony,
the Tomcat project has a sub project called Tomcat Connectors or simply
JK. It produces web server plugins to connect the most important web
servers directly to Tomcat via a specia
Hi Tony,
the Tomcat project has a sub project called Tomcat Connectors or simply
JK. It produces web server plugins to connect the most important web
servers directly to Tomcat via a special protocol named AJP. Tomcat has
an incoming AJP connector built-in.
The Tomcat connectors include Apac
Hi,
Scenario: we purchased a product written in Java to integrate into our
reporting tool. Our setup is such that our web application is written
in .NET and hosted on a web farm using IIS (5 or 6 depending on the
environment). The product we purchased runs under Apache Tomcat/5.5.23
using 1.5.0_
I've searched quite a bit for an answer to this question but have not
had a lot of luck. I'm trying to configure an IIS server to use AJP13
to communicate with Tomcat 5.0. The trick here is that I want IIS to be
able to host multiple virtual hosts from a single IP and have it be
served by mul
32 matches
Mail list logo