tomcat on IIS

2001-04-25 Thread Hiep Tu Ong
Hi, I just installed tomcat and it doesn't seem to be working. Does tomcat work with IIS 5.0?

Tomcat and IIS

2001-04-25 Thread Nottebrok, Guido
Hallo, we have installed Tomcat Version 3.2.1 to run with IIS. The setup is done according to the tomcat documentation. In IIS we have the green arrow telling that everything should be o.k. When trying to access the tomcat examples with http://localhost/examples/jsp/index.html we get the error

Re: Tomcat and IIS

2001-04-25 Thread Sam Newman
] To: [EMAIL PROTECTED] Sent: Wednesday, April 25, 2001 3:47 PM Subject: Tomcat and IIS Hallo, we have installed Tomcat Version 3.2.1 to run with IIS. The setup is done according to the tomcat documentation. In IIS we have the green arrow telling that everything should be o.k. When trying

RE: Tomcat and IIS

2001-04-25 Thread Craig O'Brien
came bundled with Oracle.(if that's the case stop that server and try again) Good luck, Craig -Original Message- From: Nottebrok, Guido [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 7:48 AM To: [EMAIL PROTECTED] Subject: Tomcat and IIS Hallo, we have installed Tomcat Version

RE: Tomcat and IIS

2001-04-25 Thread Nottebrok, Guido
] Subject: RE: Tomcat and IIS Hello Nottebrok, Are the examples working with port 8080? http://localhost:8080/examples/jsp/index.html If not, are you using an SDK as jsps need the compiler javac? Check your classpaths. Your redirect appears to be working but you have a page/server config error

tomcat on IIS 5.0

2001-04-24 Thread Darren Haas
Title: tomcat on IIS 5.0 RE: Jakarta Project I am sure that this question has been asked more than enough times. I am running IIS 5.0 and tomcat 3.2.1. I followed the directions for tomcat on IIS 4.0 and it works fine for several days at a time. What seems to be happening, is that tomcat

Re: I couldn't get SOAP to work with Tomcat via IIS

2001-04-11 Thread Stuart Thomson
This was a known bug in Apache SOAP. The latest nightly build has a fix for this. Mauricio Peschard wrote: Hi! I'm trying to call a servlet with SOAP over Tomcat via the IIS redirector (isapi_redirect.dll) but I always got a SOAP Exception (SOAPException = SOAP-ENV:Protocol, Unsupported

I couldn't get SOAP to work with Tomcat via IIS

2001-04-10 Thread Mauricio Peschard
Hi! I'm trying to call a servlet with SOAP over Tomcat via the IIS redirector (isapi_redirect.dll) but I always got a SOAP Exception (SOAPException = SOAP-ENV:Protocol, Unsupported response content type "text/html") I just followed the steps to configure the IIS redirector to work w

RE: I couldn't get SOAP to work with Tomcat via IIS

