Hi,
First of all thanks for the reply.
I have these entries in the uriworkermap.properties
and workermap.properties file.
When I call html by giving
http://nitind/site/UpdateResumes.htm the following
logs are made to isapi.log file.
(I know this is a pretty long message and tedious to
read, I have gone thru it but could'nt make out
something fruitful. Please have a look at it ...)
[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test
redirection of /Site/UpdateResumes.htm
[jk_uri_worker_map.c (344)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (434)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a
match
[jk_isapi_plugin.c (452)]: HttpFilterProc
[/Site/UpdateResumes.htm] is not a servlet url
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[/Site/UpdateResumes.htm] is points to the web-inf
directory
[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test
redirection of /Site/UpdateResumes.htm
[jk_uri_worker_map.c (344)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (434)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a
match
[jk_isapi_plugin.c (452)]: HttpFilterProc
[/Site/UpdateResumes.htm] is not a servlet url
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[/Site/UpdateResumes.htm] is points to the web-inf
directory
I m calling my servlet as <form method="POST"
action="http://nitind/servlet/Access"> thru html file.
And when I press submit button in my html these
messages get appended to the isapi.log file..
[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test
redirection of /servlet/Access
[jk_uri_worker_map.c (344)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (406)]:
jk_uri_worker_map_t::map_uri_to_worker, Found a match
ajp12
[jk_isapi_plugin.c (439)]: HttpFilterProc
[/servlet/Access] is a servlet url - should redirect
to ajp12
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[/servlet/Access] is points to the web-inf directory
[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test
redirection of /jakarta/isapi_redirect.dll
[jk_uri_worker_map.c (344)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (434)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a
match
[jk_isapi_plugin.c (452)]: HttpFilterProc
[/jakarta/isapi_redirect.dll] is not a servlet url
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[/jakarta/isapi_redirect.dll] is points to the web-inf
directory
[jk_isapi_plugin.c (517)]: HttpExtensionProc started
[jk_worker.c (123)]: Into wc_get_worker_for_name ajp12
[jk_worker.c (127)]: wc_get_worker_for_name, done
found a worker
[jk_isapi_plugin.c (539)]: HttpExtensionProc got a
worker for name ajp12
[jk_ajp12_worker.c (223)]: Into
jk_worker_t::get_endpoint
[jk_ajp12_worker.c (121)]: Into jk_endpoint_t::service
[jk_connect.c (108)]: Into jk_open_socket
[jk_connect.c (115)]: jk_open_socket, try to connect
socket = 288
[jk_connect.c (124)]: jk_open_socket, after connect
ret = 0
[jk_connect.c (132)]: jk_open_socket, set TCP_NODELAY
to on
[jk_connect.c (140)]: jk_open_socket, return, sd = 288
[jk_ajp12_worker.c (134)]: In jk_endpoint_t::service,
sd = 288
[jk_ajp12_worker.c (357)]: Into ajpv12_handle_request
[jk_ajp12_worker.c (361)]: ajpv12_handle_request,
sending the ajp12 start sequence
[jk_ajp12_worker.c (413)]: ajpv12_handle_request,
sending the headers
[jk_ajp12_worker.c (432)]: ajpv12_handle_request,
sending the terminating mark
[jk_ajp12_worker.c (445)]: ajpv12_handle_request,
sending the request body
[jk_isapi_plugin.c (283)]: Into jk_ws_service_t::read
[jk_ajp12_worker.c (459)]: ajpv12_handle_request, read
27 bytes
[jk_ajp12_worker.c (467)]: ajpv12_handle_request, sent
27 bytes
[jk_ajp12_worker.c (472)]: ajpv12_handle_request done
[jk_ajp12_worker.c (148)]: In jk_endpoint_t::service,
sent request
[jk_ajp12_worker.c (488)]: Into ajpv12_handle_response
[jk_ajp12_worker.c (502)]: ajpv12_handle_response,
read Status: 404 Not Found
[jk_ajp12_worker.c (530)]: ajpv12_handle_response,
read Status=404 Not Found
[jk_ajp12_worker.c (502)]: ajpv12_handle_response,
read Date: Tue, 09 Jan 2001 06:15:32 GMT
[jk_ajp12_worker.c (530)]: ajpv12_handle_response,
read Date=Tue, 09 Jan 2001 06:15:32 GMT
[jk_ajp12_worker.c (542)]: ajpv12_handle_response,
allocating header arrays
[jk_ajp12_worker.c (502)]: ajpv12_handle_response,
read Status: 404
[jk_ajp12_worker.c (530)]: ajpv12_handle_response,
read Status=404
[jk_ajp12_worker.c (502)]: ajpv12_handle_response,
read Servlet-Engine: Tomcat Web Server/3.1 (JSP 1.1;
Servlet 2.2; Java 1.3.0; Windows 2000 5.0 x86;
java.vendor=Sun Microsystems Inc.)
[jk_ajp12_worker.c (530)]: ajpv12_handle_response,
read Servlet-Engine=Tomcat Web Server/3.1 (JSP 1.1;
Servlet 2.2; Java 1.3.0; Windows 2000 5.0 x86;
java.vendor=Sun Microsystems Inc.)
[jk_ajp12_worker.c (502)]: ajpv12_handle_response,
read Content-Type: text/html
[jk_ajp12_worker.c (530)]: ajpv12_handle_response,
read Content-Type=text/html
[jk_ajp12_worker.c (502)]: ajpv12_handle_response,
read Content-Language: en
[jk_ajp12_worker.c (530)]: ajpv12_handle_response,
read Content-Language=en
[jk_ajp12_worker.c (502)]: ajpv12_handle_response,
read
[jk_ajp12_worker.c (504)]: ajpv12_handle_response,
headers are done
[jk_ajp12_worker.c (563)]: ajpv12_handle_response,
starting response
[jk_isapi_plugin.c (201)]: Into
jk_ws_service_t::start_response
[jk_ajp12_worker.c (574)]: ajpv12_handle_response,
reading response body
[jk_isapi_plugin.c (335)]: Into jk_ws_service_t::write
[jk_ajp12_worker.c (590)]: ajpv12_handle_response,
response body is done
[jk_ajp12_worker.c (602)]: ajpv12_handle_response done
[jk_isapi_plugin.c (551)]: HttpExtensionProc service()
returned OK
[jk_ajp12_worker.c (163)]: Into jk_endpoint_t::done
hope u have a better understanding of the problem now.
Thanks,
nitin
--- "G.Nagarajan" <[EMAIL PROTECTED]> wrote:
> Hi,
> This means that the filter is working fine.
>
> just try
> http://localhost/examples/
>
> This should take you to the examples context.
>
> Just check if your uriworkermap.properties contains
> the following
>
> # Mount the servlet context to the ajp12 worker
> /servlet/*=ajp12
>
> # Mount the examples context to the ajp12 worker
> /examples/*=ajp12
>
> and the workers.properties file contains
>
> #
> # Simple worker configuration file
> #
>
> worker.list=ajp12
>
> worker.ajp12.port=8007
> worker.ajp12.host=localhost
>
> Regards,
> Nagaraj.
>
> -----Original Message-----
> From: nitin dubey [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 08, 2001 11:11 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Configuring tomcat and IIS
>
>
> Hi Nagarajan,
>
> Yes I am getting green up arrow.
>
> nitin
> --- "G.Nagarajan" <[EMAIL PROTECTED]> wrote:
> > Hi,
> > are you getting the green up arrow in the ISAPI
> > window?
> >
> > -----Original Message-----
> > From: nitin dubey [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, January 06, 2001 12:50 PM
> > To: [EMAIL PROTECTED]
> > Subject: Configuring tomcat and iis
> >
> >
> > Hi guys,
> >
> > I have read the document by apache for configuring
> > tomcat with IIS. Everything as mentioned in
> > document
> > is working. I have no problem there. I have also
> > downloaded the isapi_redirect.dll from apache
> site.
> >
> > I have also tested tomcat3.2.1 and IIS 5.0
> > individually. Both r working and the necessary
> > environment has been set.
> >
> > Now the problem is, what url should I give to
> > activate
> > my servlet thru IIS. I have tried with lots of
> > combinations in one of them I got an error(null
> > parameter) at tomcat side. In IIS log file error
> > code
> > is 200 which means OK.
> >
> > I don't know where I have gone wrong. Please let
> me
> > know at the earliest.
> >
> > I m using tomcat 3.2.1 with IIS 5.0 and Win 2000
> > Professional as OS.
> >
> > nitin
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Photos - Share your holiday photos online!
> > http://photos.yahoo.com/
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > For additional commands, email:
> > [EMAIL PROTECTED]
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > For additional commands, email:
> > [EMAIL PROTECTED]
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Photos - Share your holiday photos online!
> http://photos.yahoo.com/
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, email:
> [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, email:
> [EMAIL PROTECTED]
>
__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]