Bothersome problem with IIS

2004-04-06 Thread Anatol Pomazau
Hi all

I have installed IIS 5.0 on Win2K and binded Tomcat to it. I need NTLM
auth for my application.

When I try to reach for my app http://myserv/myapp everithing OK. I am
using Win2K, IE 6.0
But when somebody who has WinXP try to reach http://myserv/myapp then
either login window appears and asks Windows-Domain credentials or Page
cannot be displayed shows. (On different winXP machines responses
differ)
Also following message appears in jk_iis.log

[Tue Apr 06 11:03:13 2004]  [jk_ajp_common.c (341)]: Error
ajp_marshal_into_msgb - Error appending the header value
[Tue Apr 06 11:03:13 2004]  [jk_isapi_plugin.c (928)]: HttpExtensionProc
error, service() failed

I'm sorry if this question do not related Tomcat. I spend whole work day
and havent found answer yet, I hope that somebody had already such
puzzle.
---
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]



RE: Connecting the HTTP Server and Tomcat

2004-04-06 Thread Anatol Pomazau
Good evening..
 
Check this out
http://johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html
--- 
regards,
Anatol Pomozov
EPAM Systems
phone: +375 (17) 210-1662 ext. 1373 

-Original Message-
From: Wilson, Allen [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 6:42 PM
To: Tomcat Users List
Subject: Connecting the HTTP Server and Tomcat


Good morning
 
Can any provide some assistance on connecting the HTTP server
and Tomcat together. I am using HTTP Server 2.0.48 and Tomcat-4.1.18 on
a Sun Solaris machine. I think I have everything in place but when the
only way I can reach the Tomcat stuff is my specifying the port number
in the URL.
 
Can someone point me in the direction of some How to connect
Apache and Tomcat for Dummies instructions that will provide me some
clear steps and methods for checking everything out.
 
Thanks...and any help is appreciated.
 
Allen



install4iis.js Error

2004-04-06 Thread Anatol Pomazau
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]



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]



JSP Compilation Problem

2003-09-23 Thread Anatol Pomazau
Hi.

I just upgrade tomcat server from 4.1.12 to Tomcat-dev (I get sources
from CVS and compile it yesterday)
But I have a problem with one jsp.
So, such code
% String fullname = Anatol Pomazau; %
a target=newForm
href=\\epmsa007\applForm\new_applicant_form\%=fullname%.doc%=fulln
ame%/a
Works fine in old version but in new Tomcat generates
a target=newForm
href=\\epmsa007\applForm\new_applicant_form\%=fullname%.docAnatol
Pomazau/a
Insead of
a target=newForm
href=\\epmsa007\applForm\new_applicant_form\Anatol Pomazau.docAnatol
Pomazau/a

I have looked JSP Spec 2.0 and I have not found any remarks about such
quoting.

What I do wrong? Please help me.

epam
EPAM Systems, Minsk, Belarus
work: +375 17 210 1662, ext. #1373
icq uin: 138182429
 


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