TOMCAT + IIS

2002-11-11 Thread Kiev
Hi, Would anybody get me a link to a tutorial showing how to make the IIS execute JSPs and Servlets using tomcat 4.0.4 Note: I've chosen the "NT Service" option when I installed Tomcat in my Windows XP, does it change anything? Because I've found something about the integration of ISS using a jk_

Tomcat/IIS

2001-04-26 Thread Lyle H. Ward
>From the IIS in-process how-to: On IIS you will have to modify your worker mount file to mount contexts to the JNI worker. For example: /examples/*=jni What/where is the "worker mount file"? Thank you. Lyle Ward

Tomcat & IIS

2001-05-04 Thread Keith Willis
I am trying to run Tomcat and IIS together. I would like to put ASP and JSP files in the same directory. I tried changing the directory in IIS to point to the Root directory of Tomcat, but it would not run the JSP in that folder then. Is there a way to do this? (Basically I want all my files i

tomcat + IIS

2001-05-08 Thread Casey Hadden
Hi, We're trying to get Tomcat and IIS setup in order to have a test server for that particular combination. I've followed the instructions from the web site for getting the two working together. I can get all the example JSPs provided by IIS to come up and give correct output. The login page

Tomcat/IIS

2001-09-14 Thread Arafat
Anyone know of a good article on virtual hosting with IIS and Tomcat? Any help is appreciated... _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Tomcat - IIS

2001-11-13 Thread Gandham, Ram
Hi, This is Ram.Gandham.I'm working as a senior programmer analyst at william R Hough. I installed jakarta-tomcat-3.2.3 and completed all the steps that are there in Tomcat IIS HowTo.html to syncronize the Tomcat server with IIS.Here I did installed at my home,There the link between II

tomcat-iis

2001-07-17 Thread sergiole
in the “TomCat IIS Howto” document but I get the error in the browser “The network request is not supported.“ accesing a jsp.   Thanks   Sergio Leiva Ortega TAMI Software Development.  

Tomcat-IIS

2001-07-31 Thread Marko Viitanen
Hi, I followed the instructions in the tomcat-iis how-to file. I have now started over about 10 times, and I just can't get it to work. I am running Windows 2000 professional, JDK 1.3.1, Tomcat 3.2.3 Here is my registry: <<...OLE_Obj...>> Here is the isapi filter locati

tomcat-IIS

2001-03-23 Thread Pradeep Kumar
Hi, I am using tomcat 3.2.1 with IIS on win2k. My requirement is that any request to the site goes via a servlet. So, for the first request this servlet will forward a homepage.jsp. Now how do I make this work with IIS and tomcat ? Thanks, pradeep

tomcat iis

2001-01-04 Thread yanfang peng
dear sirs or madames, I installed apache server and tomcat on my NT 4.0 (SP5) Think Pad 600, which already have iis 4.0 and JaverServer for developer installed. Tomcat works fine with apache and iis http server, the documentation you guys supplied is excellent. I really appreciate it. I'll try t

Tomcat - IIS

2001-01-21 Thread Kenny Lee
Hi, May i know how to do this step: 8.Using the IIS management console, add isapi_redirect.dll as a filter in your IIS/PWS web site... I am using IIS4.0 on a NT Environment. Rgds, Kenny __ Do You Yahoo!? Yahoo! Mail – Free email you can

SSL & Tomcat/IIS

2002-10-08 Thread Fawaz Ahmad
Can someone using SSL for servlets in Tomcat using IIS 5.0 as their web server please help me out. I have Microsoft Certification Authority installed and everything set up on IIS so that the jakarta web directory requires SSL. When i go to http://localhost it says that you must use https, which

reg tomcat iis

2002-10-18 Thread Srinu Kalyan
Hi, The article IIS HOW TO is pretty good but could you please help me in configuring iis and tomcat residing in two differnt machines iis and tom cat are in two different boxes thanks srinu

Tomcat & IIS & Resource25

2002-10-21 Thread Mark J. Miller
Can anyone out there help with a Tomcat, IIS, and Resource25 installation? I think I have the Tomcat & IIS part down, but I'm apparently having a problem specifying the correct information for Resource25 to use Tomcat

RE: TOMCAT + IIS

2002-11-11 Thread Turner, John
http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm John > -Original Message- > From: Kiev [mailto:kiev.gama@;pbt.com.br] > Sent: Monday, November 11, 2002 1:01 PM > To: Tomcat Users List > Subject: TOMCAT + IIS > > > Hi, > > Would anybody get me a lin

Re: TOMCAT + IIS

2002-11-11 Thread Kiev
Great! It worked just fine. Thanks. - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 5:08 PM Subject: RE: TOMCAT + IIS > > http://www.ge

Tomcat-IIS-Help!!!

2002-11-29 Thread Mauritz Viljoen
I have a huge problem getting the redirect of IIS to tomcat to work. I have followed all the instructions on the tomcat-iis-howto.html document, but alas, still not working. I get the following error in the logfile 10:50:16 127.0.0.1 GET /jakarta/isapi_redirect.dll 200 According to the

Tomcat, IIS, and

2002-06-25 Thread David Thielen
Hi; I've installed Tomcat 4.0 and it runs fine in standalone mode. I've followed the following instructions for connection to IIS: http://www.verysimple.com/scripts/support_tc_iis.html http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html And the dll won't lo

Re: Tomcat & IIS

2001-05-05 Thread Allan Kamau
Hi Willis and others installing tomcat and IIS You will need to configure IIS and install a filter that will forward requests to Tomcat. I don't remember the exact steps.The how to docs in Tomcat/docs directory provide detailed explanations on the same. Basically you will need to visit the tomcat

Re: Tomcat & IIS

2001-05-06 Thread Keith Willis
Original Message Follows From: Allan Kamau <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Tomcat & IIS Date: Sat, 5 May 2001 02:43:54 -0700 (PDT) Hi Willis and others installing tomcat and IIS You will need to configure IIS and install a filter that wi

Tomcat IIS HowTo

2001-05-09 Thread Lee Goddard
Tomcat IIS HowTo Feedback Please send feedback, bug report or any additional information to [EMAIL PROTECTED] So I am followed the excellent HOWTO, and got the server up to the extent that I'm getting this response when clicking the links on the examples/jsp/index

Tomcat IIS HowTo

2001-05-15 Thread Li, Maria Q
First of all, this is very good instruction on how to make Tomcat work with IIS. The only thing is that when I try to run http://localhost/examples/jsp/index.html, it always prompt dialog box "Enter Network Password". After I entered username/password and everything runs OK. Any idea on what do I

Tomcat/IIS Error

2001-05-17 Thread Joe Ryburn
I had IIS working with Tomcat using the isapi_redirect.dll was working a couple of days ago, but now I'm having unexpected problems. The isapi.log file, for every request I make, logs the following information... [jk_isapi_plugin.c (408)]: HttpFilterProc started [jk_isapi_plugin.c (429)]: In H

tomcat IIS error

2001-05-18 Thread Alex Almero
got this error under the isapi.log     jk_uri_worker_map_t::uri_worker_map_free, NULL parameters   also under the w3svc/ex"date"     GET /jakarta/examples/jsp/snp/snoop.jsp 200

tomcat-iis configuration

2001-05-27 Thread hardik
hi!..   i tried to configure IIS- with tomcat3.2.. and was successful in serving the /examples context with the IIS... but i want to add more context to be served by IIS.. i followed the steps described in the file.. but it doesnt work.. can anyone tell me how to make other contexts work with

Tomcat/IIS Installation

2001-05-30 Thread ernest . a . dicicco
ayman Subject: RE: Tomcat/IIS Installation Problem Date: Wed, 30 May 2001 10:44:09 -0400 Your quandary is a mis-configuration. Remove the virtual directories from IIS, add the appropriate entries to uriworkermap.properties, and then restart the IIS process (using the Services Control Pane

tomcat + IIS 5

2001-06-07 Thread Francisco Areas Guimaraes
I have  win2k, tomcat 3.2, and IIS5. I have done everything that the "IIS-tomcat-Howto" says, including the "Filter DLLs" option, got the "green arrow" in the IIS ISAPI filters, but when I open a page, it simply doesn´t compile the code. Here´s what has been writen in the log file:   [jk_isa

Tomcat IIS HowTo

2001-06-14 Thread manjunath bhat
Hi, I am having problem in configuring IIS 4.0 and Jakarta Tomcat 3.2.1. I have followed the instruction given by you in your documentation. I am not able to see "http://localhost/examples/jsp/index.html";. In your trouble shooting section 5.A.3 says "If the number following GET "/..." is 200

RE: Tomcat/IIS

2001-09-14 Thread Robert Turner
:\program files\jakarta-tomcat-3.2.3. Please email me if you think I can help you. [EMAIL PROTECTED] Robert T Turner -Original Message- From: Arafat [mailto:[EMAIL PROTECTED]] Sent: 14 September 2001 14:48 To: [EMAIL PROTECTED] Subject: Tomcat/IIS Anyone know of a good article on virtual

Tomcat-IIS integration

2001-10-23 Thread Ram Kumaran
Sir/Madam, We are using jakarta-tomcat-4.0.1 We are not having any documents for integrating Tomcat with IIS So, we are not able to integrate. kindly help us to get the document. Regards Ram *NEW* Connect to Yahoo! Messenge

RE: Tomcat - IIS

2001-11-13 Thread Nihar
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 8:13 PM To: '[EMAIL PROTECTED]' Subject: Tomcat - IIS Hi, This is Ram.Gandham.I'm working as a senior programmer analyst at william R Hough. I installed jakarta-tomcat-3.2.3 and completed all the steps that are there in Tomcat

RE: Tomcat - IIS

2001-11-13 Thread Randy Layman
[EMAIL PROTECTED]] > Sent: Tuesday, November 13, 2001 9:43 AM > To: '[EMAIL PROTECTED]' > Subject: Tomcat - IIS > > > Hi, > This is Ram.Gandham.I'm working as a senior programmer > analyst at william R > Hough. > I installed jakarta-tomcat-3.2.3 and comple

RE: Tomcat - IIS

2001-11-13 Thread Larry Isaacs
ROTECTED]] > Sent: Tuesday, November 13, 2001 9:43 AM > To: '[EMAIL PROTECTED]' > Subject: Tomcat - IIS > > > Hi, > This is Ram.Gandham.I'm working as a senior programmer > analyst at william R > Hough. > I installed jakarta-tomcat-3.2.3 and completed a

integrate Tomcat/IIS

2001-11-26 Thread Ponian Chu
Hi there, I am new in this list~ I need some help with Tomcat/IIS integration I tried to integrate Tomcat 3.3 with IIS on my Windows 2000 system with difficulty... My environment is: -- all servlet classes are put in %tomcat_home%\webapps\ROOT\WEB-INF\classes folder -- web site is put in c

Tomcat & IIS + MemoryRealm

2002-03-25 Thread Lee Kyon
Hi, I've installed Tomcat 4.0.3 on a Win 2k Server and installed the redirector plugin so that IIS redirects JSP and Servlet requests to Tomat. Everything works fine, Tomcat serves JSP and servlets are running. Here's the problem: Tomcat's built-in MemoryRealm doesn't work when trying it via

Tomcat + IIS +SSL

2002-05-29 Thread Christophe GOGUYER DESSAGNES
How do I configure IIS 5 and Tomcat 3.2 to enable SSL ? I have configured workers (ajp12) and redirection works fine in none secure mode. But now, I want to use sll with https, my iis5 is secure and it works but when a request is redirected to tomcat via isapi_redirect the request seems to be sta

Tomcat-IIS-Win2k

2001-07-12 Thread Dhwani K. Bhayani
hi! I have installed Tomcat 3.2.1 on Windows 2000 and configured everything as instructed in IIS-howto pages and also did what ever required after reading the archives at this site.I can access by local http://127. 0.0.1:8080/examples/jsp/index.html and all jsp and servlets.But I want to configu

RE: Tomcat-IIS

2001-08-01 Thread Randy Layman
Randy > -Original Message- > From: Marko Viitanen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 6:57 PM > To: '[EMAIL PROTECTED]' > Subject: Tomcat-IIS > > > Hi, > I followed the instructions in the tomcat-iis how-to file. I have now > started

Tomcat IIS HowTo

2001-08-22 Thread Allwin Immanuel
Hi, Does the ISAPI redirector work with Windows 2000? The filter is not loaded when i add the filter. Any update on this, Thanks, Allwin __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.ya

Tomcat & IIS & Servlets

2002-02-08 Thread Martin Jussel
Hi, Tomcat is running fine with IIS. I can surf .jsp pages and JDBC is also working. But I've troubles with servlets. Placing a servlet in WEB-INF/classes seems not to work. Is there any basic (uriworkermap.properties?) or webapp specific (apps*.xml) configuration needed do get it work? my uriwo

Tomcat IIS Feedback

2001-01-26 Thread Detter Craig-ACD100
In the Tomcat IIS How To documentation Troubleshooting - WinNT Step 4, "Check the jakarta filter you added and make sure its status shows a green upward-pointing arrow. Please add this possibility: C. Launch Microsoft Management Console. Make sure the filter is added under the s

tomcat-iis trouble

2001-02-08 Thread rg46con
Hi: I would like to run tomcat with iis and following the jakarta-tomcat-3.2.1\doc\tomcat-iis-howto.html. then   Try http://localhost/examples/jsp/index.html always got the error HTTP 404 if I try http://localhost:8080/examples/jsp/index.html then it's ok! can u help me ?   thanks   by

tomcat-iis-howto

2001-02-08 Thread Conrad Gustafson
Hi there,   Question:  has anybody set up tomcat to work with IIS 5.0?  I've done everything right and it just doesn't work.  When I try to hit http://localhost/examples/jsp/index.html I get the standard HTTP 404 error page.  The troubleshooting section just says "make sure you typed the ur

Tomcat - IIS Error

2001-02-13 Thread Eli Segev
I have followed the instructions in "Tomcat IIS HowTo" by Gal Shachor <[EMAIL PROTECTED]> to set up IIS to redirect requests to Tomcat on an NT machine. I don't want to repeat again all the steps that appears in the document in this email. Whenever I try to test the redirec

tomcat-iis-howto

2001-02-21 Thread maurine dzinoreva
Hi, My name is Maurine Dzinoreva and I work for Zen Computing. I have  set up IIS to cooperate with Tomcat. The only problem I have is what do I do if I want an application running  outside the webapp and tomcat directory. In other words how do I get tomcat to recognise an application that i

TomCat - IIS - Security

2001-02-27 Thread Christian Schulz
Title: TomCat - IIS - Security Hello, when using Tomcat with IIS, we have a security hole. We installed Tomcat as descriped at the documentation. The following scenario will show our problem: We have a folder named reachable as http://outserver/secretfolder/ with NT Security

TOMCAT-IIS 5.0

2001-03-09 Thread Maribel . Rodriguez
ich versuche seit 2 Tage, die JSP Seiten auf den Web Server aufzurufen. Dazu habe ich ein Program ( "Tomcat 3.2.1") um das zu machen. Wenn ich die Seiten in einem bestimten directory von meiner Festplatte habe ( e:/jakarta-tomcat-3.2.1/webapps/examples) gibt es kein Problem. Aber ich möchte die

Tomcat + IIS 6.0

2003-10-17 Thread Hart, Justin
Hey, What's the story on Tomcat + IIS 6.0 and AJP connectors? Does this scenario work or not? I've seen scattered throughout the net where noone can get this to work. Can somebody just tell me yes or no, this does or does not work? Just

I: Tomcat + IIS

2000-11-08 Thread Lorenzo Vaccari
Hello, all I'm a new user of Tomcat With IIS I've seen that someone uses Tomcat + IIS. I have problem (i suppose that it's a common problem for new users...): The red arrow of Isapi filter (isapi_redirector.dll) I've make all the instructions of docum

tomcat iis howto

2000-11-28 Thread Steve Mandl
Hello-     I have a suggestion for an addition to the tomcat iis howto document. I have a printout I got from http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.html under winnt troubleshooting, step 4, you should add that the user iis is running with must have access to the

RE: Tomcat - IIS

2001-01-21 Thread Craig O'Brien
oot(I think) If IIS4 is different I cannot help. Good luck, Craig -Original Message- From: Kenny Lee [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 21, 2001 5:12 PM To: [EMAIL PROTECTED] Subject: Tomcat - IIS Hi, May i know how to do this step: 8.Using the IIS management console

RE: Tomcat - IIS

2001-01-21 Thread Etienne Baert
:[EMAIL PROTECTED]] Sent: lundi 22 janvier 2001 2:12 To: [EMAIL PROTECTED] Subject: Tomcat - IIS Hi, May i know how to do this step: 8.Using the IIS management console, add isapi_redirect.dll as a filter in your IIS/PWS web site... I am using IIS4.0 on a NT Environment. Rgds, Kenny

Tomcat IIS plug-in

2002-08-27 Thread Nellikkaltil, Liji
hi there, I am trying configure Tomcat IIS plugin(isapi-redirect.dll), even though I know it is tested and works for Tomcat, IIS environment, I am trying to use the plug-in for Orion. I followed all steps mentioned in the How-to doc and I don't have it working. One symptom of a probl

Tomcat+IIS+https redirect

2002-09-24 Thread Hoffman, Matt
I am having a problem running Tomcat with IIS (using the isapi_redirect plugin). It is quite likely that I've missed some basic configuration option; however I've read through the relevant documentation and haven't found it. We recently implemented an SSL accelerator which acts as a frontend, tran

Re: Tomcat/IIS SSL

2002-10-08 Thread Fawaz Ahmad
Hello, I don't have any experience using SSL, but I have been reading up on it on the web. On the Apache website for Tomcat, it says that if you are using tomcat with another server (I'm using IIS) you should implement SSL in IIS rather than tomcat. I went on the Microsoft site to read up on im

Tomcat/IIS, Caching Issue

2002-10-08 Thread Emran Jafree
Hi, Has anyone had any caching problems when IIS sits in-front of TOMCAT? Sincerely, Emran Emran Jafree iManage, Inc. 55 East Monroe, Suite 1740 Chicago, IL 60603 -- To unsubscribe, e-mail: For additional commands, e-mail:

Tomcat IIS Worker problem

2002-10-15 Thread Lior Shliechkorn
I'm getting the following error in the isapi_redirect.log file: [Tue Oct 15 12:34:16 2002] [jk_isapi_plugin.c (655)]: Detected IIS >= 5.0 [Tue Oct 15 12:34:16 2002] [jk_isapi_plugin.c (696)]: HttpFilterProc started [Tue Oct 15 12:34:16 2002] [jk_isapi_plugin.c (759)]: In HttpFilterProc Virtua

RE: reg tomcat iis

2002-10-18 Thread Turner, John
get your answer faster, if there is someone out there who can help. John > -Original Message- > From: Srinu Kalyan [mailto:SKalyan@;superioraccess.net] > Sent: Thursday, October 17, 2002 8:42 PM > To: '[EMAIL PROTECTED]' > Subject: reg tomcat iis > > > H

RE: Tomcat, IIS, and

2002-06-25 Thread Andrew Conrad
://www.getnet.net/~rbarr/TomcatOnIIS/default.htm - Andrew -Original Message- From: David Thielen [mailto:] Sent: Tuesday, June 25, 2002 4:36 PM To: [EMAIL PROTECTED] Subject: Tomcat, IIS, and Hi; I've installed Tomcat 4.0 and it runs fine in standalone mode. I've fo

Re: Tomcat, IIS, and

2002-06-26 Thread David Thielen
AIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 3:54 PM Subject: RE: Tomcat, IIS, and > Hey David, > > here is where you can find what the workers.properties and > uriworkermap.properties

Please help - Tomcat & IIS

2002-06-27 Thread David Thielen
Hi all; I've been tring for 3 days non-stop to get Tomcat working with IIS. And I'm still stuck and getting desperate. If anyone can help on these, please please do so. I'm assuming that there must be someone out there who has done this before successfully. Or if it can't be done let me know a

RE: Tomcat & IIS - success

2002-07-11 Thread Anoop Kumar V
: 'Tomcat Users List' Subject: RE: Tomcat & IIS - success I think I'm in agreement with Dave here. While I can't say it took me quite as long, about 6 hours, it was extremely difficult to find the documentation on configuring IIS with Tomcat. Who would have thought (as a n

RE: Tomcat & IIS - success

2002-07-11 Thread Anoop Kumar V
Message- From: Andrew Conrad [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 29, 2002 2:42 AM To: 'Tomcat Users List' Subject: RE: Tomcat & IIS - success I think I'm in agreement with Dave here. While I can't say it took me quite as long, about 6 hours, it was extreme

RE: Tomcat & IIS - success

2002-07-11 Thread Andrew Conrad
think might be helpful. - Andrew -Original Message- From: Anoop Kumar V [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 4:46 AM To: 'Tomcat Users List' Subject: RE: Tomcat & IIS - success hi Andrew, (and Tomcat users) You hv helped me a lot in my previous config

Tomcat, IIS and ArcIMS

2002-07-22 Thread Ken Sanderson
Hello all. I have installed Tomcat on our win2k machine that also has an IIS server running. After install I tested the localhost:8080 and everything works fine. However this seems to be setup for the standalone setting, do I need to do anything to have it work in conjunction with the IIS server?

Tomcat/IIS 5 problems

2001-04-25 Thread test test
Hello I'm having problems getting Tomcat to work with IIS 5.0 When executing the examples (as given in the "Tomcat IIS How To" document) I get a display of incomprehensible RUBBISH ! At least this is some improvement. I get the following in the log file : "GET jakart

RE: Tomcat IIS HowTo

2001-05-10 Thread Lee Goddard
; From: Lee Goddard [mailto:[EMAIL PROTECTED]] > Sent: 09 May 2001 12:42 > To: [EMAIL PROTECTED] > Subject: Tomcat IIS HowTo > > > Tomcat IIS HowTo > Feedback > Please send feedback, bug report or any > additional information to [EMAIL PROTECTED] > > So I am...

RE: Tomcat IIS HowTo

2001-05-15 Thread Ross Merritt
I would check if you have allowed anonomous users on you IIS setting for your web site. -Original Message- From: Li, Maria Q [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 6:21 PM To: '[EMAIL PROTECTED]' Subject: Tomcat IIS HowTo First of all, this is very good inst

RE: Tomcat/IIS Error

2001-05-17 Thread Ross Merritt
Looks like you changed your context, web.xml file with the uri-path or you moved the code to a different directory Ross -Original Message- From: Joe Ryburn [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 2:37 PM To: [EMAIL PROTECTED] Subject: Tomcat/IIS Error I had IIS

Re: tomcat IIS error

2001-05-18 Thread Arnaud Dostes - NTI
you more explicit us help   - Original Message - From: Alex Almero To: [EMAIL PROTECTED] Sent: Friday, May 18, 2001 10:06 AM Subject: tomcat IIS error got this error under the isapi.log     jk_uri_worker_map_t::uri_worker_map_free, NULL parameters

RE: tomcat-iis configuration

2001-05-28 Thread Todd Sussman
D] Subject: tomcat-iis configuration hi!.. i tried to configure IIS- with tomcat3.2.. and was successful in serving the /examples context with the IIS... but i want to add more context to be served by IIS.. i followed the steps described in the file.. but it doesnt work.. can anyone tell me how to

Tomcat/IIS Installation Problem

2001-05-30 Thread ernest . a . dicicco
Gentlemen: I have installed a copy of Tomcat 3.2.1 onto an IIS system. I can process the "/examples/jsp/index.html" example fine. I am trying to make two custom applications work in this same environment with no success. I have created two new directories under "Tomcat/webapps" when I start

RE: Tomcat/IIS Installation

2001-05-30 Thread Randy Layman
L PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 30, 2001 1:37 PM > To: [EMAIL PROTECTED] > Subject: Tomcat/IIS Installation > > > > > I received the following reply message from Randy Layman in > response to my > original request for info. > I made

Tomcat IIS how to

2001-06-03 Thread Jimmie Dean
Dear sir, I followed the instruction on this document to run JSP under IIS. However it did not work. I did not see the green light for the jakarta filter in the IIS management control, under default web site. I believe somehow your document might not be complete for win2000 (the system I am

RE: tomcat + IIS 5

2001-06-07 Thread Randy Layman
s, you must use the Services control panel and not the Internet Manager application). Randy -Original Message- From: Francisco Areas Guimaraes [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 5:04 PM To: Lista tomcat User Subject: tomcat + IIS 5 I have win2k, tomcat 3

Re: Tomcat IIS HowTo

2001-06-15 Thread Irfan Baig
It must be the same thing - mine says Internet Service Manager also. Just right click on your jakarta virtual directory, choose Properties and set the Permissions at the bottom to 'execute'. Can you see http://localhost:8080/examples/jsp/index.html ? On Friday 15 June 2001 00:25, you wrote: > H

Tomcat IIS How to

2001-09-16 Thread Chris Huisman
Hello, I am trying to integrate tomcat with iis on windows 2000. I do not understand how to set up a filter in the IIS Management Console. There is no Filter tab. How do you set up this filter under windows 2000. Thanks, Chris.

RE: Tomcat-IIS integration

2001-10-23 Thread Reynir Hübner
-Original Message- From: Ram Kumaran [mailto:[EMAIL PROTECTED]] Sent: 23. október 2001 11:18 To: [EMAIL PROTECTED] Subject: Tomcat-IIS integration Sir/Madam, We are using jakarta-tomcat-4.0.1 We are not having any documents for integrating Tomcat with IIS So, we are not able to

RE: tomcat +iis working

2001-11-13 Thread Nihar
: Tomcat Users List Subject: RE: tomcat +iis working That's cool Nihar. The thing you said that interests me is using both ASP and JSP. Did you have to do any special configuration after connecting IIs to Tomcat? We are using ASP at work but may consider using JSP, so being able to do this would

Re: integrate Tomcat/IIS

2001-11-26 Thread Samuel Rochas
Hi Chu, You'll need to configure your servlet in the server.xml file like this: Put all the stuff you need for your servlet at the same place: everything under %tomcat_jome%/... or under your local path. The changes in uriworkermap.properties seen ok Samuel -- SWIPe Software Engineering &

RE: integrate Tomcat/IIS

2001-11-26 Thread Larry Isaacs
elps. Cheers, Larry > -Original Message- > From: Ponian Chu [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26, 2001 7:01 AM > To: [EMAIL PROTECTED] > Subject: integrate Tomcat/IIS > > > Hi there, I am new in this list~ > > I need some help wit

Re: integrate Tomcat/IIS

2001-11-26 Thread Ponian Chu
Thank Samuel and Larry, I solved the problem this morning~ I added a line in %tomcat_home%\conf\auto\uriworkermap.properties: /servlet/*=$(default.worker) than I can go to http://localhost/servlet/SnoopServlet without any errors. Thank you again~ ponian ===

Re: Tomcat & IIS + MemoryRealm

2002-03-25 Thread A. Lai
Hi Lee, I have installed Tomcat 4.03 on Win2K Server but it always complains about the redirector .dll cannot load. Can you give me some pointers as to which documentation you use? Thanks. Alec > Hi, > > I've installed Tomcat 4.0.3 on a Win 2k Server and installed the redirector > plugin so tha

RE: Tomcat & IIS + MemoryRealm

2002-03-26 Thread Lee Kyon
To: '[EMAIL PROTECTED]' Subject: Tomcat & IIS + MemoryRealm Hi, I've installed Tomcat 4.0.3 on a Win 2k Server and installed the redirector plugin so that IIS redirects JSP and Servlet requests to Tomat. Everything works fine, Tomcat serves JSP and servlets are running.

Help on Tomcat IIS

2001-08-16 Thread João Feliciano
Hi. I'm having some problems on integrating tomcat width IIS. I've followed all the steps of the "Tomcat IIS HowTo", but I can't make it work. Maybe something is missing, but I don't know where! I'm sending in attachment: the log's, my registery and

RE: Tomcat IIS HowTo

2001-08-22 Thread Dirk Kühnemann
eps written in the HowTo (Creating the Virtual Dir, and create a Virtual Dir "Examples" with path to the Tomcat examples. That's the way I get it going. Have Fun Dirk -Original Message- From: Allwin Immanuel [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 22. August 2001 15:46 T

RE: Tomcat IIS HowTo

2001-08-22 Thread Curtis Dougherty
yes... -Original Message- From: Allwin Immanuel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 8:46 AM To: [EMAIL PROTECTED] Subject: Tomcat IIS HowTo Hi, Does the ISAPI redirector work with Windows 2000? The filter is not loaded when i add the filter. Any update on this

Tomcat, IIS, and encodeURL

2001-08-23 Thread Susan Udovic
I'm using Tomcat 3.2.2, IIS, with JSP. I need to deploy on devices with no cookies (Palm, RIM). I'm getting a blank ('empty') page back from my main page after logging in that can be displayed with Refresh on the PC browser. Removing encodeRedirectURL and encodeURL from pages eliminates this probl

Tomcat IIS HowTo update

2001-08-29 Thread Gary Allen Vollink
Since it's not in the HowTo, I thought I'd forward the following info: Verified working for Tomcat 3.2.1, IIS 5.0 / Windows 2000 using Java (JRE) 1.3.1 It may be good to mention that using Java 1.2 and 1.3 requires the java.dll entered into the workers.properties file (instead of the defaults of

Tomcat/IIS URL Reporting

2001-09-02 Thread Paul Kingsley
Hi, We are using Tomcat 3.2 with IIS using the isapi_redirect.dll . This works fine ..but.. upon examining the IIS logs we get the name of the tomcat redirector dll instead of the actual URL. Any ideas on how we can get the actual URL in lieu of the dll name into IIS logs for site monitori

RE: Tomcat & IIS & Servlets

2002-02-08 Thread Randy Layman
--Original Message- > From: Martin Jussel [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 08, 2002 4:50 AM > To: Tomcat Users List > Subject: Tomcat & IIS & Servlets > > > Hi, > > Tomcat is running fine with IIS. I can surf .jsp pages and > JDBC is al

AW: Tomcat & IIS & Servlets

2002-02-08 Thread Martin Jussel
erties. Can you help me how to modify? Martin -Ursprüngliche Nachricht- Von: Randy Layman [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 08. Februar 2002 13:24 An: 'Tomcat Users List' Betreff: RE: Tomcat & IIS & Servlets When you want to run servlets, y

RE: Tomcat & IIS & Servlets

2002-02-08 Thread Randy Layman
st > Subject: AW: Tomcat & IIS & Servlets > > > Hi, > > Thanx for your help. I checked the IIS log and found lines like that: > > [...] > 2002-02-08 13:29:59 192.168.0.38 - 192.168.0.3 80 GET > /kunden/servlet/Abbildung picID=16$08517270 404 > [...] >

AW: Tomcat & IIS & Servlets

2002-02-08 Thread Martin Jussel
List' Betreff: RE: Tomcat & IIS & Servlets You need to map /kunden/servlet to Tomcat, so add /kunden/servlet/*=${default.worker} to your uriworkermap.properties file. Randy > -Original Message- > From: Martin Jussel [mailto:[EMAIL PROTECTED]] > Sent: Friday, Feb

RE: Tomcat & IIS & Servlets

2002-02-08 Thread Randy Layman
source and adding this functionality yourself. Randy > -Original Message- > From: Martin Jussel [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 08, 2002 8:42 AM > To: Tomcat Users List > Subject: AW: Tomcat & IIS & Servlets > > > Is it possible

Tomcat & IIS & optional packages

2002-02-08 Thread Martin Jussel
Hi, I want to use optional packages like JavaMail. Installing and adding the path to the CLASSPATH seems not to work. Running pages which import classes (e.g. <%@ page import='javax.mail.*' %>) return a "Package *** not found in import". How to include these packages correctly? Martin -- To uns

Tomcat/IIS Ajp13 problem

2002-02-27 Thread Paul Chen
Hi There, I encountered a problem while running the jsp examples with tomcat-4/IIS 5.0. Actually the examples work fine until I included "webagent" from Netegrity to protect the url. The "webagent" added couple cookies and few http headers to the request after it authenticated the user. Someho

Tomcat + IIS + Wondows XP

2002-02-28 Thread Yassel Omar Izquierdo Souchay
Hello Anybody knows how to configure tomcat for run With IIS in Windows XP. I cannot run mys .jsp's and my servlets Ans the other question i have is how i could create a web directory with Tomcat or IIS , where i can run my servlets. thanx in advanced Yassel -- To unsubscribe:

Newbie Question Tomcat IIS

2002-03-07 Thread Rudi Doku
Hello, I'm been using tomcat at home for the last couple of months. While searching through the newsgroups i've noticed that some people run Tomcat and IIS together. Can anyone tell me why people do this and what they are aiming to achieve? Kind Regards, Rudi _

Tomcat IIS configuration problem

2001-02-07 Thread Rahul Desai
I am trying to congigure Tomcat with IIS using the article by Gal Shacor(Tomcat IIS HowTo) at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.html   But I am unable to configure it sucessfully. He says :   "Check the jakarta filter you added and make sure its s

  1   2   3   4   >