Using tomcat with IIS

2003-10-21 Thread Langenfeld, Jens
Hello Mr Helpman, for an amount of time, I try to use IIS to serve my JBOSS/TOMCAT servlet -context. It is part of a commercial ERP, wich usually works with apache. Even, without any dedicated webserver, only tomcat/jboss it works ok. I did everything as described in your good and

RE: Using tomcat with IIS

2003-10-21 Thread Dionne, Patrice
octobre, 2003 10:17 To: [EMAIL PROTECTED] Subject: Using tomcat with IIS Hello Mr Helpman, for an amount of time, I try to use IIS to serve my JBOSS/TOMCAT servlet -context. It is part of a commercial ERP, wich usually works with apache. Even, without any dedicated webserver, only tomcat/jboss

Admin webapps breaks using Tomcat 4.1.1.18 + IIS 5

2003-01-15 Thread Davidson, Mark
I've set up Tomcat pages to be served through IIS as per the article at http://www.onjava.com/pub/a/onjava/2002/11/20/tomcat.html. I did the following: 1) Appended extra connector tag to server.xml for ajp13 2) Created worker.properties file for ajp13 worker 3) Created uriworkermap.properties

Using Tomcat with IIS, Apache

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

RE: Using Tomcat with IIS, Apache

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

Is it worthwhile using tomcat with IIS?

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

RE: Is it worthwhile using tomcat with IIS?

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

RE: Is it worthwhile using tomcat with IIS?

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

RE: Is it worthwhile using tomcat with IIS?

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

RE: using tomcat with IIS

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

using tomcat with IIS

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

Using tomcat from IIS on Win 2K on port 80

2001-08-06 Thread Simon, Reinhard
I want to use tomcat 3.2.3 with IIS as a front end server using out-of-process redirection. While the settings work fine with the port 8080 for Tomcat, this is not convenient as our proxy only accepts port 80 for in-house use. However, editing the server.xml to change 8080 to 80 produces an http

Re: Using tomcat from IIS on Win 2K on port 80

2001-08-06 Thread Richard Heintze
Have you followed the Tomcat IIS HowTo document? I have you exact configuration running on my notebook. You need to have IIS load an ISAPI Filter DLL whose source is a bit elusive. After receiving many corrupt versions of the source and binaries I finally found a good one. I think it was called

RE: errors using Tomcat w/ IIS 5.0

2001-07-03 Thread Randy Layman
localhost to access the AJP12 port. Randy -Original Message- From: Chris Blessing [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 7:24 PM To: [EMAIL PROTECTED] Subject: errors using Tomcat w/ IIS 5.0 Hi there- I'm running Windows 2000 w/ IIS 5.0. I've configured

errors using Tomcat w/ IIS 5.0

2001-07-02 Thread Chris Blessing
Hi there- I'm running Windows 2000 w/ IIS 5.0. I've configured the webserver with the appropriate /jakarta virtual dir, entered the correct registry settings and all, and properly setup the workers.properties and uriworkermap.properties files. I was reading the IIS How-To page and went through