You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Pradeep Kumar <pr...@mindtree.com> on 2001/04/23 17:44:19 UTC

A problem, please help

hello group,
I am using tomcat 3.2.1 on win2k box with IIS.

I am able to run all the example context.

I have a context called "at"...and I am not able to run my servlet.
I get the message "resource not allowed" on the browser (HTTP 405 error).

The isapi log file says the following error.

[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
/at/assettrade
[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 [/at/assettrade?a=login] is not a
servlet url
[jk_isapi_plugin.c (461)]: HttpFilterProc check if [/at/assettrade?a=login]
is points to the web-inf directory


Here "assettrade" is my servlet with the following url mapping is the web.xml
    <servlet-mapping>
        <servlet-name>AssetTrade</servlet-name>
        <url-pattern>/assettrade</url-pattern>
    </servlet-mapping>

In my uriworkermap.properties, i have specified the following.

/at/*.jsp=ajp12
/at/servlet/*=ajp12

It looks like i am able to complile the jsp files, but the problem is with my
servlet.

Am i doing here something wrong? Your help is highly appriciated.

thanks,
pradeep