2001-04-10 Thread Jann VanOver
Did you set up an IIS virtual mapping for /soap/ ?? When I use tomcat with IIS, I have to add mappings to BOTH the URI_worker properties AND to IIS directly. -Original Message- From: Mauricio Peschard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 4:54 PM To: [EMAIL PROTECTED

RE: I couldn't get SOAP to work with Tomcat via IIS

2001-04-10 Thread CPC Livelink Admin
to work with Tomcat via IIS Did you set up an IIS virtual mapping for /soap/ ?? When I use tomcat with IIS, I have to add mappings to BOTH the URI_worker properties AND to IIS directly. -Original Message- From: Mauricio Peschard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 4:54 PM

tomcat with iis

2001-03-27 Thread p p
hi, I am trying to install tomcat3.2.1 on windows 2000/IIS. I have followed all the instructions mentioned in the document "Tomcat IIS how to". Problem, i ve created the filter with its executable isapi.dll, but when i restart IIS the filter is not getting loaded. The troubleshootin

RE: tomcat with iis

2001-03-27 Thread Burgess, Jay
Title: RE: tomcat with iis If the text in your post below is correct, then your problem is that it's workers.properties, not worker.properties. Leaving out the s on workers will cause the behavior you're describing, and it's easy to do. Jay -Original Message- From: p p [mailto

RE: tomcat with iis

2001-03-27 Thread p p
sday, March 27, 2001 5:28 AM To: [EMAIL PROTECTED] Subject: tomcat with iis hi, I am trying to install tomcat3.2.1 on windows 2000/IIS. I have followed all the instructions mentioned in the document "Tomcat IIS how to". Problem, i ve created the filter with its executable

RE: tomcat with iis

2001-03-27 Thread Chris Thompson
Hi, we had exactly the same problem with iis and tomcat here. No matter what we did that little arrow stayed a mischevious shade of red. The fix was that the conf files had UNIX formatting so end of lines were not being recognized. We opened and re-saved with Windows formatting (using WinBatch

RE: tomcat with iis

2001-03-27 Thread Burgess, Jay
Title: RE: tomcat with iis I don't know how different a WIN2000 install is from a WINNT install, but here are the instructions I created for our team to install on WINNT. They're based on the Gal Shacor's document, but call out only the things I did that got it to work. Maybe you can glean

RE: tomcat with iis

2001-03-27 Thread zze-messager FTM balr002
Redemmares ta machine. -Message d'origine- De : p p [mailto:[EMAIL PROTECTED]] Envoye : mardi 27 mars 2001 13:28 A : [EMAIL PROTECTED] Objet : tomcat with iis hi, I am trying to install tomcat3.2.1 on windows 2000/IIS. I have followed all the instructions mentioned in the document

RE: tomcat with iis

2001-03-27 Thread Craig O'Brien
PROTECTED]] Sent: Tuesday, March 27, 2001 5:02 AM To: '[EMAIL PROTECTED]' Subject: RE: tomcat with iis Redemmares ta machine. -Message d'origine- De : p p [mailto:[EMAIL PROTECTED]] Envoye : mardi 27 mars 2001 13:28 A : [EMAIL PROTECTED] Objet : tomcat with iis hi, I am trying

Tomcat 3.2 IIS 5.0

2001-03-21 Thread Schmid, Klemens
Hi I cannot get tomcat 3.2 to run with IIS under W2K server. I followed the tomcat-iis-howto instructions and also the troubleshooting but I never got the basic example page. My log shows the "GET /... 500" but the tip in the troubleshooting doesn't help. Are there any known issues?

RE: Tomcat 3.2 IIS 5.0

2001-03-21 Thread Eric Jenson
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 11:29 AM To: '[EMAIL PROTECTED]' Subject: Tomcat 3.2 IIS 5.0 Hi I cannot get tomcat 3.2 to run with IIS under W2K server. I followed the tomcat-iis-howto instructions and also the troubleshooting but I never got the basic example page

Tomcat with IIS

2001-03-21 Thread Brian R. Hoogeveen
I am having a problem with Tomcat and IIS on Windows 2000. I have installed Tomcat, the SDK, and the dll for IIS. In addition, I have followed the configuration instructions in the Tomcat-iis-Howto.html doc. When I hit the examples page, I get an HTTP 500 Error in the browser, and the tomcat

how to pass session variables with Tomcat and IIS

2001-03-21 Thread Jack Li
I can't get session variable passed to next page. I am installed tomcat on windows 2000 with IIS 5.0. I set session var Navigator = 2 in page1.jsp as follow: % session = request.getSession(true); session.putValue("Navigator", "2"); % Then I try to get the value of Navigator in

Re: Tomcat 3.2 IIS 5.0

2001-03-21 Thread Malemute
Eric, port 8080 is default by Tomcat; this port is used in Tomcat, but IIS normally is used a web port server (80); I have same problem than Klemens. - Original Message - From: "Eric Jenson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 21, 2001 8:35 PM S

Re: Tomcat with IIS

2001-03-21 Thread Malemute
I have the same problem, but it ocurred when I use another context diferent to examples. - Original Message - From: "Brian R. Hoogeveen" [EMAIL PROTECTED] To: "Tomcat Help" [EMAIL PROTECTED] Sent: Wednesday, March 21, 2001 8:55 PM Subject: Tomcat with IIS I

