RE: Tomcat + IIS 6.0

2003-10-19 Thread Grant C. Peters
Grant C. Peters mailto:[EMAIL PROTECTED] http://www.gcpeters.com (646) 685-6932 -Original Message- From: Matthew Hall-Smith [mailto:[EMAIL PROTECTED] Sent: Saturday, October 18, 2003 07:46 p To: Tomcat Users List Subject: RE: Tomcat + IIS 6.0 Yes it does work, however you will need

RE: Tomcat + IIS 6.0

2003-10-18 Thread Matthew Hall-Smith
Yes it does work, however you will need to "register" jakarta_redirector2.dll with IIS 6.0 to prevent the lock down. Cheers, Matt > -Original Message- > From: Hart, Justin [mailto:[EMAIL PROTECTED] > Sent: Saturday, 18 October 2003 7:17 a.m. > To: Tomcat Users List (E-mail) > Subject: To

Re: Tomcat IIS How to

2003-08-28 Thread Mark Eggers
If you do not have a full-fledge webapp (with a WEB-INF/web.xml), you will have to add the context to Tomcat's server.xml Here's an example that I use to just "noodle around" with jsp files: This is based on the example in server.xml. However, if you want to use taglibs you'll need to go t

Re: TOMCAT IIS and html

2003-06-09 Thread John Turner
lt;[EMAIL PROTECTED]> Sent: Monday, June 09, 2003 11:30 AM Subject: RE: TOMCAT IIS and html Hi Dom, It depends how you have configured your connector. If you have set up your workers.properties or workers2.properties file to forward /examples/*.jsp to Tomcat then Tomcat will only see JSP file

RE: TOMCAT IIS and html

2003-06-09 Thread David Legg
> Ok. So is there a way to exclude certain extensions. *.html *.jpg, etc. As far as I know there is no way to selectively exclude file extensions. All you can do is selectively include which file types should be passed on to Tomcat. Usually that is not a problem because you either want IIS to han

Re: TOMCAT IIS and html

2003-06-09 Thread Dominic Parry
Thanks David Ok. So is there a way to exclude certain extensions. *.html *.jpg, etc. Dom - Original Message - From: "David Legg" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, June 09, 2003 11:30 AM Subject:

RE: TOMCAT IIS and html

2003-06-09 Thread David Legg
Hi Dom, It depends how you have configured your connector. If you have set up your workers.properties or workers2.properties file to forward /examples/*.jsp to Tomcat then Tomcat will only see JSP file requests and all the HTML or GIF etc requests will be handled by IIS. If however you put /exam

Re: TOMCAT IIS and html

2003-06-09 Thread Dan Tran
TOMCAT, IIS just do the forwarding _D - Original Message - From: "Dominic Parry" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, June 09, 2003 12:59 AM Subject: Re: TOMCAT IIS and html Tomcat will or IIS will? Than

Re: TOMCAT IIS and html

2003-06-09 Thread Dominic Parry
Tomcat will or IIS will? Thanks Dom - Original Message - From: Dan Tran To: Tomcat Users List Sent: Monday, June 09, 2003 9:53 AM Subject: Re: TOMCAT IIS and html It will serve every thing ( all files) within your app context not just jsp and servlet -Dan

Re: TOMCAT IIS and html

2003-06-09 Thread Dan Tran
It will serve every thing ( all files) within your app context not just jsp and servlet -Dan - - Original Message - From: "Dominic Parry" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, June 09, 2003 12:10 AM Subject: TOMCAT IIS and html Hi Can I safely a

RE: tomcat IIS configuration please help

2003-04-02 Thread Warren Sweetman
asked the same questions about 2 weeks ago and got some useful responses. Let us know what the logs say and maybe someone can tell you what to try next. -Original Message- From: Warren Sweetman [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 11:45 AM To: [EMAIL PROTECTED] Subj

RE: tomcat IIS configuration please help

2003-04-01 Thread Januski, Ken
es. Let us know what the logs say and maybe someone can tell you what to try next. -Original Message- From: Warren Sweetman [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 11:45 AM To: [EMAIL PROTECTED] Subject: RE: tomcat IIS configuration please help Yes I have spent a few hrs c

RE: tomcat IIS configuration please help

2003-04-01 Thread Warren Sweetman
Yes I have spent a few hrs checking up that I had done what I was supposed to do. I have followed the small bits of instruction that I could find but no joy. que chingadera. I have connected apache to tomcat on a number of occassions without problem. Its just when I get to IIS that the prob

RE: tomcat IIS configuration please help

2003-04-01 Thread Alberto A C A S Magalhães
** Este email assim como os ficheiros que possa ter em anexo são confidenciais e para uso exclusivo da pessoa ou organização para o qual foi enviado. Se recebeu este email por engano por favor notifique [EMAIL PROTECTED] Esta nota

RE: Tomcat/IIS losing request parameters

2002-12-16 Thread Tim Moore
Try this: http://localhost/mydir/test%20with%20spaces.jsp?one=1&two=2 Literal spaces are not legal in URLs (as Cees pointed out) but they can be encoded as %20 and that should be decoded correctly by Tomcat. -- Tim Moore / Blackboard Inc. / Software Engineer 1899 L Street, NW / 5th Floor / Wash

Re: Tomcat/IIS losing request parameters

2002-12-13 Thread Cees van de Griend
Hello Ian, On Friday 13 December 2002 12:29, Ian Pilborough wrote: > Hi, > > I have problem with IIS and Tomcat losing request parameters. > > I have a set-up with IIS 5.0 and Tomcat 4.0.6 on Windows 2002 Advanced > Server and JDK 1.3.1_01 and for sometime this has worked fine, but I have > just n

Re: Tomcat/IIS intergration - once again ;-(

2002-11-30 Thread Marcel Stoer
Hi David David Brown wrote: > Hello Marcel, i took a peek at your (and your friends') website and > it seems to be built by some smart and eager guys (nice site!). so > why the m$ ii$? u seem to know a lot of linux and ur upstream > provider: Genotec AG Swiss Network has a lot of linux boxes in th

Re: Tomcat/IIS intergration - once again ;-(

2002-11-29 Thread David Brown
Marcel Stoer writes: Hi all Tomcat is running fine and so is IIS. The integration seemed to be successful for all examples are running through http://localhost/examples/an_so_on on the IIS port. HOWEVER, the web apps I added myself refuse to show up - they only work if called on the Tomcat port

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

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 link to a tutorial showing how to

RE: Tomcat IIS Worker problem

2002-10-15 Thread Mark Eggers
Hmm, I have a little more in my workers.properties file. I've attached mine along with this message. And here's my uriworkermap.properties information. /examples/*.jsp=ajp13 /examples/servlet/*=ajp13 /ora/*.jsp=ajp13 /cocoon/*=ajp13 /jetspeed/*=ajp13 /Addressbook/*=ajp13 This is working well

RE: Tomcat IIS Worker problem

2002-10-15 Thread Lior Shliechkorn
our workers.properties file and uri.properties file look fine to me. Perhaps someone out there with a working IIS configuration can offer more. John > -Original Message- > From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 2:21 PM > To: Tomcat

RE: Tomcat IIS Worker problem

2002-10-15 Thread Turner, John
ration can offer more. John > -Original Message- > From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 2:21 PM > To: Tomcat Users List > Subject: RE: Tomcat IIS Worker problem > > > > Unfortunately, > > I'm still getti

RE: Tomcat IIS Worker problem

2002-10-15 Thread Lior Shliechkorn
Unfortunately, I'm still getting the original error: [Tue Oct 15 14:15:49 2002] [jk_isapi_plugin.c (679)]: HttpExtensionProc started [Tue Oct 15 14:15:49 2002] [jk_worker.c (123)]: Into wc_get_worker_for_name rsworker [Tue Oct 15 14:15:49 2002] [jk_worker.c (127)]: wc_get_worker_for_name, do

RE: Tomcat IIS Worker problem

2002-10-15 Thread Turner, John
use my own names for things like "worker.list", etc. AJP12, AJP13, and AJP14 designate a particular protocol. John > -Original Message- > From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 2:04 PM > To: Tomcat Users List > S

RE: Tomcat IIS Worker problem

2002-10-15 Thread Lior Shliechkorn
sage- > From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 1:53 PM > To: Tomcat Users List > Subject: RE: Tomcat IIS Worker problem > > > > Ok, so now that I changed the service to ajp12 I get the > following in the log file: > [Tue

RE: Tomcat IIS Worker problem

2002-10-15 Thread Turner, John
ried X and got Y, now what?". But hey, if you want to draw this out, that's cool. John > -Original Message- > From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 1:53 PM > To: Tomcat Users List > Subject: RE: Tomcat IIS Worker p

RE: Tomcat IIS Worker problem

2002-10-15 Thread Lior Shliechkorn
Ok, so now that I changed the service to ajp12 I get the following in the log file: [Tue Oct 15 13:48:24 2002] [jk_isapi_plugin.c (679)]: HttpExtensionProc started [Tue Oct 15 13:48:24 2002] [jk_worker.c (123)]: Into wc_get_worker_for_name ajp12 [Tue Oct 15 13:48:24 2002] [jk_worker.c (127)]:

RE: Tomcat IIS Worker problem

2002-10-15 Thread Ignacio J. Ortega
> From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 7:09 PM > [Tue Oct 15 12:34:16 2002] [jk_worker.c (82)]: Into wc_open > [Tue Oct 15 12:34:16 2002] [jk_worker.c (207)]: Into > build_worker_map, creating 1 workers > [Tue Oct 15 12:34:16 2002] [jk_worker.c (

RE: Tomcat IIS HowTo - with Tomcat 4?

2002-10-10 Thread Tim Moore
mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 9:01 AM > To: 'Tomcat Users List' > Subject: RE: Tomcat IIS HowTo - with Tomcat 4? > > > > It definitely works. HOWTOs are posted. > > http://www.getnet.net/~rbarr/TomcatOnIIS/default.ht

RE: Tomcat IIS HowTo - with Tomcat 4?

2002-10-10 Thread Turner, John
It definitely works. HOWTOs are posted. http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm John > -Original Message- > From: Richard Katz [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 09, 2002 5:08 PM > To: [EMAIL PROTECTED] > Subject: Tomcat IIS HowTo - with Tomcat 4? > >

RE: Tomcat IIS HowTo - with Tomcat 4?

2002-10-10 Thread Miguel Angel Mulero Martinez
Does this just not work with Tomcat 4.0? I've followed all the steps but I still get a "down red" arrow instead of an "up green" one on the IIS MMC for the jakarta filter. Yes, it works. I have it. And with spaces in path. Questions - about quotes: Tomcat 4 normally installs in "C:\Program Fi

RE: Tomcat IIS HowTo - with Tomcat 4?

2002-10-10 Thread mburgess
Tomcat 4 definitely works with IIS although I didn't use the installer program I just got the zip and unzipped it into a directory such as C:\javaapps\jakarta-tomcat-4.0.5. -Original Message- From: Richard Katz [mailto:[EMAIL PROTECTED]] Posted At: Thursday, 10 October 2002 7:08 AM Poste

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

RE: Tomcat+IIS+https redirect

2002-09-25 Thread Ignacio J. Ortega
> De: Hoffman, Matt [mailto:[EMAIL PROTECTED]] > Enviado el: 25 de septiembre de 2002 5:18 > found it. We recently implemented an SSL accelerator which acts as a > frontend, transfering de-encrypted SSL communcation to IIS, which then > transfers it to Tomcat. The only problem is when we use a

RE: Tomcat, IIS and ArcIMS

2002-07-22 Thread Mladen Turk
Create the classes directory inside the webapps/root/web-inf and copy the context of the C:\Program Files\ArcGIS\ArcIMS\Connectors\Servlet to that newly created directory or make just make the classes directory and then install the ArcIMS. Do not forget to install the ArcExplorer 4 Java prior th

RE: Tomcat, IIS and ArcIMS

2002-07-22 Thread Turner, John
I have no idea what ArcIMS is, but perhaps this link will help: http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm John Turner [EMAIL PROTECTED] -Original Message- From: Ken Sanderson [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 4:43 PM To: [EMAIL PROTECTED] Subject: Tomca

RE: tomcat-iis problem in hosting server

2002-07-11 Thread Andrew Conrad
It sounds like your Test.jsp is not in the directory tomcat sees as your root. You need to have your ISP map the root context for your domain to your www directory. - Andrew -Original Message- From: Moj Vahed [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 7:52 AM To: [EMAIL

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

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 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, 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

RE: Tomcat, IIS, and

2002-06-25 Thread Andrew Conrad
Hey David, here is where you can find what the workers.properties and uriworkermap.properties look like and the reg settings. Look about half way down the page. http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html if you need more help, you can take a look at this helpfile. http://

RE: Réf. : RE: Tomcat&IIS (on different computers )

2002-05-18 Thread Ignacio J. Ortega
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 16 de mayo de 2002 9:03 > Tomcat is on computer1 , workers.properties and > Isapi_redirect.dll too. > IIS5.0 is computer2, I want to define a virtual directory > "greeting" which > point on a directory located on the comput

Réf. : RE: Tomcat&IIS (on different computers)

2002-05-15 Thread staginfo-ar
Tomcat is on computer1 , workers.properties and Isapi_redirect.dll too. IIS5.0 is computer2, I want to define a virtual directory "greeting" which point on a directory located on the computer1 (but not in tomcat directory). Q: Where can I put the Isapi_redirector.dll ( on computer1 or 2? ). Same

RE: Tomcat&IIS (on different computers )

2002-05-15 Thread Ignacio J. Ortega
> De: Pablo Schor [mailto:[EMAIL PROTECTED]] > Enviado el: miércoles 15 de mayo de 2002 17:14 > Nacho, tal vez me puedas ayudar, tengo Tomcat y Apache en distintas > maquinas con mod_jk, los JSPs funcionan bien, pero cuando > quiero mapear con > Alias los objetos estaticos, me toma los JSPs com

RE: Tomcat&IIS (on different computers )

2002-05-15 Thread Pablo Schor
J. Ortega <[EMAIL PROTECTED]> To: 'Tomcat Users List' <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 9:21 AM Subject: RE: Tomcat&IIS (on different computers ) > > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Enviado el: miércoles 15 de mayo de 2002

RE: Tomcat&IIS (on different computers )

2002-05-15 Thread Ignacio J. Ortega
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: miércoles 15 de mayo de 2002 8:13 Substitute localhost in your worker.properties with the ip or name of the host where tomcat resides.. Saludos , Ignacio J. Ortega -- To unsubscribe, e-mail: For addi

Re: Tomcat, IIS and JavaService Problem

2002-04-16 Thread Daniel Tamborelli Alvarenga
I'm using "com.thinweb.tds.Driver". - Original Message - From: "Barney Hamish" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, April 16, 2002 1:56 PM Subject: RE: Tomcat, IIS and JavaServic

RE: Tomcat, IIS and JavaService Problem

2002-04-16 Thread Barney Hamish
List Subject: Re: Tomcat, IIS and JavaService Problem Does anybody knows any kind of bug in Tomcat or JavaService that can be the reason of this problem? Thanks - Original Message - From: "Daniel Tamborelli Alvarenga" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

Re: Tomcat, IIS and JavaService Problem

2002-04-16 Thread Daniel Tamborelli Alvarenga
Does anybody knows any kind of bug in Tomcat or JavaService that can be the reason of this problem? Thanks - Original Message - From: "Daniel Tamborelli Alvarenga" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 16, 2002 12:53 PM Subject: Tomcat, IIS and JavaService Pro

RE: Tomcat & IIS + MemoryRealm

2002-03-26 Thread Lee Kyon
It seems that noone got an answer to this one but if someone knows where I can find a documentation of the problem or something like an official bug statement that would help too. Need it for a diploma work :P thanks -Original Message- From: Lee Kyon Sent: Montag, 25. Marz 2002 13:27 T

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 & optional packages

2002-02-08 Thread Randy Layman
Tomcat ignores the Classpath (for good reason). You need to add JAR files to either WEB-INF/lib or TOMCAT_HOME/lib as appropriate. Randy > -Original Message- > From: Martin Jussel [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 08, 2002 11:20 AM > To: Tomcat Users L

RE: Tomcat & IIS & Servlets

2002-02-08 Thread Randy Layman
> Von: Randy Layman [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 08. Februar 2002 13:50 > An: 'Tomcat Users List' > Betreff: RE: Tomcat & IIS & Servlets > > > > You need to map /kunden/servlet to Tomcat, so add > /kunden/servlet/*=${default.work

RE: Tomcat & IIS & Servlets

2002-02-08 Thread Randy Layman
> I think this is what you described under "1." and so I've to > modify the > uriworkermap.properties. Can you help me how to modify? > > Martin > > > > > -Ursprüngliche Nachricht- > Von: Randy Layman [mailto:[EMAIL PROTECTED]] >

RE: Tomcat & IIS & Servlets

2002-02-08 Thread Randy Layman
When you want to run servlets, you do need to modify your mapping. However, people don't generally call servlets from /servlet/className any more. Its more typical that you would have some specific URLs. There are two places where you might be having problems: 1. IIS do

RE: Tomcat - IIS

2001-11-13 Thread Larry Isaacs
Did you add the "Filter DLLs" key? If so, delete it and things will work better. The "Filter DLLs" key is only for Win98. If not, include the log output for the last failed request. Cheers, Larry > -Original Message- > From: Gandham, Ram [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, Nov

RE: Tomcat - IIS

2001-11-13 Thread Randy Layman
Take a look at the IIS log file and see what resource is not being found - either the page path (i.e. /examples/) or the dll (i.e. something.dll). If its the first case then verify that you have the uriworkermap.properties file set up correctly. If its the second case then verify that y

RE: Tomcat - IIS

2001-11-13 Thread Nihar
well, you will have to create virtual directory called jakarta under the web site you have created and give executable right to that VD. it should work..i am having multiple sites serving jsp and asp with iis/tomcat on single ip address -Nihar -Original Message- From: Gandham, Ram [mailt

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: Tomcat-IIS integration

2001-10-23 Thread Reynir Hübner
hi, the only thing I can tell you to do is ... connect the AJP connectors accordingly to this document http://jakarta.apache.org/~hgomez/ajp13-tc4.0/ and then try to use the documentation for tomcat 3.3 on how to intergrate into IIS. That´s what we did, and it works. hope it helps, - reynir

RE: Tomcat IIS How to

2001-09-16 Thread Ratnakar Palle
Hi Chris, You need to right click on the "Default Web Site" but not on the "jakarta".. Or, go to Action -> Properties after selecting "Default Web Site"... Hope this helps... -Ratnakar -Original Message- From: Chris Huisman [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 16, 2001 3

RE: Tomcat/IIS

2001-09-14 Thread Robert Turner
I set mine up with the information supplied on the tomcat section of the Jakarta web site. One major thing to watch out is that when setting paths in the tomcat files such worker.properties etc you must use 8.3 format. For example you use workers.tomcat_home=c:\progra~1\jakart~1.3 instead of c:\pr

RE: Tomcat / IIS 5.0 - isapi_redirect Error - log data included

2001-08-29 Thread rturner003
I recently installed tomcat on a Windows XP machine without much problems. I would like to draw you attention to page 1 of another document http://Jakarta.apache.org/tomcat/tomcat-3.3-doc/NT-Service-howto.html and special note 2 regarding the using of long filenames. I says don't and use 8.3 forma

Re: Tomcat IIS HowTo update

2001-08-29 Thread Dmitri Colebatch
On Wed, 29 Aug 2001, Gary Allen Vollink wrote: > 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 are you saying you got JSPs to work with a JRE? Sure its not the JDK, or that tools.jar

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,

RE: Tomcat IIS HowTo

2001-08-22 Thread Dirk Kühnemann
Hi Allwin, I had this problem to. Once there was posted a script for doing the entries in the registry. Copy the script into notepad, edit the paths and save it as jakarta.reg. -"Start"- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation] [HKEY

RE: Tomcat-IIS

2001-08-01 Thread Randy Layman
Even without your actual entries, I can tell you that your problem is probably due to you adding the filter to the wrong IIS instance or that you don't have your uriworkermap.properites set up correctly. For the first one, the filter only works on the server that you add the filt

Re: Tomcat IIS serves one request (or hell with the dll) then it gets unloaded!

2001-06-15 Thread Robert Schweng
Hi, does anyone else have the problem with iis redirect??? i made some really wierd experiance with isapi redirect. i got it to work on my server NT4 sp5 but if some one requestet an JAVA Applet from IIS it stopped to work. i installed several versions of ISAPI redirect. in all versions green arro

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

RE: tomcat + IIS 5

2001-06-07 Thread Randy Layman
First, I would suggest that you only post using Plain Text email messages. A number of readers on this list don't have HTML enabled email readers and will simply skip your message because its to difficult to decipher, which you probably don't want. Your issue seems to be that th

RE: Tomcat IIS HowTo - Troubleshooting WinNT Point 5

2001-06-06 Thread Randy Layman
The way that it has to be is that the Virtual Directory and the Filter must both be installed for each virtual/default host that will process JSPs. Your directory structure indicates that the jakarta virtual directory is set up for www..nl. You need to make sure that you installed t

RE: Tomcat IIS how to

2001-06-03 Thread Todd Sussman
Be sure to double check the spelling. We run IIS + Tomcat on a Win2k Server and Adv. Server. Both setups work well. We had a similar problem and it was just a spelling error. Todd -Original Message- From: Jimmie Dean [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 03, 2001 9:09 PM To: [

Re: Tomcat IIS how to

2001-06-03 Thread Gilson do N. D'Elrei
Hello, I have my win2000 working with Tomcat without problems now, cos i had the same problem in my first installation, i find out errors in my registry key values and it's ok now Verify again your registry configuration. good luck. greetings. - Original Message - From: "Jimmie Dean" <[EM

Re: Tomcat/IIS Installation Problem

2001-05-31 Thread Mr.Y.SHIVAKANT
-Original Message- From: Todd Sussman <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, May 31, 2001 2:18 PM Subject: RE: Tomcat/IIS Installation Problem I am sorry if this question was answered, but our mail server was down for 2 days. We

RE: Tomcat/IIS Installation Problem

2001-05-31 Thread Todd Sussman
I am sorry if this question was answered, but our mail server was down for 2 days. We have tomcat 3.2.1 running on Win2k (IIS 5.0). When we run using http, all is fine. When adding SSL via a Verisign Cert., we get a message asking whether we want to d/l secure and unsecure information. I th

RE: Tomcat/IIS Installation

2001-05-30 Thread Randy Layman
appreciated. I have been > struggling with this > now for over a week. > > Ernie DiCicco > > > ------ > ------- > From: Randy Layman > Subject: RE: Tomcat/I

RE: Tomcat/IIS Installation Problem

2001-05-30 Thread Randy Layman
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 Panel, or perform a machine restart, not the stop/start buttons in IIS Admin) Randy

RE: tomcat-iis configuration

2001-05-28 Thread Todd Sussman
The servlets we had mapped in tomcat.conf had to be added as aliases in IIS. The same way you added "jakarta" for isapi_redirect.dll Hope this helps. Todd -Original Message- From: hardik [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 3:23 PM To: [EMAIL PROTECTED] Subject: to

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   a

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 worki

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 instruction on ho

RE: Tomcat/IIS 5.0 & ISAPI REDIRECTOR

2001-05-10 Thread Will Thien
Will If you get it working, I would be interested. I have been fighting it. I can get tomcat to work but not the redirect form IIS. Will -Original Message- From: Keith Willis [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 2:53 PM To: tomcat-user Subject: Re: Tomcat/IIS 5.0

Re: Tomcat/IIS 5.0 & ISAPI REDIRECTOR

2001-05-10 Thread Mike Spisak
I have been looking for it. I have one question though... on this line of code... Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Tomcat/IIS 5.0 & ISAPI REDIRECTOR Date: Wed, 09 May 2001 23:58:27 -0400 Hamant- I believe if you are not using the default directory setup (/weba

Re: Tomcat/IIS 5.0 & ISAPI REDIRECTOR

2001-05-10 Thread Keith Willis
From: Mike Spisak <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Tomcat/IIS 5.0 & ISAPI REDIRECTOR Date: Wed, 09 May 2001 23:58:27 -0400 Hamant- I believe if you are not using the default directory setup (/webapps/ROOT, etc.) then you must define the conte

RE: Tomcat IIS HowTo

2001-05-10 Thread Lee Goddard
This is of course not a Tomcat issue at all, but a Cocoon issue, and derives from being awake for too long too eager to see XML to PDF. ALl is fine now: I love all of you Apache people very much; keep up the good work folks! Thank you and good night. lee > -Original Message- > From: Lee

Re: Tomcat/IIS 5.0 & ISAPI REDIRECTOR

2001-05-09 Thread Mike Spisak
Hamant- I believe if you are not using the default directory setup (/webapps/ROOT, etc.) then you must define the context in the server.xml file (located in the conf directory) Like so: Hope this helps.. mike- | m i k e | At 01:38 PM 5/10/2001 +1000, you wrote: >Hello

Re: Tomcat, IIS and virtual hosts

2001-05-09 Thread Sachin Phatak
quot;d:\webapps\" Q3. Are there any benefits to running multiple instances of tomcat for each virtual host. If yes how does one run multiple instances? thanks sachin - Original Message - From: Robert J. Lebowitz <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 0

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

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 and virtual hosts

2001-05-03 Thread Robert J. Lebowitz
I finally solved the problem of virtual hosts on IIS myself it took a bit of time, and I had to re-read the Tomcat documentation quite a bit. It might be useful to have an example as there is for the Apache server in there in the future. I had to modify to files to allow me to connect proper

Re: Tomcat, IIS and virtual hosts

2001-05-03 Thread Robert J. Lebowitz
Chris: I've made the same modifications to server.xml as you describe below, but there appears to be more to it when working with IIS. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 03, 2001 9:32 AM Subject: RE: Tomcat, IIS

RE: Tomcat, IIS and virtual hosts

2001-05-03 Thread christopher
F and META-INF directories. hope this helps chris -Original Message- From: Brian Murray [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 9:32 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat, IIS and virtual hosts >Can someone send me an example of how to configure Tomcat to w

RE: Tomcat, IIS and virtual hosts

2001-05-03 Thread Duncan Irvine
out if you need them, but I don't have them to hand at the mo. > -Original Message- > From: Brian Murray [mailto:[EMAIL PROTECTED]] > Sent: 03 May 2001 08:42 > To: [EMAIL PROTECTED] > Subject: Re: Tomcat, IIS and virtual hosts > > > > Apache is a much better

Re: Tomcat, IIS and virtual hosts

2001-05-03 Thread Brian Murray
> Apache is a much better solution for virtual hosts than IIS He's using IIS and I'm using Apache. What we have in common is that we're both after examples of setting up Tomcat to work with virtual hosts. I'm sorry if that was not clear. __ Do Y

Re: Tomcat, IIS and virtual hosts

2001-05-02 Thread David Crooke
Apache is a much better solution for virtual hosts than IIS Brian Murray wrote: > > >Can someone send me an example of how to configure Tomcat to work with > >virtual hosts? > > Hi Mr. Lebowitz. I've been after the same thing. Unfortunately the score sits at >Requests 2, > Responses 0. If y

Re: Tomcat, IIS and virtual hosts

2001-05-02 Thread Brian Murray
>Can someone send me an example of how to configure Tomcat to work with >virtual hosts? Hi Mr. Lebowitz. I've been after the same thing. Unfortunately the score sits at Requests 2, Responses 0. If you receive any help off the list, I'd greatly appreciate it if you would share it with me. I

RE: Tomcat/IIS 5 /examples solution?

2001-04-27 Thread Steve Holmlund
ugh, my apologies to Erin. Steve > -Original Message- > From: Boyce, David [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 27, 2001 12:16 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Tomcat/IIS 5 /examples solution? > > > Steve, > > FWIW th

RE: Tomcat/IIS 5 /examples solution?

2001-04-27 Thread Boyce, David
Steve, FWIW the person to whom you owe this help is an Erin (and thus presumably a she), not an Eric. Yet more words to eat. -dsb -Original Message- From: Steve Holmlund [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 1:34 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat/IIS 5

  1   2   >