AW: Testing tomcat with IIS installed

2002-11-14 Thread Schuster, Winfried (empolis WU)
:43 Betreff: Testing tomcat with IIS installed I just installed jakarta-tomcat-4.1.12 and j2sdk1.4.1_01 on a Windows XP box. I am a neophyte. I started tomcat, but when I open http://localhost/ http://localhost/ I keep getting an IIS web page. It seems to be pointing to the inetpub directory

FW: Testing tomcat with IIS installed

2002-11-13 Thread Powers, Mary E
] -Original Message- From: Powers, Mary E Sent: Tuesday, November 12, 2002 6:44 PM To: '[EMAIL PROTECTED]' Subject: Testing tomcat with IIS installed I just installed jakarta-tomcat-4.1.12 and j2sdk1.4.1_01 on a Windows XP box. I am a neophyte. I started tomcat

Testing tomcat with IIS installed

2002-11-13 Thread Powers, Mary E
Title: Testing tomcat with IIS installed I just installed jakarta-tomcat-4.1.12 and j2sdk1.4.1_01 on a Windows XP box. I am a neophyte. I started tomcat, but when I open http://localhost/ I keep getting an IIS web page. It seems to be pointing to the inetpub directory. Can you tell me what I

Re: tomcat and IIS 5.0 exe files create problems

2002-11-04 Thread Prashanth Pushpagiri
I meant 3.2.2...sorry never put my hands into 3.3 series. Consider two situations of serving .exe files. First I have no tomcat working alongside IIS 5.0. When I place the exe file in the web-folder, a request for the exe file would be responded to by the exe file right?(I dont think

Re: tomcat and IIS 5.0 exe files create problems

2002-11-03 Thread Darren Rose - text4texts.com
Message - From: Prashanth Pushpagiri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, November 03, 2002 1:19 AM Subject: tomcat and IIS 5.0 exe files create problems Hello everyone: I am running tomcat 4.1.12 on windows 2000 advanced server (IIS 5.0) and have been facing problems with exe

Re: tomcat and IIS 5.0 exe files create problems

2002-11-03 Thread Bill Barker
has been persistent ever since I started using tomcat(way back in version 3.3.2). When I have a website without tomcat working along-side IIS, I can serve exe files without any problem. But once I plug the ISAPI filter for tomcat into IIS, any request for exe files just hangs(no exe file

tomcat and IIS 5.0 exe files create problems

2002-11-02 Thread Prashanth Pushpagiri
, I can serve exe files without any problem. But once I plug the ISAPI filter for tomcat into IIS, any request for exe files just hangs(no exe file is served). Has anyone else faced such a problem and resolved it previously? Does anyone have any specific instructions/suggestions to resolve this? I am

Tomcat 4.0.5 / IIS 5

2002-10-15 Thread Lior Shliechkorn
I'm trying to set up Tomcat to work with IIS 5 on windows 2000 server. I got everything working fine locally. I deployed my app and it's working fine on localhost:8080. Now I want to be able to see it from the outside and some files that I try to view from my domain come up with the actual

RE: Tomcat 4.0.5 / IIS 5

2002-10-15 Thread Turner, John
-Original Message- From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 10:48 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.0.5 / IIS 5 ...snip... I ran with several tutorials that keep saying Hey, you did it...it's was so easy wasn't

RE: Tomcat 4.0.5 / IIS 5

2002-10-15 Thread Lior Shliechkorn
Shliechkorn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 10:48 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.0.5 / IIS 5 ...snip... I ran with several tutorials that keep saying Hey, you did it...it's was so easy wasn't it? and they don't say anything when it all goes wrong. No one

Re: Tomcat 4.0.5 / IIS 5

2002-10-15 Thread Nuno Santos
Lior Shliechkorn wrote: I have IIS running and restarted it with jakarta virtual directory that has a green arrow up for the ISAPI redirector. But localhost doesn't find the pages. So I'm not sure what could be wrong. I set up the context for the inetpub/wwwroot with the path / instead of the

RE: Tomcat 4.0.5 / IIS 5

2002-10-15 Thread Turner, John
, 2002 11:02 AM To: Tomcat Users List Subject: RE: Tomcat 4.0.5 / IIS 5 I do apologize for the way that post was written. It's not easy to convey sincere requests for assistance with type. After 4 days of looking at this...I just feel that I might be close to solving this problem. Why

Re: Tomcat 4.0.5 / IIS 5

2002-10-15 Thread Lior Shliechkorn
Did you setup the ajp13 connector in the tomcat server.xml file? I uncommented it as I saw in a tutorial in one of the recent posts. I see that I have the isapi_redirect log in the tomcat\logs directory but it's empty. What should the worker.properties file contain? Maybe I have it wrong.

RE: Tomcat 4.0.5 / IIS 5

2002-10-15 Thread Turner, John
The files look pretty good. Have you added the necessary registry keys? John -Original Message- From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 11:18 AM To: Tomcat Users List Subject: Re: Tomcat 4.0.5 / IIS 5 Did you setup the ajp13

RE: Tomcat 4.0.5 / IIS 5

2002-10-15 Thread Lior Shliechkorn
look pretty good. Have you added the necessary registry keys? John -Original Message- From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 11:18 AM To: Tomcat Users List Subject: Re: Tomcat 4.0.5 / IIS 5 Did you setup the ajp13 connector

Where is isapi_redirect.dll for Tomcat 4.1.12 - IIS 5

2002-10-10 Thread Michael Finney
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html promised that isapi_redirect.dll would be located in Is the following still true? It was a 1/2 year ago. the ISAPI filter for Tomcat 4.0 is still under development see http://www.jguru.com/faq/view.jsp?EID=571958 Michael

HTTP Response appears at top : Tomcat 3.2.1 IIS 5 IE 6 SP1

2002-10-10 Thread Michael Finney
Tomcat 3.2.1 IIS 5 IE 6 SP1 When using IE 6 SP1, an HTTP Response appears at the top of some web pages. Using other browsers or versions of IE this does not happen. If you hit refresh, the error goes away. When I have the request go to Tomcat directly the problem does not happen. However

RE: HTTP Response appears at top : Tomcat 3.2.1 IIS 5 IE 6 SP1

2002-10-10 Thread Richard Haber
I notice that the header does not appear if you go to the welcome.jsp directly. I am using IE 6 SP1, cleared the cache and tried several times. On an [OT] other note, Macromedia best practices recommends a 'skip intro' button on the splash page to allow users returning to the site quicker

RE: HTTP Response appears at top : Tomcat 3.2.1 IIS 5 IE 6 SP1

2002-10-10 Thread Michael Finney
. The problem of the header showing up needs to be fixed. Has anyone seen header information showing up when it is not supposed to in the web pages when tomcat and IIS is integrated? What was the fix? --- Richard Haber [EMAIL PROTECTED] wrote: I notice that the header does not appear if you

RE: HTTP Response appears at top : Tomcat 3.2.1 IIS 5 IE 6 SP1

2002-10-10 Thread Sexton, George
: RE: HTTP Response appears at top : Tomcat 3.2.1 IIS 5 IE 6 SP1 I will add the skip intro to the list. ;) I believe that JSP code telling the page to redirect may be triggering the problem. I tried to narrow it down in the code, but I ended up with a file included with 4 blank lines

RE: HTTP Response appears at top : Tomcat 3.2.1 IIS 5 IE 6 SP1

2002-10-10 Thread Michael Finney
? -Original Message- From: Michael Finney [mailto:[EMAIL PROTECTED]] Sent: 10 October, 2002 11:15 AM To: Tomcat Users List Subject: RE: HTTP Response appears at top : Tomcat 3.2.1 IIS 5 IE 6 SP1 I will add the skip intro to the list. ;) I believe that JSP code telling the page

