RE: install4iis.js error

2004-05-20 Thread Shane Linley
Once upon a time I once wrote:

Well to tell the complete truth, at my site here we used this open source
JK2 IIS installer to do all the nitty gritty for us!

 http://www.shiftomat.com/opensource/

It doesn't use the latest version of JK2, but I don't see why a simple dll
upgrade shouldn't fix that :)


Regards,
Shane.

-Original Message-
From: Sasha Borodin [mailto:[EMAIL PROTECTED]
Sent: Thursday, 20 May 2004 11:15 PM
To: Tomcat Users List
Subject: install4iis.js error


I'm getting the following error when running the JavaScript installer for
the JK2 ISAPI filter on my W2K box:

Unable to find Web Server ROOT Directory

Looking inside the JavaScript, this error is reported here:

if ((IIsROOT = findADSIObject(IIsWebServer, _IIS_WEBDIR, ROOT)) == null) {
ERROR(args, Unable to find Web Server ROOT direcrory.);
}

Since I know nothing about windows scripting, I'm at a loss - has anyone
encountered this error before when trying to install the JK2 filter?

Thanks,

-Sasha



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: install4iis.js Error

2004-04-06 Thread Anatol Pomazau
Oops I found solution by myself. 
I correct install4iis.js:478 from ROOT to Root.

Probably should change this script to comparing string in that place wo
case sensitivity.

---
regards,
Anatol Pomozov 
EPAM Systems
phone: +375 (17) 210-1662 ext. 1373


-Original Message-
From: Anatol Pomazau [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 9:07 PM
To: Tomcat Users List
Subject: install4iis.js Error


Hi folk.

I am trying to install ISAPI_redirector2 and run 

tomcat_dir\bin cscript install4iis.js as mentioned in INSTALL.txt but
arise error

Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.

1   argc 0 optind 0
2   IIsWebVirtualDir  Root   IIS://LocalHost/W3SVC/1/Root
3   IIsCertMapper IIsCertMapper
IIS://LocalHost/W3SVC/1/IIsCertMapper
4   IIsFiltersFiltersIIS://LocalHost/W3SVC/1/Filters
Error processing install4iis.js
Unable to find Web Server ROOT direcrory.

Win2k, IIS 5.0

What am I doing wrong?? Please help me!

---
regards,
Anatol Pomozov 
EPAM Systems
phone: +375 (17) 210-1662 ext. 1373


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]