Tomcat with IIS (Win 2000)

2001-03-21 Thread Brian R. Hoogeveen
I am having a problem with Tomcat and IIS on Windows 2000. I have installed Tomcat, the SDK, and the dll for IIS. In addition, I have followed the configuration instructions in the Tomcat-iis-Howto.html doc. When I hit the examples page, I get an HTTP 500 Error in the browser, and the tomcat

Tomcat and IIS

2001-03-20 Thread Ilanit Miron
Hi, My name is Ilanit Miron, I work at NextNine LTD I visit your site http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.htm l In order to configure the IIS to work with tomcat over windows2000 for our application. I configured the IIS to work with tomcat by Configuring

Tomcat with IIS and SSL

2001-03-19 Thread Tim Coultas
I am trying to set up Tomcat with SSL and IIS. I have Tomcat running fine with IIS - with no Secure Sockets Layer. I have Tomcat running fine with IIS and a Secure Sockets Layer - for users inside my firewall (Cisco router): https://InternalIPAddress/webapps/servlet/TrafficCircle?gotoPage

Jakarta-Tomcat and IIS

2001-03-15 Thread joeri
)! On some machines, the filter starts immediately on the webserver-level, on others on the level of the website. I always follow the guidelines in the Tomcat IIS HowTo document (by now, I know them out of my head ;-). Does anyone know why a filter does or does not start on one machine and not on the other

Tomcat 3.2.1 IIS 5.0

2001-03-13 Thread Klaus . Honus
Hello I'm trying to work with TOMCAT 3.2.1 and Internet Information Server 5.0. I have two JSP-pages. If I put them into the directory e:/jakarta-tomcat-3.2.1/webapps/examples and I call them from my browser everything works. BUT I would like to put my JSP-pages into a virtual directory in

Tomcat 3.2.1 IIS 5.0

2001-03-12 Thread Klaus . Honus
I'm trying to working with TOMCAT 3.2.1 and Internet Information Server 5.0 . I have two JSP-pages. If I put them into the directory e:/jakarta-tomcat-3.2.1/webapps/examples and I call them from my browser everything works. BUT I would like to put my JSP-pages into a virtual directory in IIS

Re: Tomcat 3.2.1 IIS 5.0

2001-03-12 Thread H.F.N. den Boer
You should add a new context in server.xml and check/modify web.xml. Nico [EMAIL PROTECTED] wrote: I'm trying to working with TOMCAT 3.2.1 and Internet Information Server 5.0 .. I have two JSP-pages. If I put them into the directory e:/jakarta-tomcat-3.2.1/webapps/examples and I call

tomcat with IIS/PWS

2001-03-12 Thread Jin Lee
Hi, First time poster to this list, so bear with me =) Here at work I was assigned with installing tomcat with IIS and PWS. I got the IIS to run fine, but I am having a problem with PWS. I have done everything on the tomcat-iis-howto document, but to no success. So far, PWS won't even

FW: Tomcat with IIS