Tomcat 4.1.12 IIS 5 Redirector Problem

2002-10-09 Thread John Lee
Hi all, I cannot get this ISAPI redirector to work for JSP/Servlet programs running in the following platform: 01. TOMCAT 4.1.12 02. JDK 1.4.1 03. ISAPI_REDIRECTOR.DLL 04. IIS 5 05. W2KP SP3 11. I successfully did a http://localhost:8080/jsp/examples/index.html 12. However, I got a HTTP 500

RE: Tomcat 4.1 + IIS/isapi_redirect.dll + WebDAV

2002-10-04 Thread Tim Moore
. / Software Engineer 1899 L Street, NW / 5th Floor / Washington, DC 20036 Phone 202-463-4860 ext. 258 / Fax 202-463-4863 -Original Message- From: Tim Moore Sent: Thursday, October 03, 2002 7:18 PM To: [EMAIL PROTECTED] Subject: Tomcat 4.1 + IIS/isapi_redirect.dll + WebDAV I've got

Tomcat 4.1 + IIS/isapi_redirect.dll + WebDAV

2002-10-03 Thread Tim Moore
I've got IIS 5 going through isapi_redirect.dll to Tomcat 4.1.12, and I'm using the WebDAV servlet. Using MSIE Web Folders, I cannot connect to the WebDAV share this way. I get a 403 Forbidden error back. The IIS log shows this: 22:57:59 127.0.0.1 PROPFIND /jakarta/isapi_redirect.dll 403 and it

