RE: Tomcat Alone or tomcat+IIS/Apache

2005-10-05 Thread Caldarale, Charles R
> From: Gregg D Bolinger [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat Alone or tomcat+IIS/Apache > > Does Tomcat support CGI bins > utalizing non-java technology? As usual, RTFM: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/cgi-howto.html - Chuck THIS COMMUNICAT

Re: Tomcat Alone or tomcat+IIS/Apache

2005-10-05 Thread Gregg D Bolinger
kanth <[EMAIL PROTECTED]> wrote: > > thanks for all the replies > > > On 9/30/05, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Peddireddy Srikanth [mailto:[EMAIL PROTECTED] > > > Subject: Re: Tomcat Alone or tomcat+IIS/Apache > > > &g

Re: Tomcat Alone or tomcat+IIS/Apache

2005-09-30 Thread Peddireddy Srikanth
thanks for all the replies On 9/30/05, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Peddireddy Srikanth [mailto:[EMAIL PROTECTED] > > Subject: Re: Tomcat Alone or tomcat+IIS/Apache > > > > And they argue that as Tomcat it self runs inside a JVM, which

RE: Tomcat Alone or tomcat+IIS/Apache

2005-09-30 Thread Caldarale, Charles R
> From: Peddireddy Srikanth [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat Alone or tomcat+IIS/Apache > > And they argue that as Tomcat it self runs inside a JVM, which inturn > is a single process all the threads etc wil be simulted ones (and not > the native threads) and

Re: Tomcat Alone or tomcat+IIS/Apache

2005-09-30 Thread Leon Rosenberg
We had the same discussion a year ago, as we switched to tomcat 5 and was testing whether we do need apache in front of it. Actually the only advantage for this solution left were apache mods like url-rewriting -> http://mydomain -> http://mydomain/myapp/mypath <- better for some search engines and

Re: Tomcat Alone or tomcat+IIS/Apache

2005-09-29 Thread Mladen Turk
Peddireddy Srikanth wrote: And they argue that as Tomcat it self runs inside a JVM, which inturn is a single process all the threads etc wil be simulted ones (and not the native threads) and hence it will not scale up well under high loads. Is this argument a valid one or just a misunderstandin

Re: Tomcat Alone or tomcat+IIS/Apache

2005-09-29 Thread Peddireddy Srikanth
misunderstanding?? thanx for any kind of info in this regard. Regards Srikanth On 9/20/05, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Gregg D Bolinger [mailto:[EMAIL PROTECTED] > > Subject: Tomcat Alone or tomcat+IIS/Apache > > > > I know that delivering sta

RE: Tomcat Alone or tomcat+IIS/Apache

2005-09-19 Thread Caldarale, Charles R
> From: Gregg D Bolinger [mailto:[EMAIL PROTECTED] > Subject: Tomcat Alone or tomcat+IIS/Apache > > I know that delivering static content with Apache/IIS is > preferred. Urban myth, based primarily on older Tomcat versions that did not perform anywhere near as well as the curr

Re: Tomcat Alone or tomcat+IIS/Apache

2005-09-19 Thread halcyon
Well I'm sure you can imagine that if all of your content is dynamic then layering tomcat behind Apache/IIS will only add latency/resources to your requests... nothing significant.. but maybe if your serving up a ton of requests it might be worthwhile to run tomcat standalone. -David Quoting Gre

Tomcat Alone or tomcat+IIS/Apache

2005-09-19 Thread Gregg D Bolinger
I am just curious. I know that delivering static content with Apache/IIS is preferred. But does that matter if every single request has to go to Tomcat because the data is dynamic? Is there some caching that gets involved here? What is the benefit of Tomcat + Apache/IIS on major J2EE apps? Greg

"POST method" with Tomcat-IIS redirector

2004-12-23 Thread llekann
Hi all, please, i'm having a challenge with the ispai_redirector.dll. i've installed it and everything works just fine except that a form submitted to Tomcat via the redirector from IIS with method POST generates an error: "Process call back. status 2" please, can anyone help with what i shou

Problem with Tomcat-IIS-Connection by JK

2004-12-17 Thread Michael Südkamp
It's solved! The customer admin has left an old JK setup on host level which I wasn't aware of when installing at website level. Best Regards Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Problem with Tomcat-IIS-Connection by JK

2004-12-17 Thread Michael Südkamp
Hi, I have connected Tomcat 4.1.30 to IIS a lot of times at several customer sites. Now at one site I have a problem. The JK log reports the following when accessing a resource at context '/dw_3_16_12'. The ajp13 worker is correctly configured in workers.properties. It's a distributed configurati

Tomcat-IIS-JK2 : Problem on POST with Transfer-Encoding: chunked

2004-07-22 Thread Hannah Li
I have successfully configured JK2 to have IIS working with Tomcat. However, I am having a problem: My servlet receives a HTTP request from client which contains an XML document in the request body. Whenever I post a request thru IIS with a header Transfer-Encoding: chunked, the body of the req

Solution for Tomcat IIS problem

2004-05-03 Thread Paresh Varatkar
-Original Message- From: Tolle Krez [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 8:22 AM To: Paresh Varatkar Subject: Problem with Tomcat5 and IIS5 Hello Paresh, try to use group:lb:lb instead of just group:lb # define the worker [ajp13:localhost:8009] channel=channel.socket:lo

Vedr.: Tomcat iis and ntlm

2004-03-22 Thread Thomas Nybro Bolding
esvar venligst til "Tomcat Users List" Til:<[EMAIL PROTECTED]> cc: Vedr.: Tomcat iis and ntlm Hi, I am trying to pass a users ntlm credentials from iis to tomcat but they always appears as NULL. I believe there is a mod to tomcat to fix this.

Tomcat iis and ntlm

2004-03-21 Thread Warren Black
Hi, I am trying to pass a users ntlm credentials from iis to tomcat but they always appears as NULL. I believe there is a mod to tomcat to fix this. Can anyone point me in the right direction? regards Warren Okana Systems Limited mailto:[EMAIL PROTECTED] mobile: +44 (0)7958 706580 This messag

tomcat, iis, https how-to

2004-02-23 Thread John MccLain
We are currently using the jk2 redirector with iis on windows 2000 to redirect jsps, and servlets to tomcat. It works great! We would like to start using ssl/https. Where can I find out how to do this with our current configuration??? --

tomcat, iis, https how-to

2004-02-23 Thread John MccLain
We are currently using the jk2 redirector with iis on windows 2000 to redirect jsps, and servlets to tomcat. It works great! We would like to start using ssl/https. Where can I find out how to do this with our current configuration??? --

Errors with Tomcat /IIS connection - shm.init(): No file

2004-01-04 Thread Youval Bronicki
I am desparately trying to connect Tomcat to IIS. The IIS filter (isapi_redirector2.dll) is loaded (green arrow in IIS admin), but I am getting the following errors when I submit a request that needs to be handled by Tomcat (http://localhost/examples): Error: [jk_shm.c (333)]: shm.init(): No file

RE: Problem with tomcat, iis and jk2

2003-12-04 Thread Chris Donges
Those jk1 docs have an error that I have corrected. logLevel in the registry should be log_level. Christoph > -Original Message- > From: Mark Eggers [mailto:[EMAIL PROTECTED] > Sent: Thursday, 4 December 2003 8:50 AM > To: Tomcat Users List > Subject: Re: Problem with

Re: Problem with tomcat, iis and jk2

2003-12-03 Thread Mark Eggers
See the following, among others: http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb /mde/ just my two cents . . . . __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/

Problem with tomcat, iis and jk2

2003-12-03 Thread Chris Donges
I am having trouble getting jk installed correctly. It seems no matter what I do I always get the red arrow in the isapi-filters tab. I am using tomcat 4.1, iis 5 and jk 2.0.2. Can someone please help me? Is thre any way I can find out more information on why it's not working. It doesn't s

Re: [SOLUTION] Problem of authentication with tomcat/IIS on win NT4

2003-11-13 Thread Robert Jacolin
Robert Jacolin wrote: Hi, I installed jakarta-tomcat-4.0.6 on WIN NT4 with IIS 4. I've following the manual to make tomcat and IIS to work together (with the isapi filter). My application works like I want except that authentification doesn't work. In IIS, I've enabled WIN NT authentication (

Problem of authentication with tomcat/IIS on win NT4

2003-11-06 Thread Robert Jacolin
Hi, I installed jakarta-tomcat-4.0.6 on WIN NT4 with IIS 4. I've following the manual to make tomcat and IIS to work together (with the isapi filter). My application works like I want except that authentification doesn't work. In IIS, I've enabled WIN NT authentication (basic authentication an

Tomcat + IIS 6 (Windows2003)

2003-10-23 Thread Jeremy Martin
Hi, First, an easy question: Does anyone happen to know what the bare minimum the IIS server needs to have installed? Does it actually need the JDK and full Tomcat install, or could it get by with only the ISAPI connector .dll file plus the worker.properties (or worker2.properties if mod_jk2 works

Tomcat + IIS (Virtual Server vs Virtual Directory)

2003-10-23 Thread Watkins, James
i really need some help on this, i think it is an easy problem if you have done this before. I have successfully configured my Tomcat + IIS 5.1 dev environment. I have been using a virtual directory pointed at a folder in side the tomcat root to host my files. so i access the site via http

It's the "Virtual Directory" Stupid! was: IIS not serving static files from Tomcat ->IIS; Tomcat 4.1.27; IIS 5; Win2k sp4; JK2; isapi_redi rector2

2003-10-21 Thread Bergan, Mark T - PGPL-5
Right, well, so I wrote this huge detailed message to send to y'all complete with actual annotated config-files with a plea to help me figure out why IIS wouldn't serve up the static files under the /webapps folder. I was carefully verifying each detail before I clicked send...and got to thinki

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
ist (E-mail) > Subject: Tomcat + IIS 6.0 > > > 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 y

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

RE: Can any one tell where is a simple Tomcat + IIS how to using Coyote/JK2 AJP 1.3?

2003-10-16 Thread Johan Kok
QUick try -- Load apache with these and get that to work. After that switch back to IIS. > -Original Message- > From: Antony Paul [mailto:[EMAIL PROTECTED] > Sent: 14 October 2003 12:53 > To: Tomcat Users List > Subject: Can any one tell where is a simple Tomcat + I

Re: Can any one tell where is a simple Tomcat + IIS how to using Coyote/JK2 AJP 1.3?

2003-10-14 Thread Thorsten Westmeier
Hi, I can help you only with Tomcat, IIS + JK1 1.2.4 By the way, if anyone knows, what to change to use 1.2.5, please help!!! Simply replacing the dll is not enough, but what else is to do? 1. Make sure, that Tomcat and IIS run correct "as standalone Versions" . Try http:/localho

Can any one tell where is a simple Tomcat + IIS how to using Coyote/JK2 AJP 1.3?

2003-10-14 Thread Antony Paul
Hi all, I tried configuring Tomcat 4.1.27 + IIS 5.0 using JK connector(isapi_redirector.dll) as per the documentation on the onjava.com (http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html). But failed. Thinking that it may be a problem with DLL I went to download it again. But no bianry vers

Tomcat-IIS works with JK1 but not with JK2. Any hints?

2003-10-09 Thread Thorsten Westmeier
ter pressing the reload button of the Browser, the source code of the html-page generated by tomcat from the requested jsp-file is shown, but it is not interpreted as a HTML - Web Page. What may be the Problem (Tomcat, IIS or the firewall)? If it is a Problem with the firewall, why does it work with

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

Tomcat IIS How to

2003-08-28 Thread Muscu, Raju
Thanks very much for putting together great information to setup tomcat with IIS. I have configured my tomcat instance (4.0.3) with IIS and can able to execute jsp/servlets in the examples folder. However, not able to run jsp located in another context. Though the jsp page from another contex

For John Turner: Anyone done? Tomcat iis on separate machines

2003-06-26 Thread Paresh Varatkar
Thanks John That makes it work. Regards Paresh -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 8:33 AM To: Tomcat Users List Subject: Re: Anyone done? Tomcat iis on separate machines Change the .host parameter of workers.properties to the

Re: Anyone done? Tomcat iis on separate machines

2003-06-26 Thread John Turner
chines using tomcat iis connector. I am able to run my application on same machine Regards Paresh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Using M2, Opera's revolutio

Anyone done? Tomcat iis on separate machines

2003-06-26 Thread Paresh Varatkar
Hi Is it possible to configure iis and tomcat when each of them are running = on different machines using tomcat iis connector. I am able to run my application on same machine Regards Paresh - To unsubscribe, e-mail: [EMAIL

Tomcat / IIS / Alternate Ports

2003-06-25 Thread Eriksen, Kjell
I send this to the wrong address before - I apologize. BACKGROUND: We host multiple web apps using IIS + Tomcat. We currently create separate instances of Tomcat Services on Windows 2000. We use Virtual Directories in IIS and configure the JK2 / AJP13 connector for each instance to listen for re

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
/examples/* in the file then IIS will forward all and every request on to Tomcat for processing and IIS won't handle anything in that directory. David Legg -Original Message- From: Dominic Parry [mailto:[EMAIL PROTECTED] Sent: 09 June 2003 08:11 To: Tomcat Users List Subject: TOMCAT II

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

TOMCAT IIS and html

2003-06-09 Thread Dominic Parry
Hi Can I safely assume that When tomcat is configured with IIS that IIS will always serv anything but JSP's and Servlets? Even when HTML files etc lie within Tomcat contexts? Thanks Dom

Re: Problems with Tomcat - IIS integration ...

2003-06-03 Thread Dominic Parry
check the filter setting in the IIS control Panel in the virtual folder that you created for jakarta. - Original Message - From: Adeniyi Ibironke To: [EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 11:49 AM Subject: Problems with Tomcat - IIS integration ... Hi, I have

Problems with Tomcat - IIS integration ...

2003-06-03 Thread Adeniyi Ibironke
Hi, I have followed instructions on performing the above. However, since I've rebooted, Tomcat now appears to intercept all HTTP requests through localhost. Can you please advise a sequence of steps to ensure Tomcat executes only .jsp pages. Many thanks. Niyi

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
o sido encontrados virus. www.mimesweeper.com *** Did you add entries to Registry? -Original Message- From: Warren Sweetman [mailto:[EMAIL PROTECTED] Sent: terça-feira, 1 de Abril de 2003 17:36 To: [EMAIL PROTECTED] S

RE: tomcat IIS configuration please help

2003-04-01 Thread Alberto A C A S Magalhães
] Sent: terça-feira, 1 de Abril de 2003 17:36 To: [EMAIL PROTECTED] Subject: tomcat IIS configuration please help can anybody assist in the configuration of the isapi_connector2.dll and = associated files. My configuration is as follows W2k Tomcat 4.1.18 IIS=20 isapi_redirector2.dll I cant get

tomcat IIS configuration please help

2003-04-01 Thread Warren Sweetman
can anybody assist in the configuration of the isapi_connector2.dll and = associated files. My configuration is as follows W2k Tomcat 4.1.18 IIS=20 isapi_redirector2.dll I cant get request for jsps or servlets to be forwarded by IIS to tomcat = for some reason. It seems that the dll is not bein

Multiple Tomcat-IIS redirection.

2002-12-23 Thread Nir Bregman
Hi. I have a problem to redirect IIS to Tomcat installation in case i have more than one Tomcat installation on my computer. I'm working on win2000, and have two separated Tomcat installations on a single machine. I need IIS redirect filters to be installed - one filter for each Tomcat. The problem

Tomcat/IIS and Virtual Host

2002-12-16 Thread Hari Venkatesan
Is there any documentation that explains virtual hosting using IIS and tomcat Hari

RE: Tomcat/IIS losing request parameters

2002-12-16 Thread Tim Moore
loor / Washington, DC 20036 Phone 202-463-4860 ext. 258 / Fax 202-463-4863 > -Original Message- > From: Ian Pilborough [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 13, 2002 6:29 AM > To: 'Tomcat Users List' > Subject: Tomcat/IIS losing request parameters > &

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

Tomcat/IIS losing request parameters

2002-12-13 Thread Ian Pilborough
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 noticed that request parameters are lost when there are spaces in the filenames o

Problem with method post on tomcat IIS redirector

2002-12-06 Thread Sanjeev Agarwalla
Hi, I got this email form the mailing list on the topic above. I am sorry I did not know how to be on that list. I am havng problems with method= post on IIS Tomcat redirector. When using "POST" none of the fileds / parameters get passed to the called page. Can someone help? Thanks

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

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

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

Tomcat/IIS intergration - once again ;-(

2002-11-29 Thread Marcel Stoer
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 directly. Concrete: Th

Tomcat/IIS + SSL : Mime Type problem

2002-11-12 Thread Laurent Féral-Pierssens
Hi, We have been experiencing some problems with Mime type configuration. We want to allow the download of wpd (WordPerfect) documents through our webapp and with our configuration, we only get junk printed in the browser. Our configuration consist of a single server, Windows 2000, with Tomcat

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 lin

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_

BASIC authentication in Tomcat+IIS (PROBLEM SOLVED: ERRATA CORRIGE!!!)

2002-11-05 Thread Luca Ventura
l ONLY the "isapi_redirector.dll" of Jakarta web site. I hope this can help someone else. Thanks everybody for the patience! Luca -Messaggio originale- Da: Luca Ventura [mailto:ventluca@;tiscali.it] Inviato: giovedì 31 ottobre 2002 15.17 A: tomcat-dev; tomcat-user Oggett

RE: Running Tomcat + IIS on different servers

2002-11-04 Thread Juan Fco. Herrera Utande
s the host where tomcat is located) Regards, Juan -Mensaje original- De: Ashish Ravi [mailto:ashish.ravi@;webrizon.com] Enviado el: lunes, 04 de noviembre de 2002 13:41 Para: [EMAIL PROTECTED] Asunto: Re: Running Tomcat + IIS on different servers Hi Juan, I under

RE: Running Tomcat + IIS on different servers

2002-11-04 Thread Turner, John
2 8:40 AM > To: [EMAIL PROTECTED] > Subject: Running Tomcat + IIS on different servers > > > Hi, > I'm trying to configure IIS (on server 1) to redirect > requests to Tomcat > (on server 2) . I've seen the help for configuring Tomcat > with IIS, but i > ass

RE: Running Tomcat + IIS on different servers

2002-11-04 Thread Juan Fco. Herrera Utande
at version. -Mensaje original- De: Ashish Ravi [mailto:ashish.ravi@;webrizon.com] Enviado el: domingo, 03 de noviembre de 2002 14:40 Para: [EMAIL PROTECTED] Asunto: Running Tomcat + IIS on different servers Hi, I'm trying to configure IIS (on server 1) to redirect requests to Tomcat (on server

Running Tomcat + IIS on different servers

2002-11-03 Thread Ashish Ravi
Hi, I'm trying to configure IIS (on server 1) to redirect requests to Tomcat (on server 2) . I've seen the help for configuring Tomcat with IIS, but i assume it works when both are on the same server. One way out is to map the directory where the .properties files are and use that mapping in the r

BASIC authentication in Tomcat+IIS (second useful information)

2002-10-31 Thread Luca Ventura
m spending many work-days to solve it without success)! Thanks. Luca -Messaggio originale- Da: Luca Ventura [mailto:ventluca@;tiscali.it] Inviato: giovedì 31 ottobre 2002 11.12 A: tomcat-dev Oggetto: BASIC authentication in Tomcat+IIS (one useful information) Hello! I ha

BASIC authentication in Tomcat+IIS (second useful information)

2002-10-31 Thread Luca Ventura
m spending many work-days to solve it without success)! Thanks. Luca -Messaggio originale- Da: Luca Ventura [mailto:ventluca@;tiscali.it] Inviato: giovedì 31 ottobre 2002 10.43 A: tomcat-user Oggetto: BASIC authentication in Tomcat+IIS (one useful information) Hello! I ha

BASIC authentication in Tomcat+IIS (one useful information)

2002-10-31 Thread Luca Ventura
Best regards, Luca -Messaggio originale- Da: Luca Ventura [mailto:ventluca@;tiscali.it] Inviato: martedì 29 ottobre 2002 12.12 A: tomcat-user Oggetto: BASIC authentication in Tomcat+IIS Hello everybody! I have the following GREAT problem with basic authentication in T

BASIC authentication in Tomcat+IIS

2002-10-29 Thread Luca Ventura
Hello everybody! I have the following GREAT problem with basic authentication in Tomcat I have two servers configured as follows: Server 1: Operating system: Windows 2000 Advanced Server Web Server: IIS 5.0 Servlet Container: Tomcat 4.x Server 2: Windows XP Professional Web Server: IIS 5.

BASIC authentication in Tomcat+IIS

2002-10-29 Thread Luca Ventura
Hello everybody! I have the following GREAT problem with basic authentication in Tomcat I have two servers configured as follows: Server 1: Operating system: Windows 2000 Advanced Server Web Server: IIS 5.0 Servlet Container: Tomcat 4.x Server 2: Windows XP Professional Web Server: IIS 5.0

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

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

Can anyone please help Tomcat / IIS

2002-10-16 Thread Lior Shliechkorn
This is my first time trying this thing out and I'm getting there slowly...I'm working on this almost 2 weeks now. I have localhost working on the JSP's and not the HTML's and I want to access the webapp from the outside using the URL to my domain name. Can anyone please help. I will include

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 (

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

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
08 AM Posted To: Tomcat Conversation: Tomcat IIS HowTo - with Tomcat 4? Subject: Tomcat IIS HowTo - with Tomcat 4? 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 jaka

Tomcat IIS HowTo - with Tomcat 4?

2002-10-09 Thread Richard Katz
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. Questions - about quotes: Tomcat 4 normally installs in "C:\Program Files\Apache Tomcat 4.0" which is where I installed it

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:

  1   2   3   4   >