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

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
to thinking about IIS Virtual Directories. ..One last tweak in the IIS console and Bam! Listen carefully. YOU NEED TO SET UP A VIRTUAL DIRECTORY IN THE IIS CONSOLE FOR TOMCAT APPS UNDERNEATH THE $(TOMCATBASEDIR)/webapps FOLDER! The crowd goes, Yeah, well duh!. I wasted days on this! Funny, none

TOMCAT on IIS 5.0 around ?

2003-10-15 Thread Luis E. Perez
Hello all; I am a web host provider and I need to install tomcat on a windows 2k with IIS 5.0 I would like to know if anybody in the list has implemented tomcat on windows for a shared host environment. thanks - To

RE : Tomcat and IIS + Index Server - possible ?

2003-09-12 Thread Hertenstein Alain
-Message d'origine- De : Marco Tedone [mailto:[EMAIL PROTECTED] Envoyé : mercredi, 10. septembre 2003 22:26 À : Tomcat Users List Objet : Re: Tomcat and IIS + Index Server - possible ? Hi Alain, I'm developing the same functionality for my site. Limiting the problems to JSPs (as if you

RE : Tomcat and IIS + Index Server - possible ?

2003-09-10 Thread Hertenstein Alain
JSP files, i.e. what the JSPs generate in HTML... It seems like one has to re-code the whole index creation process to achive this ! Anyone has done that before ? Can anybody recommend me what to do to implement that search engine with IIS and Tomcat ? Thanks for your help, I'm really stuck here

Re: Tomcat and IIS + Index Server - possible ?

2003-09-10 Thread Marco Tedone
- Original Message - From: Hertenstein Alain [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 12:45 PM Subject: RE : Tomcat and IIS + Index Server - possible ? Hi, Just asking about this topic again, since nobody answered or seems to have

RE: Tomcat and IIS 6 - Please HELP

2003-09-01 Thread Renato Romano
- Vial Al Molo Giano 16127 - GENOVA e-mail: [EMAIL PROTECTED] Tel.: 010 2712603 _ -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: mercoledì 27 agosto 2003 17.32 To: Tomcat Users List Subject: Re: Tomcat and IIS 6 - Please HELP Many

Tomcat and IIS + Index Server - possible ?

2003-09-01 Thread Hertenstein Alain
Hello, Our configuration is as follows : Win2K, JDK 1.4.1, Tomcat 4.1.24 connected with IIS using mod_jk. Index Server is AFAIK also installed. We are thinking of adding a Search site button in our web application. The problem is that we have content coming from numerous places in our JSP pages :

Tomcat and IIS 6 - Please HELP

2003-08-27 Thread Renato Romano
I'm trying to configure IIS (6) to forward requests to Tomcat (4.1.18): the configuration works fine with IIS 5, but with IIS 6, though I don't get error messages, and the ISAPI filter shows the green upward arrow, the browsere gets a 404 error. I'm pretty sure there is no config error, because I

Re: Tomcat and IIS 6 - Please HELP

2003-08-27 Thread J Raf
Romano [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: Tomcat and IIS 6 - Please HELP Date: Wed, 27 Aug 2003 17:33:19 +0200 I'm trying to configure IIS (6) to forward requests to Tomcat (4.1.18): the configuration works fine with IIS 5, but with IIS 6

Re: Tomcat and IIS 6 - Please HELP

2003-08-27 Thread John Turner
Many people have the same problem (archives!). As far as I know, there is no redirector built and available for IIS 6. You either have to build it yourself, or wait for someone else to build it. Even if you build it, there's no guarantee the source that works with IIS 5 will work unmodified

Re: Tomcat and IIS 6 - Please HELP

2003-08-27 Thread John Turner
FAQ http://jakarta.apache.org/tomcat/faq/connectors.html and http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=tomcat+iis+5btnG=Google+Search which would eventually lead you to: http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html John J Raf wrote: Hi, I also have a similar

Tomcat 3.2.3 - IIS Problem

2003-08-14 Thread adrian tindeche
Hi, We have an web application (on our Intranet) using Java Servlets. The web server is on a Windows NT Server machine, with IIS (Version 4.0, Build 1 381, SP6) and Tomcat 3.2.3 integrated (JDK 1.3.1 installed). The application worked fine untill a Microsoft patch (see

Authentication Tomcat and IIS

2003-07-26 Thread Fedor Smirnoff
Hey everyone, really hope you can help because I really hit the wall here. I configured and installed Tomcat 4.1.24 with IIS running on Windows 2000, now I cannot get my basic authentication to work. I have it configured in web.xml and it worked before when it was Tomcat only stand-alone, now

Re: Tomcat and IIS

2003-07-22 Thread Lior Shliechkorn
with updated antivirus software at all times. ATTACHMENT part 2 message/rfc822 From: Kannan Sundararajan To: 'Tomcat Users List' Subject: RE: Tomcat and IIS The instruction set given is so confusing. After sometime, i could able to do the connectivity. But the documents

Tomcat and IIS

2003-07-21 Thread Nicholas Camilleri
Hi there, I am attempting to configure IIS with tomcat however I am encountering some problems, related to security and authentication features with IIS 5. Each time a request is redirected to the isapi_redirect.dll, IIS logs a HTTP 401 errorDo you know what I can do, found somthing on the net

Re: Tomcat and IIS

2003-07-21 Thread Lior Shliechkorn
What version of Tomcat? Windows? And are you trying to use windows security on the virtual directory? Nicholas Camilleri [EMAIL PROTECTED] wrote: Hi there, I am attempting to configure IIS with tomcat however I am encountering some problems, related to security and authentication features

RE: Tomcat and IIS

2003-07-21 Thread Kannan Sundararajan
and IIS What version of Tomcat? Windows? And are you trying to use windows security on the virtual directory? Nicholas Camilleri [EMAIL PROTECTED] wrote: Hi there, I am attempting to configure IIS with tomcat however I am encountering some problems, related to security and authentication features

Re: Tomcat and IIS

2003-07-21 Thread Nicholas Camilleri
. But the documents is not to the standards. -Original Message- From: Lior Shliechkorn [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 3:26 PM To: Tomcat Users List Subject: Re: Tomcat and IIS What version of Tomcat? Windows? And are you trying to use windows security on the virtual directory

Random, either Error 500: The system cannot find the file specif ied or images missing - Win2k : Tomcat 4.1.24 : IIS 5 : JDK 1.41

2003-07-17 Thread White, Joshua A (HTSC, CASD)
Environment: Win 2k Server IIS 5.0 - proxy using isapi_redirector2.dll - Tomcat 4.1.24 JDK 1.4.1 Note: This is an internal application and is not accessed through a proxy server or firewall. The uri I have specified in the workers2.properties file is

Problems integrating Tomcat 4.1.24 IIS

2003-07-07 Thread Tom Cole
Well surprisingly enough I am now having problems with a Tomcat/IIS integration that was working fine on Friday. The jk_iis.log file shows an error 61 trying to connect the port to the Tomcat Process. Any ideas why this would become a problem? Tom E. Cole, Jr. General Manager, Lamatek, Inc

ISAPI integration: Tomcat 4.1.24, IIS 5 with HTTP PUT request

2003-06-26 Thread Hartmut Bernecker
Hello, I am faced to the problem that the Tomcat-IIS integration doesn't work when doing some HTTP PUT Request! HTTP GET and HTTP POST requests works well. Also HTTP PUT Request works well when running Tomcat standalone (w/o IIS, Port 8080). You have some Idea? I do not. Hartmut Bernecker

RE: Tomcat and IIS 6.0??

2003-06-17 Thread connil
. The connector does not work between the two, maybe it's enough to build it on win2003... I'm hoping someone will take a look at this soon. Bye -reynir -Original Message- Hi! Is it possible to combine Tomcat with IIS 6.0 (Win 2003)? I've tried without luck. Do I do something wrong

Tomcat and IIS 6.0??

2003-06-16 Thread connil
Hi! Is it possible to combine Tomcat with IIS 6.0 (Win 2003)? I've tried without luck. Do I do something wrong or is it impossible. Can I use the same isapi_redirect.dll as for IIS 5.0 (everything works fine on IIS 5) /cn

RE: Tomcat and IIS 6.0??

2003-06-16 Thread Reynir Hübner
16:11 To: [EMAIL PROTECTED] Subject: Tomcat and IIS 6.0?? Hi! Is it possible to combine Tomcat with IIS 6.0 (Win 2003)? I've tried without luck. Do I do something wrong or is it impossible. Can I use the same isapi_redirect.dll as for IIS 5.0 (everything works fine on IIS 5) /cn

RE: Tomcat and IIS 6.0??

2003-06-16 Thread Vincent Faraut
Welcome to the club I had the same problem, but no response up til now Hope you will be more lucky Vince -Message d'origine- De : Reynir Hübner [mailto:[EMAIL PROTECTED] Envoyé : lundi 16 juin 2003 18:10 À : Tomcat Users List Objet : RE: Tomcat and IIS 6.0?? I've been trying

RE: Tomcat and IIS ( PROBLEM SOLVED )

2003-03-28 Thread jsp
Yes your right, I unfortunately I have to keep asp for that reason. Anyway I solved the problem I was ranting about yesterday very easily I, made the top file an asp page in INETPUB. And did a response redirect to my webapps folder in tomcat to the jsp. I got the referrer after all, not the

Tomcat and IIS

2003-03-27 Thread jsp
I'm trying to get away from ASP. The top file of my website is an index.jsp page. I set the root directory for the website to \Catalina_home\webapps\MyWebsite So when you go to http://www.mywebsite.com the default page in iis is index.jsp but I'm positive that is the wrong way to do this because

Re: Tomcat and IIS

2003-03-27 Thread John Turner
AFAIK, the only way to do this when using Tomcat in conjunction with a web server is a kludge. I do it by making index.html my default home page, and having index.html be nothing but a meta refresh page with a time of 0 to http://www.foo.com/index.jsp. There are other ways...some Apache folks

RE: Tomcat and IIS

2003-03-27 Thread Jeremy Whitlock
Users List Subject: Re: Tomcat and IIS AFAIK, the only way to do this when using Tomcat in conjunction with a web server is a kludge. I do it by making index.html my default home page, and having index.html be nothing but a meta refresh page with a time of 0 to http://www.foo.com/index.jsp

RE: Tomcat and IIS

2003-03-27 Thread jsp
bucks for w2k server 2 years ago and STILL paying on it. Oh well. Thanks -wiley -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 12:57 PM To: Tomcat Users List Subject: Re: Tomcat and IIS AFAIK, the only way to do this when using Tomcat

RE: Tomcat and IIS

2003-03-27 Thread jsp
I might do that. thanks -Original Message- From: Jeremy Whitlock [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 12:57 PM To: 'Tomcat Users List' Subject: RE: Tomcat and IIS Or, just screw IIS and go to Apache. With Apache, you can tell it what pages to serve if no page is put

Re: Tomcat and IIS

2003-03-27 Thread John Turner
pages to serve if no page is put into the url. (DirectoryIndex index.html index.html.var default.htm) -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:57 PM To: Tomcat Users List Subject: Re: Tomcat and IIS AFAIK, the only way to do

RE: Tomcat and IIS

2003-03-27 Thread Jeremy Whitlock
: Thursday, March 27, 2003 2:10 PM To: 'Tomcat Users List' Subject: RE: Tomcat and IIS Yea, I thought about that( or even an asp redirect, defeats the purpose of using jsp) but I'm trying to get the referrer from the browser into a database and I don't want index.html as my only referrer :) I'll try

Re: Tomcat and IIS

2003-03-27 Thread John Turner
To: Tomcat Users List Subject: Re: Tomcat and IIS AFAIK, the only way to do this when using Tomcat in conjunction with a web server is a kludge. I do it by making index.html my default home page, and having index.html be nothing but a meta refresh page with a time of 0 to http://www.foo.com/index.jsp

RE: Tomcat and IIS

2003-03-27 Thread Quinton McCombs
: Tomcat and IIS Switching to Apache wouldn't solve it unless you wanted to use mod_rewrite. Check the archives for last fall...there were bunches of threads on this topic for quite awhile. AFAIK, nothing's changed, though I was off this list for several weeks recently and its very

RE: Tomcat and IIS

2003-03-27 Thread jsp
, 2003 12:57 PM To: Tomcat Users List Subject: Re: Tomcat and IIS AFAIK, the only way to do this when using Tomcat in conjunction with a web server is a kludge. I do it by making index.html my default home page, and having index.html be nothing but a meta refresh page with a time of 0

RE: Tomcat and IIS

2003-03-27 Thread jsp
Guess I need to learn YET ANOTHER piece of software. Apache Web Server here I come... -Original Message- From: Quinton McCombs [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:15 PM To: 'Tomcat Users List' Subject: RE: Tomcat and IIS Well, I am doing this on apache 2.0.44. My

Re: Tomcat and IIS

2003-03-27 Thread John Turner
PROTECTED] wrote: Guess I need to learn YET ANOTHER piece of software. Apache Web Server here I come... -Original Message- From: Quinton McCombs [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:15 PM To: 'Tomcat Users List' Subject: RE: Tomcat and IIS Well, I am doing this on apache

RE: Tomcat and IIS

2003-03-27 Thread jsp
[mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:23 PM To: Tomcat Users List Subject: Re: Tomcat and IIS Since you are on Windows, you don't have to worry about the privileged ports restriction for running Tomcat like you do on a UNIX variant, so why not just run Tomcat on port 80

RE: Tomcat and IIS

2003-03-27 Thread Quinton McCombs
-Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 3:22 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat and IIS Really? Can you post your config files? I'd be interested in seeing them...I haven't been able to make this work, though

Re: Tomcat and IIS

2003-03-27 Thread John Turner
into that thanks -wiley -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:23 PM To: Tomcat Users List Subject: Re: Tomcat and IIS Since you are on Windows, you don't have to worry about the privileged ports restriction for running Tomcat like

RE: Tomcat and IIS

2003-03-27 Thread jsp
If you can use TOMCAT as a web server also a container for jsp and servlets, then I don't understand why you even need Apache Web server? Can someone fill me in? I'm running IIS with tomcat right now but I would like to turn IIS off and just use tomcat like someone here suggested. -wiley

RE: Tomcat and IIS

2003-03-27 Thread Jeremy Whitlock
[mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 4:25 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Tomcat and IIS If you can use TOMCAT as a web server also a container for jsp and servlets, then I don't understand why you even need Apache Web server? Can someone fill me in? I'm

RE: Tomcat and IIS

2003-03-27 Thread Brian Menke
-Original Message- From: Jeremy Whitlock [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 3:23 PM To: 'Tomcat Users List' Subject: RE: Tomcat and IIS That's possible BUT performance will suffer. Tomcat isn't as powerful as Apache. If you are running a small website, intranet

Re: Tomcat and IIS

2003-03-27 Thread Mark Eggers
You can tell IIS which page to serve as well. I'll try to describe the graphic interface while typing. Go to the following place: Start--Settings--Control Panel-- Administrative Tools--Internet Services Manager Go to the following place in the manager: [hostname]--Default Web Site

RE: Tomcat and IIS

2003-03-27 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
To: 'Tomcat Users List' Subject: RE: Tomcat and IIS That's possible BUT performance will suffer. Tomcat isn't as powerful as Apache. If you are running a small website, intranet and such, Tomcat would probably work fine but it's not Commercially fit as a Web Server. Apache on the other hand is. Later

RE: Tomcat and IIS

2003-03-27 Thread Justin Ruthenbeck
? I'm running in a pure Tomcat environment because of this... and the fact I don't know how to set up apache with tomcat :-) -Brian -Original Message- From: Jeremy Whitlock [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 3:23 PM To: 'Tomcat Users List' Subject: RE: Tomcat and IIS

RE: Tomcat and IIS

2003-03-27 Thread jsp
The specific problem I am having with IIS and Tomcat is... I'm trying to run a Statistics Program I wrote in java. It seems there is a problem that if I specify a default file ie http://www.mywebsite.com/index.jsp in IIS while pointing to the home directory of tomcat\webapps\mywebsite\index.jsp

RE: Tomcat and IIS

2003-03-27 Thread Goehring, Chuck Mr., RCI - San Diego
, I'm thinking it may be better to put Apache in the back, so it can be phased out. That's my 2 cents. Chuck -Original Message- From: Justin Ruthenbeck [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 4:26 PM To: Tomcat Users List Subject: RE: Tomcat and IIS This issue of Tomcat

RE: Tomcat and IIS

2003-03-27 Thread Justin Ruthenbeck
At 04:52 PM 3/27/2003, you wrote: The specific problem I am having with IIS and Tomcat is... I'm trying to run a Statistics Program I wrote in java. It seems there is a problem that if I specify a default file ie http://www.mywebsite.com/index.jsp in IIS while pointing to the home directory

RE: Tomcat and IIS

2003-03-27 Thread Hans Liebenberg
Simply install the isapi filter into iis and you can run Jsp/servlets in conjunction with other asp sites. Its the non-cludge solution!! http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html It all good and well to suggest that we simply uninstall IIS and install Apache but we

Re: Servlet, Tomcat 3.3, IIS virtual directory access denied

2003-03-22 Thread Bill Barker
servlet requests to Tomcat via ISAPI redirector. All on Windows 2000 Server. The problem: The java application creates and reads files from a location which corresponds to an IIS virtual directory and is also a local directory with respect to the Tomcat and IIS installation. The application

Re: Servlet, Tomcat 3.3, IIS virtual directory access denied

2003-03-22 Thread Cinzia S
, 2003 9:05 AM Subject: Re: Servlet, Tomcat 3.3, IIS virtual directory access denied On W2K, by default, the service user doesn't have access to any remote shared drives. IMHO, this is a good thing. Cinzia S [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello people, I've set

Servlet, Tomcat 3.3, IIS virtual directory access denied

2003-03-21 Thread Cinzia S
virtual directory and is also a local directory with respect to the Tomcat and IIS installation. The application is denied access to this directory when submitting a network path (\\server/drive/directory/) where to store and read files, but is happy when a local path is given instead (E:/) Why

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-12 Thread Johannes Fiala
Users List' [EMAIL PROTECTED] cc Subject RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties Actually, that error is generally related to IIS trying to start up when Apache Http server is running on the same port...make sure Apache http server is STOPPED and than Tomcat

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-12 Thread Johannes Fiala
Hi Rick, My last email contained a wrong diagnosis of the problem. redirection to lb:lb is fine, because it is defined as a load balancer in my workers2.properties. However, after entering http://localhost/examples I simply get a Server not found exception using MS IE 6 (indicating there was

SOLVED: Re: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-12 Thread Johannes Fiala
Hi to all! I finally have found the solution: 2.0.1 and 2.0.2 is now working - it seems my try to use a different name for the redirector dll other than isapi_redirector2.dll has caused the trouble. I thought I could use isapi_redirector2_201.dll and enter it in the extensionUri and use it as

RE: SOLVED: Re: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-12 Thread Aparna Narla
-Original Message- From: Johannes Fiala [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 2:43 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: SOLVED: Re: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties Hi to all! I finally have found the solution

RE: SOLVED: Re: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-12 Thread Antoni Unkovich
a.m. To: 'Tomcat Users List' Subject: RE: SOLVED: Re: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties -Original Message- From: Johannes Fiala [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 2:43 PM To: Tomcat Users List Cc: [EMAIL PROTECTED

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-10 Thread Johannes Fiala
trying to get this work, but troubleshooting this IIS connector is much harder than programming Java :) thx a lot for your input! johannes Rick Bullotta [EMAIL PROTECTED] 09.03.2003 15:34 Please respond to [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject RE: Tomcat 4.1.18

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-10 Thread Rick Bullotta
) -Original Message- From: Johannes Fiala [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 2:24 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties Hi Rick, I tried both fixes, but they failed. I also tried

RE: Tomcat 4.1.18 - IIS 5.0 plugin

2003-03-09 Thread Johannes Fiala
Hi all, Thx Mark + Rick for your support. I tried to use your recommended settings and succeeded so far, as the green arrow is now showing after I restart IIS. However, I could not completely decipher the following settings (in Mark's jk2.properties):

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-09 Thread Johannes Fiala
hi there, here are the properties files I currently use (a merge of Mark's + Rick's configuration files): = jk2.properties = ## THIS FILE MAY BE OVERRIDEN AT RUNTIME. MAKE SURE TOMCAT IS STOPED ## WHEN YOU EDIT THE FILE. ## COMMENTS WILL BE

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-09 Thread Rick Bullotta
Here are a few differences between your configuration and mine: 1) My workers2.properties uses [shm:] instead of [shm]. 2) I found that the 2.0.2 jk2 ISAPI redirector dll does not like forward slash path syntax on Windows (for your SHM file). Try \\. Tomcat Users List [EMAIL PROTECTED]

Configuring Tomcat with IIS Web Server

2003-03-04 Thread Brewer, Michael
I'm working on Configuring Tomcat with IIS Web Server http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.htmlfrom O'Reilly Net. I think that I have followed everything exactly. I get a 404. tomcat is the first and only ISAPI redirector in my list, it has a green arrow. I've triple-checked my

RE: Configuring Tomcat with IIS Web Server

2003-03-04 Thread Varley, Roger
I'm working on Configuring Tomcat with IIS Web Server http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.htmlfro m O'Reilly Net. I think that I have followed everything exactly. I get a 404. tomcat is the first and only ISAPI redirector in my list, it has a green arrow. I've triple

RE: Configuring Tomcat with IIS Web Server

2003-03-04 Thread Jay Lee
by checking the log file iis_redirector.log. this should help and good luck. jay -Original Message- From: Brewer, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 7:03 AM To: [EMAIL PROTECTED] Subject: Configuring Tomcat with IIS Web Server I'm working on Configuring Tomcat

RE: Configuring Tomcat with IIS Web Server

2003-03-04 Thread Mark Eggers
Michael, There are three other issues that you need to be concerned about with IIS. 1. Make sure you set up virtual directories to point to the %TOMCAT_HOME%\webapps\appname for each Tomcat application you wish to serve via IIS. 2. Make sure your System account (which runs IIS) has read access

RE: Tomcat 4.1.18 - IIS 5.0 plugin

2003-03-03 Thread Johannes Fiala
Users List [EMAIL PROTECTED] To 'Tomcat Users List' [EMAIL PROTECTED] cc Subject RE: Tomcat 4.1.18 - IIS 5.0 plugin Johannes , All, I've found the 2.0.1 dll works - with jk2 style config, but not the 2.0.2 dll. Can anyone else confirm this is the case for them? If so, does anyone

RE: Tomcat 4.1.18 - IIS 5.0 plugin

2003-03-03 Thread Mark Eggers
2.0.2 works fine for me on Windows/2000 Pro with both IIS 5 and Apache 2.0.43 with Tomcat 4.1.18 and j2sdk 1.4.1_01. I did find that I could not have both the version 1 and version 2 redirector in my registry. If I did, IIS would not connect to jk2. Once I removed that entry in the registry,

RE: Tomcat 4.1.18 - IIS 5.0 plugin

2003-03-03 Thread Rick Bullotta
] Sent: Monday, March 03, 2003 4:49 PM To: Tomcat Users List Subject: RE: Tomcat 4.1.18 - IIS 5.0 plugin Chris, Unfortunately I cannot even confirm 2.0.1 works with MY configuration. Using 1.0, everything is ok. Using 2.0.1 or 2.0.2 however: *) there is no message in my logfile entered

Re: Tomcat 4.1.18 - IIS 5.0 plugin

2003-02-28 Thread Johannes Fiala
respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject Re: Tomcat 4.1.18 - IIS 5.0 plugin Hi, You need to get isapi_redirector2.dll from the JK2 connectors part of the website. I had the same problem. Also, the registry keys need to be in 2.0, not 1.0

RE: Tomcat 4.1.18 - IIS 5.0 plugin

2003-02-28 Thread Christopher Watson
- From: Johannes Fiala [mailto:[EMAIL PROTECTED] Sent: 28 February 2003 08:08 To: Tomcat Users List Subject: Re: Tomcat 4.1.18 - IIS 5.0 plugin Dear Ben, isapi_redirector version 1.0 is running smoothly with Tomcat 4.1.18 on my PC. Being curious, I tried to get 2.0.2 running as well

Re: Tomcat 4.1.18 - IIS 5.0 plugin

2003-02-27 Thread Schleimer, Ben
Hi, You need to get isapi_redirector2.dll from the JK2 connectors part of the website. I had the same problem. Also, the registry keys need to be in 2.0, not 1.0. 4.1.18 is compiled to use jk2, not jk. Good luck, Ben --- Johannes Fiala [EMAIL PROTECTED] wrote: hi there, I just tried to get

Sharing session info between Tomcat and IIS

2003-02-27 Thread Schleimer, Ben
in the backend DB and updating it everytime a user makes a request to Tomcat. But this requires a DB lookup every request. Is there a more direct way to communicate session info between IIS and Tomcat? Thanks, Ben --- Greg Speechley [EMAIL PROTECTED] wrote: Hi Yoav, I was wondering why using sessions

RE: Sharing session info between Tomcat and IIS

2003-02-27 Thread Edson Alves Pereira
Para: Tomcat Users List Assunto: Sharing session info between Tomcat and IIS Hi, I am working on a project which must securely Timeout the user for security purposes. Unfortunately, all of the login/logout code has been written (not by me) in ASP. I really want to use Servlets

Re: Tomcat 4.1.18 - IIS 5.0 plugin

2003-02-26 Thread Konrad Rusz
12:01 AM Subject: Tomcat 4.1.18 - IIS 5.0 plugin hi there, I just tried to get the IIS JK2 running using Tomcat 4.1.18 with JK isapi 2.0.2 and IIS 5.0 (Win 2000 Professional) I added the registry entries correctly (no error in event viewer) according to the howto. I created the virtual

Re: Tomcat 4.1.18 - IIS 5.0 plugin

2003-02-26 Thread Johannes Fiala
PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject Re: Tomcat 4.1.18 - IIS 5.0 plugin Hi Johannes, Check Your configuration steps with these under this link: http://www.vacodi.com/howto/tomcat/iisnt/index.html (instead of Tomcat 4.0.1 You oght to use Your Tomcat 4.1.18). You should chek

Applet Cannot Make HTTP POST Request to Tomcat w/IIS Redirector

2003-02-25 Thread Rick Bullotta
that will need the IIS/Tomcat combo. This one is causing great hair loss, and any help welcomed. ; Applet code snippet: sURL = ... sPostData = ... URL url = new URL(sURL); URLConnection

RE: Applet Cannot Make HTTP POST Request to Tomcat w/IIS Redirector

2003-02-25 Thread Rick Bullotta
://www.lighthammer.com) -Original Message- From: Rick Bullotta [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 10:12 AM To: 'Tomcat Users List' Subject: Applet Cannot Make HTTP POST Request to Tomcat w/IIS Redirector Our applets/servlets run perfectly with Tomcat 4.1.18 and Apache 2.0.4X

Tomcat 4.1.18 - IIS 5.0 plugin

2003-02-25 Thread Johannes Fiala
hi there, I just tried to get the IIS JK2 running using Tomcat 4.1.18 with JK isapi 2.0.2 and IIS 5.0 (Win 2000 Professional) I added the registry entries correctly (no error in event viewer) according to the howto. I created the virtual directory jakarta which displays the entry

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Brantley Hobbs
use the connector. I omitted that on this post. Thanks, Brantley Hobbs -Original Message- From: Brantley Hobbs Sent: Wednesday, February 12, 2003 5:24 PM To: [EMAIL PROTECTED] Cc: Brantley Hobbs Subject: Tomcat/Apache/IIS configuration issues All, Let me just say up front

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Turner, John
: Thursday, February 13, 2003 9:10 AM To: Tomcat Users List Subject: RE: Tomcat/Apache/IIS configuration issues Just curious if anyone had had a look at this. I keep going over and over my configuration, but have yet to get the connector working properly (either on localhost or from some other

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Brantley Hobbs
an already lengthy post) if you think that might help. Brantley -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 9:15 AM To: 'Tomcat Users List' Subject: RE: Tomcat/Apache/IIS configuration issues There's something already

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Turner, John
: RE: Tomcat/Apache/IIS configuration issues Well, I saw that too, but I think maybe it's the result of a horked Tomcat configuration. When I stop tomcat, I no longer see anything listening on that port via netstat. When I start it, I see something listening there. I'm attaching my server.xml

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Brantley Hobbs
List' Subject: RE: Tomcat/Apache/IIS configuration issues There are 2 connectors listening on 8009. There should only be two connectors total: one on 8080 (disabled in production), and one on 8009. John

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Turner, John
with JK. There are many people using it in production who have experience configuring it and debugging it. John -Original Message- From: Brantley Hobbs [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 9:43 AM To: Tomcat Users List Subject: RE: Tomcat/Apache/IIS configuration

Tomcat/Apache/IIS configuration issues

2003-02-12 Thread Brantley Hobbs
All, Let me just say up front that I'm relatively new to Tomcat, but I do know my way around Apache and IIS pretty well. My Problem: No matter what I do, I cannot sucessfully connect a webserver to Tomcat using either the IIS redirector or mod_jk2. I get HTTP 500 errors (Internal Server Error)

Tomcat 3.2.1, IIS 5 and AJPv12

2003-02-05 Thread derrick . robertson
I am currently running the above for my servlet application. (tomcat 3.2.1, IIS 5 and AJPv12) Cant get more than 250 syncronous users with this setup!! Is 250 users to much for this system. What can i improve to get more than this My problem is that I am getting a page not found error(405

Tomcat 4.1.18 - IIS - JK2 - getRemoteUser() returns Null

2003-01-27 Thread Reynir Hübner
Hi I'm using : Tomcat 4.1.18 IIS 5.1. (running on XP) JK2 (isapi_redirector2.dll) Jdk 1.4.1_1 I tried to set request.tomcatAuthentication=false In my jk2.properties. For some reason IIS does not authenticate the user, and when I ask for the user (on the first request) in a jsp document

RE: Tomcat 4.1.18 - IIS - JK2 - getRemoteUser() returns Null

2003-01-27 Thread Reynir Hübner
Hübner Sent: 27. janúar 2003 14:06 To: Tomcat Users List Subject: Tomcat 4.1.18 - IIS - JK2 - getRemoteUser() returns Null Hi I'm using : Tomcat 4.1.18 IIS 5.1. (running on XP) JK2 (isapi_redirector2.dll) Jdk 1.4.1_1 I tried to set request.tomcatAuthentication=false In my jk2

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

Tomcat and IIS configuration problem

2003-01-02 Thread Richard Warwick
I'm trying to configure IIS 6.0 with Tomcat server 4.x (also tried with IIS 5.0) Essentially the isapi_redirector.dll (recent build) does listen on port 8009 but if I try to browse to a .jsp page then I get back error 404 (page cannot be found). The log file pertinent to Tomcat is not being

Tomcat and IIS configuration problem [RBS2003010200002355]

2003-01-02 Thread techassistance
Ahoy there! This is an automated response, to let you know that we have received your query and will answer your email as soon as possible. We know you'd like to get back to playing our state-of-the-art online games. We'd therefore like to assure you that we are determined to keep our service at

solved: RE: Tomcat and IIS

2002-12-04 Thread Schultz, Cecilia
) entries in iis log Thank you Cecilia -Original Message- From: Schultz, Cecilia Sent: Tuesday, December 03, 2002 9:01 AM To: Tomcat Users List Subject: Tomcat and IIS Hi, I installed Tomcat 3.3.1, win2K server with IIS I followed the IIS HowTo and did all the additional

Tomcat and IIS

2002-12-03 Thread Schultz, Cecilia
Hi, I installed Tomcat 3.3.1, win2K server with IIS I followed the IIS HowTo and did all the additional IIS setup to have IIS redirect jsp/servlets to tomcat (started tomcat with jkconf option, generated the isapi_redirect.properties files in conf/auto, created Jakarta virtual directory on

tomcat n IIS plz.....help

2002-11-22 Thread puneet sachar
thanx a lot johon again it was nice help buddy well if u got some time..plz send me the detail instruction and step by step guide to install tomcat with iis... i hope i'm not troubling u thanx a gain Puneet sachar __ Do you Yahoo

RE: tomcat n IIS plz.....help

2002-11-22 Thread srinath narasimhan
Check this out http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 0/doc/jk/iishowto.html hope that helps. -Original Message- From: puneet sachar [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 12:39 To: Tomcat Users List Subject: tomcat n IIS plz

RE: Testing tomcat with IIS installed

2002-11-14 Thread Jay Gardner
, 2002 7:44 PM To: '[EMAIL PROTECTED]' Subject: Testing tomcat with IIS installed I just installed jakarta-tomcat-4.1.12 and j2sdk1.4.1_01 on a Windows XP box. I am a neophyte. I started tomcat, but when I open http://localhost/ http://localhost/ I keep getting an IIS web page. It seems

<    1   2   3   4   5   >