Tomcat and IIS

2002-09-24 Thread Luca Ventura
. It seems that IIS and Tomcat can't exchange session information between them...why? How can I solve this problem? Must I configure the ISAPI filter in some way? If yes..how? I hope someone can help me. Thanks in advance! Luca -- To unsubscribe, e-mail

integrate tomcat with IIS (using JK2) and share user authentication information?

2002-09-19 Thread Alvin Wang
Hi! We plan to integrate tomcat with IIS. As I read, we can use JK2. Also we want IIS to do the authentication. However, tomcat servlet session also need the user login information (username...). So is there a way for tomcat to share (or retrieve) the authentication information with IIS

Re: integrate tomcat with IIS (using JK2) and share user authentication information?

2002-09-19 Thread Matthew Hannigan
by tomcat. Let IIS do the static and uninteresting stuff only. Matt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat Authentication IIS 403 error

2002-09-05 Thread lee ballancore
Please can someone help me, i have read though the achieves and have found simaliar question but no answers. i am running tomcat 4.0.3 with IIS 5 i have configured a jsp page with tomcat basic authentication. when i acces the page tomcat does not ask for username and password it passes

Newbie to Tomcat on IIS

2002-08-10 Thread Vishal Mukherjee
hi all I am new to tomcat 4.04 has installed tomcat on Win NT 4.0 with IIS. Want to know a few things 1.Is in necessary to deploy your website under the Webapps directory. 2.My directory name is intranet' so what will be the context. and what all I need to change. so that JSP and Beans

Tomcat and IIS

2002-08-10 Thread ed banfa
Hi all, please I hear you can run tomcat on iis, but that one needs a couple of dll's can any one tell where i can get these dynamic link libraries and how to install them, i have a couple of web apps that i have tested and tried on other servlet/jsp enable servers now the problem is how

RE: Tomcat and IIS