2001-03-07 Thread Kay, Christina
rmap.properties, I added: /Jsp/*.jsp My jsp page resides in c:\Inetpub\wwwroot\Jsp (or http://localhost/Jsp/date.jsp). Thank you, Christina ---- From: Randy Layman Subject: RE: Tomcat with IIS Date: Thu, 15 Feb 2001 10:31:41 -0500 I hav

Tomcat standalone vs Tomcat/Apache... IIS .........

2001-03-06 Thread Michael Wentzel
Or maybe your could just pass the cgi to a shell of some sort, it would set up the enviroment ( .cshrc etc ) for you. The shell should inherit its initial environment from its parent, ie the java exec. Oh yes, this causes 2 calls to exec|CreateProcess but if you really really

RE: Tomcat and IIS

2001-02-22 Thread Mike Dewhirst
k the set-up process with {TOMCAT_HOME}\doc\tomcat-iis-howto.html or with http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-tomcat/etc/Attic/tomcat-iis-howto.html?rev=1.6content-type=text/html -- This e-mail may contain confidential and/or privileged information. If you are not the intende

[Fwd: Soap 2.1 + Tomcat 3.2.1 + IIS]

2001-02-21 Thread Stuart Thomson
Let me try this one again. Does any one have an idea who is eating the space ? Should soap work in the absence of the space ? I'm willing to fix the parsing code if the space isn't mandatory. I have a soap service which works fine when accessing tomcat directly. However, when accessing via

Adding contexts to tomcat with IIS

2001-02-21 Thread Hensley, Zachary
I have loaded tomcat on IIS and I can get the examples directory to come up fine. I can not get any other contexts to come up though. This is what I have tried. I would appreciate any tips or ides. I Added the following line /admin/*=ajp12 to the uriworkermap.properties file restarted

RE: Adding contexts to tomcat with IIS

2001-02-21 Thread Randy Layman
a different uriworkermap.properties file that is really being used. You shouldn't be able to delete the file and still have IIS/Tomcat work after an IIS restart. Randy -Original Message- From: Hensley, Zachary [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 2:36 PM

RE: Adding contexts to tomcat with IIS

2001-02-21 Thread Randy Layman
]' Subject: RE: Adding contexts to tomcat with IIS Thanks for the tips. I was restarting the web server via the management console. I guess what I need to do is restart the NT service "IIS Admin Service". Thanks Zach H. -Original Message- From: Randy Layman [mailto:[EM

RE: Adding contexts to tomcat with IIS

2001-02-21 Thread Hensley, Zachary
01 2:24 PM To: [EMAIL PROTECTED] Subject: RE: Adding contexts to tomcat with IIS First, I believe that uriworpermap.properties file is only loaded at IIS service startup. In other words, to make modifications to the contexts available, you need to restart IIS. Second, I believe that /admin is

Soap 2.1 + Tomcat 3.2.1 + IIS

2001-02-19 Thread Stuart Thomson
I have a soap service which works fine when accessing tomcat directly. However, when accessing via isapi_redirect.dll I receive the following exception Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsu pported response content type "ext/xml; charset=utf-8", must

In-process Tomcat with IIS 4.0

2001-02-16 Thread Connie Chan
I have set up tomcat with IIS 4.0 in out of process operation successfully. I followed the steps in the document "In-Process How to" to set up in-process. But it doesn't work. The tomcat does start up. But when I browse jsp page, I get the browser error. When I look into the lo

Tomcat with IIS

2001-02-15 Thread Kay, Christina
Our web pages are hosted on IIS and reside on c:\Inetpub\wwwroot. Tomcat is installed on c:\jakarta-tomcat. Is there any way to run jsp pages residing on c:\Inetpub\wwwroot and have the isapi_redirect.dll send the jsp pages to c:\jakarta-tomcat to be processed? If this is possible, please

RE: Tomcat with IIS

2001-02-15 Thread Randy Layman
, February 15, 2001 10:11 AM To: '[EMAIL PROTECTED]' Subject: Tomcat with IIS Our web pages are hosted on IIS and reside on c:\Inetpub\wwwroot. Tomcat is installed on c:\jakarta-tomcat. Is there any way to run jsp pages residing on c:\Inetpub\wwwroot and have the isapi_redirect.dll send the jsp

Tomcat Servlets IIS ASP ?

2001-02-12 Thread Grobe, Gary
I work w/ JSP but have no experience with ASP. I'd like to know how IIS processes ASP and if these same request/responses can also be sent to TOMCAT? What are other people doing for tomcat sites that use ASP? - To unsubscribe,

Re: Tomcat Servlets IIS ASP ?

2001-02-12 Thread Rob Tanner
ASP is a tagging system integral to IIS. The language between the tags is Microsoft's proprietary VBScript (and I think you can also use VBasic, another Microsoft proprietary language). It also uses COM objects and other of Microsoft's proprietary concoction. Nothing about ASP is Java. I

RE: Tomcat Servlets IIS ASP ?

2001-02-12 Thread Grobe, Gary
before IIS has start processing that ASP? -Original Message- From: Rob Tanner [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 8:11 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat Servlets IIS ASP ? ASP is a tagging system integral to IIS. The language between the tags

RE: Tomcat Servlets IIS ASP ?

2001-02-12 Thread Michael Wentzel
I have servlets that insert code into responses (using filters) and I'd like to know if my client is using an ASP on IIS, will I be able to catch the response and insert my html code in that response? Also, will I be able to get requests also before IIS has start processing that ASP?

RE: Tomcat Servlets IIS ASP ?

2001-02-12 Thread John Golubenko
P.S. to Michael: Sure. If you don't know anything about it, don't waste internet bandwidth sending it. -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 8:35 AM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat Servlets IIS ASP ? I have

RE: tomcat und IIS

2001-02-09 Thread Randy Layman
. Select the src project and then the doc project. The file is tomcat-iis-howto.html. It is currently 10 hours old (someone made a change in the past 10 hours). Randy -Original Message- From: Lifeng Xu [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 2:59 PM To: '[EMAIL

tomcat und IIS

2001-02-08 Thread Inga Schuetz
Hello, does someone know, if it is possible to use tomcat together with IIS 5 und Windows 2000? I have set the ISAPI Filter, and edited the regidtry, but I still have a red arrow. It says that the dll was not loaded. Inga

RE: tomcat und IIS

2001-02-08 Thread shlomi sarfati
01 2:38 PM To: [EMAIL PROTECTED] Subject: tomcat und IIS Hello, does someone know, if it is possible to use tomcat together with IIS 5 und Windows 2000? I have set the ISAPI Filter, and edited the regidtry, but I still have a red arrow. It says that the dll was not loa

RE: tomcat und IIS

2001-02-08 Thread Randy Layman
PROTECTED]] Sent: Thursday, February 08, 2001 7:38 AM To: [EMAIL PROTECTED] Subject: tomcat und IIS Hello, does someone know, if it is possible to use tomcat together with IIS 5 und Windows 2000? I have set the ISAPI Filter, and edited the regidtry, but I still have a red arrow. It says

RE: tomcat und IIS

2001-02-08 Thread Erwan TROEL
In this case IIS will run only in JSP no longer in ASP? or will it be possible to develop in ASP and in JSP? -Message d'origine- De : Randy Layman [mailto:[EMAIL PROTECTED]] Envoy : jeudi 8 fvrier 2001 13:16 : [EMAIL PROTECTED] Objet : RE: tomcat und IIS Yes its possible

RE: tomcat und IIS

2001-02-08 Thread Randy Layman
PROTECTED]] Sent: Thursday, February 08, 2001 7:59 AM To: [EMAIL PROTECTED] Subject: RE: tomcat und IIS In this case IIS will run only in JSP no longer in ASP? or will it be possible to develop in ASP and in JSP? -Message d'origine- De : Randy Layman [mailto:[EMAIL PROTECTED]] Envoy : jeudi

RE: tomcat und IIS

2001-02-08 Thread Randy Layman
That would be the Tomcat IIS HowTo. Its at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.htm l. It says that it only works with IIS/PWS 4, but it also works for IIS 5. Randy -Original Message- From: Erwan TROEL [mailto:[EMAIL PROTECTED]] Sent

RE: tomcat und IIS

2001-02-08 Thread Praet Wim
as I did with w2k pro, where it worked perfect, under w2k advanced server it simply does _not_. regards, Wim. That would be the Tomcat IIS HowTo. Its at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat -iis-howto.htm l. It says that it only works with IIS/PWS 4, but it also

RE: tomcat und IIS

2001-02-08 Thread Lifeng Xu
I got a "page not found (HTTP 404 error)" when I click this link. I wonder if their site is down? Lifeng -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 8:23 AM To: [EMAIL PROTECTED] Subject: RE: tomcat und IIS

RE: tomcat und IIS

2001-02-08 Thread Randy Layman
PROTECTED]' Subject: RE: tomcat und IIS that is: it works fine for w2k professional and IIS5.0, but it does not with w2k advanced server and IIS5.0 (even if you add the isapi filter under the main www server properties it keeps pointing down after an IIS restart). Till now I've not found the error, I did

RE: tomcat und IIS

2001-02-08 Thread Aaron Knauf
] cc: Subject:RE: tomcat und IIS The only Win2K that I have tried on is Advanced Server. Installed from MSDN CD and applied SP1. Then installed Java, WinZip, Tomcat, isapi_redirect.dll, and jk_nt_service. In that order. It didn't take anything different from Win NT. One slightly

RE: Redirecting and Broken Streams with Tomcat under IIS

2001-02-01 Thread Etienne Baert \(SPS Office\)
all header information and send the URL as a complete new page. Etienne -Original Message- From: Daniel Noelpp [mailto:[EMAIL PROTECTED]] Sent: jeudi 1 fevrier 2001 7:37 To: [EMAIL PROTECTED] Subject: Redirecting and Broken Streams with Tomcat under IIS Hello Web Developers! I found out

getParameter in Tomcat on IIS

2001-01-26 Thread Rodriguez Victor A.
Hi All, I'm new to the list and I'm setting up Tomcat 3.2 + IIS and we get the problem stated in http://znutar.cortexity.com/BugRatViewer/ShowReport/55 and http://w4.metronet.com/~wjm/tomcat/ToFeb11/msg02723.html (getParameter is null when values from a HTML FORM are sent to a JSP

RE: getParameter in Tomcat on IIS

2001-01-26 Thread Rodriguez Victor A.
Eric, Hi Are you using by any change this option when doing a post : enctype="multipart/form-data" ? Not at all, I'm using the form (and JSP code) attached to this e-mail. Cheers -- Vctor A. Rodrguez ( http://www.bit-man.com.ar) Telefnica de Argentina - http://www.Telefonica.com.ar

RE: getParameter in Tomcat on IIS

2001-01-26 Thread Rodriguez Victor A.
Eric, thanks for your soon answer !! unfortunately there's no change, even when all text was uppercase. I also played with upper/lower case when getting the parameters in the JSP, but unless the case are exactly the same for each file (HTML and JSP) the obtained result is null (for NetScape,

Installing Tomcat into IIS Automatically

2001-01-25 Thread Randy Layman
I was wondering if anyone out there has come up with a way to install Tomcat into IIS programatically (using some program or editing the registry directly)? Or is this something that is not possible? The reason is that I am starting to think about installing our application

getParameter in Tomcat on IIS

2001-01-25 Thread Rodriguez Victor A.
Hi All, this is my first post to the list, and I'm not currently subscribed tomcat-user. I'm setting up Tomcat 3.2 + IIS and we get the problem stated in http://znutar.cortexity.com/BugRatViewer/ShowReport/55 and http://w4.metronet.com/~wjm/tomcat/ToFeb11/msg02723.html (getParameter is null

Tomcat and IIS 5.0 Windows 2000

2001-01-22 Thread Pete Ehli
I was considering connecting Tomcat and IIS 5.0 in windows 2000. Here is what the docs say Supported Configuration The IIS-Tomcat redirector was developed and tested on: WinNT4.0-i386 SP4/SP5/SP6a (it should be able to work on other versions of the NT service pack.) and Win98 IIS4.0

RE: session between tomcat and IIS

2001-01-17 Thread CPC Livelink Admin
] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 2:58 PM To: [EMAIL PROTECTED] Subject: session between tomcat and IIS Hello, I'm in a bit of a peckerwood situation here. Tomcat 3.2.1 Apache is the preferred apps but I have been told to integrate with an IIS machine. Ok, so my problem

Re: How to disable the port in Tomcat with IIS

2001-01-15 Thread Ramkumar Manoharan
Parameter name="port" value="8080"/ /Connector Please correct me if iam wrong. Ram From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: How to disable the port in Tomcat with IIS Date: Mon, 15 Jan 2001 18:50:

RE: Configuring tomcat and IIS - Nagarajan

2001-01-09 Thread nitin dubey
Hi, I am using Win 2000, IIS 5.0 and Tomcat 3.2.1. I m attaching the .properties file and isapi_redirect.dll that I downloaded from jakarta site(I saw your mail asking for url for isapi_redirect.dll file). check attachments nitin --- "G.Nagarajan" [EMAIL PROTECTED] wrote: Hi,

RE: Configuring tomcat and IIS - Nagarajan

2001-01-09 Thread G.Nagarajan
and IIS - Nagarajan Hi, I am using Win 2000, IIS 5.0 and Tomcat 3.2.1. I m attaching the .properties file and isapi_redirect.dll that I downloaded from jakarta site(I saw your mail asking for url for isapi_redirect.dll file). check attachments nitin

RE: Configuring tomcat and IIS - Nagarajan

2001-01-09 Thread G.Nagarajan
: G.Nagarajan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 12:27 PM To: [EMAIL PROTECTED] Subject: RE: Configuring tomcat and IIS - Nagarajan Hi Nitin, I wanted the source code for the DLL, not the dll itself. So that I could trace what was going on. Thanks Nagarajan. -Original

RE: Configuring tomcat and IIS

2001-01-08 Thread G.Nagarajan
Hi, are you getting the green up arrow in the ISAPI window? -Original Message- From: nitin dubey [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 06, 2001 12:50 PM To: [EMAIL PROTECTED] Subject: Configuring tomcat and iis Hi guys, I have read the document by apache for configuring

RE: Configuring tomcat and IIS

2001-01-08 Thread nitin dubey
To: [EMAIL PROTECTED] Subject: Configuring tomcat and iis Hi guys, I have read the document by apache for configuring tomcat with IIS. Everything as mentioned in document is working. I have no problem there. I have also downloaded the isapi_redirect.dll from apache site. I have a

RE: Configuring tomcat and IIS

2001-01-08 Thread G.Nagarajan
, January 08, 2001 11:11 AM To: [EMAIL PROTECTED] Subject: RE: Configuring tomcat and IIS Hi Nagarajan, Yes I am getting green up arrow. nitin --- "G.Nagarajan" [EMAIL PROTECTED] wrote: Hi, are you getting the green up arrow in the ISAPI window? -Original Message- From: n

RE: Configuring tomcat and IIS - Nagarajan

2001-01-08 Thread nitin dubey
inal Message- From: nitin dubey [mailto:[EMAIL PROTECTED]] Sent: Monday, January 08, 2001 11:11 AM To: [EMAIL PROTECTED] Subject: RE: Configuring tomcat and IIS Hi Nagarajan, Yes I am getting green up arrow. nitin --- "G.Nagarajan" [EMAIL PROTECTED] wrote:

Configuring tomcat and iis

2001-01-06 Thread nitin dubey
Hi guys, I have read the document by apache for configuring tomcat with IIS. Everything as mentioned in document is working. I have no problem there. I have also downloaded the isapi_redirect.dll from apache site. I have also tested tomcat3.2.1 and IIS 5.0 individually. Both r working

Re: Tomcat and IIS

2000-12-29 Thread Mohammed Nasr Shalaby
TomcCat does run under IIS, Please refer to the list archive and search for messages with subject "Installing tomcat on IIS" "Tomcat IIS"...Other subject will apply too. Nasr [EMAIL PROTECTED] wrote: Hi Mr. Tomcat, I am just installing tomcat int

Tomcat and IIS

2000-12-28 Thread PinLee_Su
Hi Mr. Tomcat, I am just installing tomcat into my Win2000 machine. and follow the installation guide as provided. However, I can't get it up and running. My question is does Tomcat run under IIS 5.0/Win2000 platform? thanks and best regards,spl

Tomcat and IIS 5.0

2000-12-20 Thread Lorenzo Soncini
Hi folks. I have installed the Tomcat 3.2 on Windows 2000 and JDK 1.3 + 1.2EE. I need to integrate Tomcat with IIS 5 so I can use Servlet and JSP on my sites. Thanks Lorenzo Soncini

AW: Tomcat and IIS 5.0

2000-12-20 Thread Krieg Steffen
And what is your problem? It works fine on my machine ... -Ursprüngliche Nachricht- Von: Lorenzo Soncini [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 20. Dezember 2000 10:47 An: [EMAIL PROTECTED] Betreff: Tomcat and IIS 5.0 Hi folks. I have installed the Tomcat 3.2 on Windows 2000

Re: Tomcat and IIS 5.0

2000-12-20 Thread Lorenzo Soncini
my IIS. Thanks - Original Message - From: "Krieg Steffen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 20, 2000 12:33 PM Subject: AW: Tomcat and IIS 5.0 And what is your problem? It works fine on my machine ... -Ursprüngliche Nachricht- Von: Loren

Re: Tomcat and IIS 5.0 An example

2000-12-20 Thread Lorenzo Soncini
20, 2000 2:28 PM Subject: AW: Tomcat and IIS 5.0 An example You have to write the following in the uriworkermap.properties: /Ugo/*.jsp=ajp12 /Ugo/servlet/*=ajp12 The first is for the JSP's and the second for the servlets. -Ursprüngliche Nachricht- Von: Lorenzo Soncini [mailto:[EMAIL

AW: Tomcat and IIS 5.0 An example

2000-12-20 Thread Krieg Steffen
do you mean ugo or Ugo. It's different in Tomcat 3.2 -Ursprüngliche Nachricht- Von: Lorenzo Soncini [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 20. Dezember 2000 14:36 An: [EMAIL PROTECTED] Betreff: Re: Tomcat and IIS 5.0 An example I have witten thatbut don't work. I try

Re: Tomcat on IIS

2000-12-14 Thread Rajeev Jha
hi list it is possible to use tomcat with IIS and it works fine. things u need to install r the following : 1. jdk1.2.2 / jdk1.3 or some other JVM if u like 2. then install tomcat (binary release is there , so u don't have to do anything) 3. check the stand alone tomcat 4. if u want, u can make

Tomcat and IIS 5

2000-12-04 Thread Adrian Stabiszewski
ozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+5.0)2000-12-04 17:13:32 192.168.10.10 - 192.168.10.21 80 GET /jakarta/isapi_redirect.dll - 200 Mozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+5.0) I have followed the tomcat-iis-howto.html step by step. In the troubleshooting section there is only one solut

Re: Tomcat and IIS 4.0

2000-12-04 Thread seidhi Help
Hi, I might be too late to catch up on this. I hope you found a solution already. I have been able to run NT 4.0 + IIS + TOMCAT (also on Win98). In case you have not found something, let me know if i can help you out. Good luck, -Seidhi --- Margarita Manterola [EMAIL PROTECTED] wrote: Hi

Installing TomCat on IIS

2000-11-22 Thread Mohammed Nasr Shalaby
from " http://jakarta.apache.org/tomcat/jakarta-tomcat/bin/iis/nt4/i386/ ". Now install this file in d:\tomcat\bin\iis\i386 (I'll asume you used this directory as I proceed). Now we will do some modifications in the registry. I prefer you will make a full backup for your registr

Re: Installing TomCat on IIS

2000-11-22 Thread Hussam Alsawadi
http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-tomcat/etc/Attic/tomcat-iis-ho wto.html?rev=1.6content-type=text/html ". Also many thanks to Marc Saegesser [EMAIL PROTECTED] whose remarks was very helpful and it really made me do it perfictly. Well guys, we'll start

Re: Installing TomCat on IIS

2000-11-22 Thread Hussam Alsawadi
http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-tomcat/etc/Attic/tomcat-iis-ho wto.html?rev=1.6content-type=text/html ". Also many thanks to Marc Saegesser [EMAIL PROTECTED] whose remarks was very helpful and it really made me do it perfictly. Well guys, we'll start

Help! Tomcat and IIS(PWS)

2000-10-23 Thread Zhao, Zhipeng
Title: Help! Tomcat and IIS(PWS) Hi, There I'm trying to integrate Tomcat with Personal Web Server on Win NT4.0 by using isapi_redirect.dll (out-of-process). When restarting the Web server, I got the following error message in isapi log file (isapi.log): [jk_connect.c (142)]: jk_open_socket

<    1   2   3   4   5