Tomcat/IIS Error

2001-05-17 Thread Joe Ryburn




I had IIS working with Tomcat using the isapi_redirect.dll was working a
couple of days ago, but now I'm having unexpected problems.
The isapi.log file, for every request I make, logs the following
information...

[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
/servlet/ImServ
let
[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_isapi_plugin.c (439)]: HttpFilterProc
[/servlet/ImServlet?xmldoc=common/sign
up/signup_register.xml&style=common/signup/signup_register.xsl&actor_type=af
fili
ate&comefrom=signup&action=logon] is a servlet url - should redirect to
ajp12
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[/servlet/ImServlet?xmldoc=co
mmon/signup/signup_register.xml&style=common/signup/signup_register.xsl&acto
r_ty
pe=affiliate&comefrom=signup&action=logon] is points to the web-inf
directory
[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
/servlet/ImServ
let
[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_isapi_plugin.c (439)]: HttpFilterProc
[/servlet/ImServlet?xmldoc=common/sign
up/signup_register.xml&style=common/signup/signup_register.xsl&actor_type=af
fili
ate&comefrom=signup&action=logon] is a servlet url - should redirect to
ajp12
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[/servlet/ImServlet?xmldoc=co
mmon/signup/signup_register.xml&style=common/signup/signup_register.xsl&acto
r_ty
pe=affiliate&comefrom=signup&action=logon] is points to the web-inf
directory

This looks OK to me, but I get a (404) error response from tomcat...


2001-05-17 01:59:02 - Ctx(  ): 404 R(  + /jakarta/isapi_redirect.dll + null)
null


And a (200) error from IIS...

18:51:46 127.0.0.1 GET /jakarta/isapi_redirect.dll 200

Now the exact same configuration works with Apache without problems. Can
anyone provide me
clues?

Joe Ryburn
iMediation Professional Services
41 Perimeter Center East
Suite 350
Atlanta, GA 30346
Cell Phone - 501-249-5015




tomcat IIS error

2001-05-18 Thread Alex Almero



got this error under the isapi.log
    
jk_uri_worker_map_t::uri_worker_map_free, NULL parameters
 
also under the w3svc/ex"date"
    GET 
/jakarta/examples/jsp/snp/snoop.jsp 200


Tomcat - IIS Error

2001-02-13 Thread Eli Segev

I have followed the instructions in "Tomcat IIS HowTo" by Gal Shachor
<[EMAIL PROTECTED]> to set up IIS to redirect requests to Tomcat on an
NT machine.  I don't want to repeat again all the steps that appears in
the document in this email.  Whenever I try to test the redirection of
requests from IIS to Tomcat, I get an error.  It appears in the "Event
Viewer" as: "The server failed to load application
'/LM/W3SVC/1/ROOT/jakarta'.  The error was '8007053d'. ".  Does anyone
know what is wrong here?  The IIS version is 4.0 and Tomcat is 3.1.

--
Eli Segev
PTC
(781)370-6127



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




RE: Tomcat/IIS Error

2001-05-17 Thread Ross Merritt

Looks like you changed your context, web.xml file with the uri-path or you
moved the code to a different directory

Ross

-Original Message-
From: Joe Ryburn [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 17, 2001 2:37 PM
To: [EMAIL PROTECTED]
Subject: Tomcat/IIS Error





I had IIS working with Tomcat using the isapi_redirect.dll was working a
couple of days ago, but now I'm having unexpected problems.
The isapi.log file, for every request I make, logs the following
information...

[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
/servlet/ImServ
let
[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_isapi_plugin.c (439)]: HttpFilterProc
[/servlet/ImServlet?xmldoc=common/sign
up/signup_register.xml&style=common/signup/signup_register.xsl&actor_type=af
fili
ate&comefrom=signup&action=logon] is a servlet url - should redirect to
ajp12
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[/servlet/ImServlet?xmldoc=co
mmon/signup/signup_register.xml&style=common/signup/signup_register.xsl&acto
r_ty
pe=affiliate&comefrom=signup&action=logon] is points to the web-inf
directory
[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
/servlet/ImServ
let
[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_isapi_plugin.c (439)]: HttpFilterProc
[/servlet/ImServlet?xmldoc=common/sign
up/signup_register.xml&style=common/signup/signup_register.xsl&actor_type=af
fili
ate&comefrom=signup&action=logon] is a servlet url - should redirect to
ajp12
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[/servlet/ImServlet?xmldoc=co
mmon/signup/signup_register.xml&style=common/signup/signup_register.xsl&acto
r_ty
pe=affiliate&comefrom=signup&action=logon] is points to the web-inf
directory

This looks OK to me, but I get a (404) error response from tomcat...


2001-05-17 01:59:02 - Ctx(  ): 404 R(  + /jakarta/isapi_redirect.dll + null)
null


And a (200) error from IIS...

18:51:46 127.0.0.1 GET /jakarta/isapi_redirect.dll 200

Now the exact same configuration works with Apache without problems. Can
anyone provide me
clues?

Joe Ryburn
iMediation Professional Services
41 Perimeter Center East
Suite 350
Atlanta, GA 30346
Cell Phone - 501-249-5015



Re: tomcat IIS error

2001-05-18 Thread Arnaud Dostes - NTI



you more explicit
us help
 

  - Original Message - 
  From: 
  Alex Almero 
  
  To: [EMAIL PROTECTED] 
  
  Sent: Friday, May 18, 2001 10:06 AM
  Subject: tomcat IIS error
  
  got this error under the isapi.log
      
  jk_uri_worker_map_t::uri_worker_map_free, NULL parameters
   
  also under the w3svc/ex"date"
      GET 
  /jakarta/examples/jsp/snp/snoop.jsp 200


Applet + Tomcat + IIS => error

2001-02-22 Thread Peter Nguyen

Server Config:
Win2k
Tomcat 3.2.1 port 8080
IIS 5.0 port 80

Browsers:
Internet Explorer 5.0 (MS VM build 3240)
Netscape Communicator 4.74


I have an applet communicating(POST) with servlet.

Without IIS, when using URLConnection Explorer will work but Netscape will hang
the browser. Using Sockets will work on both Explorer and Netscape. I think
using URLConnection with the event thread is the culprit because my polling
thread works fine on Netscape.

Anyway, when I used IIS I started to get more problems. The normal servlets
outputting HTML work fine. But the servlet which receives the POST from the
applet has problems trying to get the InputStream. Checking the getContentLength
of the request returns -1. It looks like IIS isn't sending the POST data to
Tomcat. This was with URLConnection. Using Socket will not even cause the
servlet to be called.

Any ideas?

cheers,
Peter


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