2002-08-10 Thread Andrew
Instructions and files can be located here. http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm - Andrew -Original Message- From: ed banfa [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 10, 2002 9:11 AM To: Tomcat Users List Subject: Tomcat and IIS Hi all, please I

RE: Newbie to Tomcat on IIS

2002-08-10 Thread Andrew
Directions can be found here http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm - Andrew -Original Message- From: Vishal Mukherjee [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 10, 2002 6:05 AM To: Tomcat Users List Subject: Newbie to Tomcat on IIS Importance: High

Tomcat with IIS

2002-08-08 Thread Reis, Tom
Does anyone know where I can get the Tomcat extensions that allow it to work with IIS. I am usinf Tomcat 4.04. Thanks. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat on IIS Shudown Procedure

2002-07-25 Thread Vishal Mukherjee
Hi all, I am using tomcat 4.0.4 on IIS with Win NT 4.0 This is our intranet Server, Tomcat is installed as service. At the day end this server automatically shuts down with the shutdown utility of windown resourse kit. Sometimes Next day i find problems with the server that the .JSP pages do

Re: Tomcat 4.0.2 + IIS 5.0/6.0

2002-07-23 Thread George Hester
n I find information as to how to configure Tomcat 4.0.2 with IIS 5.0/6.0? I have configured Apache to work with Tomcat, but I am finding it hard to locate information about the same with IIS. Has anybody done this before? Thanks Manoj. -Original Message- From: Shapira, Yoav [mailt

Tomcat 4.0.2 + IIS 5.0/6.0

2002-07-22 Thread Pooleery, Manoj
Hi all, How can I find information as to how to configure Tomcat 4.0.2 with IIS 5.0/6.0? I have configured Apache to work with Tomcat, but I am finding it hard to locate information about the same with IIS. Has anybody done this before? Thanks Manoj. -Original Message- From

RE: Tomcat 4.0.2 + IIS 5.0/6.0

2002-07-22 Thread Turner, John
http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm John Turner [EMAIL PROTECTED] -Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 1:37 PM To: 'Tomcat Users List' Subject: Tomcat 4.0.2 + IIS 5.0/6.0 Hi all, How can I find information

Using Tomcat with IIS, Apache

2002-07-15 Thread Hendra
Hi, I'm new to Tomcat I use Tomcat 4.0.b7 on Windows NT/2000, Can I use tomcat as a servlet engine for IIS or Apache ? How can I do that ? Any help or a pointer to some more detailed help would be much appreciated. Regards Hendra -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

RE: Using Tomcat with IIS, Apache

2002-07-15 Thread Turner, John
PROTECTED]] Sent: Monday, July 15, 2002 8:09 AM To: '[EMAIL PROTECTED]' Subject: Using Tomcat with IIS, Apache Hi, I'm new to Tomcat I use Tomcat 4.0.b7 on Windows NT/2000, Can I use tomcat as a servlet engine for IIS or Apache ? How can I do that ? Any help or a pointer to some more

some new probs (tomcat with IIS).. service() failed

2002-07-10 Thread Anoop Kumar V
Title: some new probs (tomcat with IIS).. service() failed Hi, i am configuring tomcat with IIS. i was successful on my local machine. I was nect trying out the same thing on serevr machine, but for some reason it is bombing.. i hv attched isapi.log file. and i am getting HttpExtensionProc

Re: Tomcat on IIS virtual web sites

2002-06-27 Thread David Thielen
ideas? thanks - dave - Original Message - From: David Thielen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 27, 2002 10:21 AM Subject: Tomcat on IIS virtual web sites Hi; Ok, I have tomcat working on my default website. How do I get it to work

Re: Tomcat on IIS - almost working

2002-06-26 Thread David Thielen
No where/how do I do that? thanks - dave - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 26, 2002 9:13 AM Subject: RE: Tomcat on IIS - almost working Did you specify ajp12 in your workers.properties file? Bao-Ha Dam Bui [EMAIL PROTECTED

Is it worthwhile using tomcat with IIS?

2002-06-18 Thread Mauricio Tia Ni Gong Lin
Hi everybody, I wonder if it is worthwhile integrating IIS with Tomcat in a real application for a organization with 100 client hosts ? Is there any problem to integrate these web servers in a real appplication ? Could anyone tell me ? Regards, Mauricio Lin. -- To unsubscribe, e-mail

RE: Is it worthwhile using tomcat with IIS?

2002-06-18 Thread Sébastien Dui
: [EMAIL PROTECTED] Objet : Is it worthwhile using tomcat with IIS? Hi everybody, I wonder if it is worthwhile integrating IIS with Tomcat in a real application for a organization with 100 client hosts ? Is there any problem to integrate these web servers in a real appplication ? Could anyone

RE: Is it worthwhile using tomcat with IIS?

2002-06-18 Thread Mauricio Tia Ni Gong Lin
:[EMAIL PROTECTED]] Envoyé : mercredi 19 juin 2002 00:42 À : [EMAIL PROTECTED] Objet : Is it worthwhile using tomcat with IIS? Hi everybody, I wonder if it is worthwhile integrating IIS with Tomcat in a real application for a organization with 100 client hosts ? Is there any problem

RE: Is it worthwhile using tomcat with IIS?

2002-06-18 Thread Rob Reis
]] Envoyé : mercredi 19 juin 2002 00:42 À : [EMAIL PROTECTED] Objet : Is it worthwhile using tomcat with IIS? Hi everybody, I wonder if it is worthwhile integrating IIS with Tomcat in a real application for a organization with 100 client hosts ? Is there any problem to integrate

Help! Tomcat 4/IIS Error! Everything seems set up fine.

2002-06-13 Thread Matt Fury
Hi. I've looked closely again at Tomcat 4/IIS and can't find any answers. I've followed the posted directions perfectly and no dice. I set up Tomcat 3.3.1 in 2 minutes with IIS no problems but 4 is giving me a headache! Basically when I hit http://localhost/examples or any other dirs that I set

tomcat with IIS

2002-06-07 Thread Chris Ruegger
We are attempting to get IIS to work with Tomcat such that IIS forwards JSP requests to Tomcat and otherwise handles static content. Has anyone gotten this to work? Thanks, Chris

RE: tomcat with IIS

2002-06-07 Thread Steven Sporen
June 2002 12:24 To: Tomcat Users List Subject: tomcat with IIS We are attempting to get IIS to work with Tomcat such that IIS forwards JSP requests to Tomcat and otherwise handles static content. Has anyone gotten this to work? Thanks, Chris -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: tomcat with IIS

2002-06-07 Thread Chris Ruegger
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 07, 2002 6:20 AM Subject: RE: tomcat with IIS Use hard links (FQ URL eg. http://wwwiis.xxx.com/graphics1.gif vs. ./graphics1.gif) on your jsp pages ref the static content on the IIS service. Question is why would you want to - twice the risk

RE: tomcat with IIS

2002-06-07 Thread Steven Sporen
Hi, I take it you've read through something along the lines of http://www.aoindustries.com/docs/jakarta-tomcat-3.2b6/tomcat-iis-howto.h tml And done http://www.google.com/search?hl=enie=UTF8oe=UTF8q=isapi_redirect.dll; btnG=Google+Search Have you confirmed that the ISAPI filter is installed

Re: tomcat with IIS

2002-06-07 Thread Tia Haenni
Also, check out this document which Ii have used to install tomcat 4.0.1 with IIS 5.0 on several windows 2000 server boxes: http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html http://members.ozemail.com.au/%7Elampante/howto/tomcat/iisnt/index.html To add contexts to tomcat

RE: using tomcat with IIS

2002-06-06 Thread Steven Sporen
PROTECTED] Subject: using tomcat with IIS Gentlefolk, I am sure this has been asked a million times, but... I am trying to run IIS together with tomcat, and get IIS to forward .jsp and servlet requests to tomcat. I can get tomcat running, so that http://localhost:8080/index.html works

Tomcat 4 IIS NT Security

2002-06-05 Thread BBui
Hi all, I am trying to apply directory level NT security in side the Webapps folder. Anyone have done it and can give me some directive? Thanks very much. Baoha.

using tomcat with IIS

2002-06-05 Thread Michael Allen
Gentlefolk, I am sure this has been asked a million times, but I am trying to run IIS together with tomcat, and get IIS to forward .jsp and servlet requests to tomcat. I can get tomcat running, so that http://localhost:8080/index.html works correctly; but I dont think that means

RE: Help with Tomcat and IIS

2002-06-04 Thread simpson
try changing all references from isapi_redirector.dll to isapi_redirect.dll -Original Message- From: Robert A. Rogerson [mailto:[EMAIL PROTECTED]] Sent: June 3, 2002 19:07 To: Tomcat Users List Subject: RE: Help with Tomcat and IIS Hi Larry. I checked my registry (NT4 SP6

RE: Help with Tomcat and IIS

2002-06-04 Thread Larry Isaacs
virtual host(s) or in their parent node. It should not appear at both levels. Cheers, Larry -Original Message- From: Robert A. Rogerson [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 7:07 PM To: Tomcat Users List Subject: RE: Help with Tomcat and IIS Hi Larry. I checked my

Help with Tomcat and IIS

2002-06-03 Thread Robert A. Rogerson
I installed Tomcat 4.0.3 and followed the How To directions for redirecting when using IIS. JSP pages are served correctly through Tomcat http://local host:8080/examples/jsp/dates/date.jsp but when I try and serve a simple jsp http://localhost/test.jsp where test.jsp is html head titleWelcome

Re: Help with Tomcat and IIS

2002-06-03 Thread peter . brawley
Robert A. Rogerson wrote: I installed Tomcat 4.0.3 and followed the How To directions for redirecting when using IIS. JSP pages are served correctly through Tomcat http://local host:8080/examples/jsp/dates/date.jsp but when I try and serve a simple jsp http://localhost/test.jsp where

RE: Help with Tomcat and IIS

2002-06-03 Thread Larry Isaacs
A. Rogerson [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 11:55 AM To: [EMAIL PROTECTED] Subject: Help with Tomcat and IIS I installed Tomcat 4.0.3 and followed the How To directions for redirecting when using IIS. JSP pages are served correctly through Tomcat http://local host

RE: Help with Tomcat and IIS

2002-06-03 Thread Robert A. Rogerson
A. Rogerson [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 11:55 AM To: [EMAIL PROTECTED] Subject: Help with Tomcat and IIS I installed Tomcat 4.0.3 and followed the How To directions for redirecting when using IIS. JSP pages are served correctly through Tomcat http://local host:8080

Tomcat on IIS - secure?

2002-05-30 Thread Steven Sporen
Hi there, I'm trying to find out what the feeling is of people on this list regarding the use of TOMCAT on Win 2k IIS. Specifically is this advisable in a large production environment? Thanks Steven -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Réf. : RE: Réf. : How to make tomcat workwith IIS?

2002-05-29 Thread staginfo-ar
You've just to replace localhost in workers.properties by the IP of tomcat machine. Note: on iis machine you must have isapi-redirector.dll, iis-redirect.reg, workers uriworkermap.properties. Question : When a context was added on tomcat how iis ( uriworker.properties ) could know that? Jc

Problem with Tomcat 4.1.0 IIS

2002-05-07 Thread Carlos Martins
Title: Problem with Tomcat 4.1.0 IIS Hello, I have recently upgraded to Tomcat 4.1.0 Also upgraded my isapi_redirect.dll with the version located in http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/win32/i386/ I have IIS as web server and Tomcat listening to redirections

RE: How many SSL certificates are needed for Tomcat with IIS?

2002-04-18 Thread Hawkins, Keith (Keith)
certificates are needed for Tomcat with IIS? Also, each server sends a machine+server specific character set to Verisign (or any other certifier). For example: a keystore generated CertRequest will create a different request than an IIS generated CertRequest, all other things being equal (IP address

Re: How many SSL certificates are needed for Tomcat with IIS?

2002-04-18 Thread Daniel Tamborelli Alvarenga
certificates are needed for Tomcat with IIS? Also, each server sends a machine+server specific character set to Verisign (or any other certifier). For example: a keystore generated CertRequest will create a different request than an IIS generated CertRequest, all other things being equal (IP

RE: How many SSL certificates are needed for Tomcat with IIS?

2002-04-18 Thread John Roth
need to know anything about SSL. Thanks, john -Original Message- From: Hawkins, Keith (Keith) [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 11:29 AM To: John Roth Cc: Tomcat Users List Subject: RE: How many SSL certificates are needed for Tomcat with IIS? John, Thanks for your

RE: How many SSL certificates are needed for Tomcat with IIS?

2002-04-18 Thread John Roth
Correct. You won't need any of the SSL info in server.xml. John -Original Message- From: Hawkins, Keith (Keith) [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 1:03 PM To: John Roth Cc: Tomcat Users List Subject: RE: How many SSL certificates are needed for Tomcat with IIS

RE: How many SSL certificates are needed for Tomcat with IIS?

2002-04-15 Thread John Roth
To: Tomcat Users List Subject: Re: How many SSL certificates are needed for Tomcat with IIS? What was the error? Did you search for the error code to see if anyone had the same problem? Certs are based on 509 however there are extensions that different vendors support. r, Hugh - Original Message

Re: How many SSL certificates are needed for Tomcat with IIS?

2002-04-13 Thread Hugh Brien
] Sent: Friday, April 12, 2002 5:46 PM Subject: How many SSL certificates are needed for Tomcat with IIS? I generated CSR via Sun's keytool, sent it to verisign, and imported the resulting certificate into a keystore file. I tried to get IIS to import this certificate, but it rejects it. Do I

Hosting Tomcat from IIS w/ virtual hosts

2002-04-12 Thread Ted Neward
Anybody out there using Tomcat from IIS running multiple virtual hosts? Can somebody share the secret magic words necessary to make the connector recognize the host: headers and route appropriately to different Tomcat webapps? Ted Neward {.NET || Java} Course Author Instructor, DevelopMentor

How many SSL certificates are needed for Tomcat with IIS?

2002-04-12 Thread Hawkins, Keith (Keith)
I generated CSR via Sun's keytool, sent it to verisign, and imported the resulting certificate into a keystore file. I tried to get IIS to import this certificate, but it rejects it. Do I have to request the certificate from IIS? Do I need to have two certificates, one for tomcat and one for

Tomcat 4.0 IIS Connectors

2002-03-22 Thread David LAGARDERE
Hello. I've been trying to make Jni connector and Warp connector work with Tomcat 4.0 and IIS 5 without success. Moreover, I cannot find some relevant documentation dealing with it. Do I have to use only Ajp connctors for the time being ? Thanks in advance. David LAGARDERE

RE: Tomcat 4.0 IIS Connectors

2002-03-22 Thread Carlos Martins
I have it working fine with the Ajp connector... seems to work fine, so why not use it? -Original Message- From: David LAGARDERE [mailto:[EMAIL PROTECTED]] Sent: sexta-feira, 22 de Março de 2002 10:32 To: [EMAIL PROTECTED] Subject: Tomcat 4.0 IIS Connectors Hello. I've been trying

RE: Tomcat 4.0 IIS Connectors

2002-03-22 Thread David LAGARDERE
Hello Carlos. Jakarta project developers recommend to test the connectors which bring best performances to your application. Now I've tried with Ajp (which worked fine indeed), I would like to compare it with a Jni solution as it doesn't use TCP/IP for IPC at all. Have you tried it ? David

RE: Tomcat 4.0 IIS Connectors

2002-03-22 Thread Carlos Martins
other option to bridge IIS and Tomcat other than through a TCP/IP connection. Anyway, if i come across information in that matter i'll forward it to you. Carlos -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

tomcat and iis integration!

2002-02-26 Thread ravi
Dear All, I want to integrate IIS on win2k with tomcat 4.0.1 The redirector isapi_redirect.dll filter shows green with high priority. I have set the docbase in the server.xml file to the directory I have JSP pages in. I was able to run these pages on port 8080 but are not working on port 80.

SV: tomcat and iis integration!

2002-02-26 Thread Klosa Uwe
PROTECTED] Ämne: tomcat and iis integration! Dear All, I want to integrate IIS on win2k with tomcat 4.0.1 The redirector isapi_redirect.dll filter shows green with high priority. I have set the docbase in the server.xml file to the directory I have JSP pages in. I was able to run these pages on port

Tomcat 4.01, IIS, and isapi_redirector.dll

2002-02-26 Thread Thad Humphries
I have found several sites for integrating Tomcat 3.2.x with IIS using isapi_redirect.dll. I find some for integrating Tomcat 4.01 with IIS using isapi_redirect.dll. The latter require creating workers.properties and uriworkermap.properties (and maybe other things) that aren't part of Tomcat

tomcat and iis integration!

2002-02-26 Thread ravi
- Original Message - From: Klosa Uwe [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 6:59 PM Subject: SV: tomcat and iis integration! Hi Ravi, it's better to create a context to the jsp directory. If you are using as name so

Re: HELP HELP HELP HELP HOW to Configure Tomcat on IIS and deploy our own web Application.

2002-02-25 Thread Vishal Mukherjee
Any one to help me on this - Original Message - From: Vishal Mukherjee [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, February 25, 2002 10:27 AM Subject: HOW to Configure Tomcat on IIS and deploy our own web Application. Hi all, I an a NewBie

RE: HOW to Configure Tomcat on IIS and deploy our own web Application .

2002-02-25 Thread Randy Layman
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html epically the section labeled Adding additional Contexts. Aren't manuals really useful? Randy -Original Message- From: Vishal Mukherjee [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 11

HOW to Configure Tomcat on IIS and deploy our own web Application.

2002-02-24 Thread Vishal Mukherjee
Hi all, I an a NewBie to Tomcat. Having installed TC 3.2.3 on IIS 4 with the help of your guidance from the link suggested below. http://www.verysimple.com/scripts/support_tc_iis.html All works fine. I have a web application which i have to deply to our intranet server, mearly copying the files

Tomcat 4.0.2, IIS 5.0 and JBoss

2002-02-22 Thread Rodney Loos
)]: HttpExtensionProc error, service() failed [Fri Feb 22 15:26:19 2002] [jk_ajp_common.c (1307)]: Into jk_endpoint_t::done [Fri Feb 22 15:26:19 2002] [jk_ajp_common.c (535)]: In jk_endpoint_t::ajp_close_endpoint Am I crazy to want to even connect IIS = Tomcat = JBoss? Do I just have something

Tomcat 4.0.2, IIS 5.0 and NT-service

2002-02-21 Thread Thomas Tuft Muller
Hi, I've used Tomcat 3.2.1 for a while, and was thinking of upgrading to 4.0.2. However, I can't find anything in the documentation about integration with IIS 5.0 (as described in the Tomcat-IIS-howto document included in the 3.2.1 distribution). Is it (still) possible to integrate it with IIS

Re: Tomcat 4.0.2, IIS 5.0 and NT-service

2002-02-21 Thread Alejandro Alcalde
We have Tomcat 4 running and are trying to make it work with IIS 5. The how to install it as a stand-alone you got it in www.moreservlets.com/Using-Tomcat-4.html, and some people have referred me to this other document for integration, but I've got stuck with it when trying to run it as an

Re: Tomcat 4.0.2, IIS 5.0 and NT-service

2002-02-21 Thread Moises . Gonzalez
Alejandor Alcalde, me gustaría poder hablar contigo acerca de este tema: Mi dirección es [EMAIL PROTECTED] yo tambien estoy intenado instalarlo pero me encuentro con un problemilla. Graicas Moisés -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

RE: Tomcat 4.0.2, IIS 5.0 and NT-service

2002-02-21 Thread Thomas Tuft Muller
| -Original Message- | From: Alejandro Alcalde [mailto:[EMAIL PROTECTED]] | Sent: 21 February 2002 09:03 | To: Tomcat Users List; [EMAIL PROTECTED] | Subject: Re: Tomcat 4.0.2, IIS 5.0 and NT-service | | | | We have Tomcat 4 running and are trying to make it work with IIS | 5. The how to install

Re: Tomcat 4.0.2, IIS 5.0 and NT-service

2002-02-21 Thread David Slater
anyway. -- Thomas | -Original Message- | From: Alejandro Alcalde [mailto:[EMAIL PROTECTED]] | Sent: 21 February 2002 09:03 | To: Tomcat Users List; [EMAIL PROTECTED] | Subject: Re: Tomcat 4.0.2, IIS 5.0 and NT-service | | | | We have Tomcat 4 running and are trying to make

Re: Tomcat 4.0.2, IIS 5.0 and NT-service

2002-02-21 Thread Adrian Prezioso
. Thanx anyway. -- Thomas | -Original Message- | From: Alejandro Alcalde [mailto:[EMAIL PROTECTED]] | Sent: 21 February 2002 09:03 | To: Tomcat Users List; [EMAIL PROTECTED] | Subject: Re: Tomcat 4.0.2, IIS 5.0 and NT-service | | | | We have Tomcat 4 running

RE: Tomcat 4.0.2, IIS 5.0 and NT-service

2002-02-21 Thread Ion Larranaga
to setup the complete environment, but I think it should work fine. Hope it helps, Ion -Mensaje original- De: Adrian Prezioso [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 21 de febrero de 2002 16:15 Para: Tomcat Users List Asunto: Re: Tomcat 4.0.2, IIS 5.0 and NT-service What JDK

RE: Tomcat 4.0.2, IIS 5.0 and NT-service

2002-02-21 Thread Adrian Prezioso
. After fixing them, it works okay. So my real question to the Tomcat Users community is there any way to use JDK1.2.2 with Tomcat 4.0.2 and IIS 5.0? Apparently not, since AJP13 is the only available connector (correct me if I'm wrong) and it requires JDK1.3.1. Ideally, the documentation (ajp13

RE: Tomcat 4.0.2, IIS 5.0 and NT-service

2002-02-21 Thread Dutchie Programmer
1.3.1 Tomcat 4.0.2 IIS 5.0 AJP13 Are there any catches in using this setup? Any hints would be greatly appreciated. David Grace Dutchie -Original Message- From: Adrian Prezioso [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 7:05 AM To: Tomcat Users List Subject: RE: Tomcat

RE: Tomcat 4.0.2, IIS 5.0 and NT-service

2002-02-21 Thread Adrian Prezioso
I'm using the following configuration: Win2000 Sun JDK 1.3.1 Tomcat 4.0.2 IIS 5.0 AJP13 I just recently upgraded to Tomcat 4.0.2 from 3.2.3 about 3 weeks ago to take advantage of the new web server logging. My only hurdle was finding out that the AJP13 connector does not support JDK 1.2.2

Has anyone got Tomcat 4.0.2, IIS 5.0, and JDK1.2.2 to work?

2002-02-19 Thread Adrian Prezioso
I'm still having the same problem with TC4.0.2 (final), IIS 5.0, using JDK 1.2.2. Under this setup, the AJP13 connector throws an exception any time I make a request. It seems that the AJP13 connector makes a call to java.net.Socket.setKeepAlive() - which is only supplied in JDK 1.3.1. The

AW: Tomcat 3.3a IIS JDBC

2002-02-08 Thread Martin Jussel
An: Tomcat Users List Betreff: AW: Tomcat 3.3a IIS JDBC Thanx. That's working!!! Martin -Ursprüngliche Nachricht- Von: Larry Isaacs [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 07. Februar 2002 19:17 An: 'Tomcat Users List' Betreff: RE: Tomcat 3.3a IIS JDBC See method

Tomcat 3.3a IIS JDBC

2002-02-07 Thread Martin Jussel
Hi, I'm a newbie: I installed Tomcat and the IIS redirector successfully and found the solution to host multiple webs with this configuration. But now I have to install a JDBC driver (SQLBase) and to get it run, I found only the solution to copy the complete JDBC driver path

RE: Tomcat 3.3a IIS JDBC

2002-02-07 Thread Martin van den Bemt
put the jar file in the WEB-INF/lib directory of your webapp.. Mvgr, Martin -Original Message- From: Martin Jussel [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 18:42 To: [EMAIL PROTECTED] Subject: Tomcat 3.3a IIS JDBC Hi, I'm a newbie: I installed Tomcat

RE: Tomcat 3.3a IIS JDBC

2002-02-07 Thread Randy Layman
TOMCAT_HOME\lib\common -Original Message- From: Martin Jussel [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 12:42 PM To: [EMAIL PROTECTED] Subject: Tomcat 3.3a IIS JDBC Hi, I'm a newbie: I installed Tomcat and the IIS redirector successfully and found

AW: Tomcat 3.3a IIS JDBC

2002-02-07 Thread Martin Jussel
: Tomcat 3.3a IIS JDBC put the jar file in the WEB-INF/lib directory of your webapp.. Mvgr, Martin -Original Message- From: Martin Jussel [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 18:42 To: [EMAIL PROTECTED] Subject: Tomcat 3.3a IIS JDBC Hi, I'm a newbie: I

<    1   2   3   4   5   >