hi!
I have installed Tomcat 3.2.1 on Windows 2000 and configured everything
as
instructed in IIS-howto pages and also did what ever required after
reading the archives at this site.I can access by local http://127.
0.0.1:8080/examples/jsp/index.html and all jsp and servlets.But
I want to configure for www.concept.com i.e for virtual host,so I
installed isapi-filter and it also shows green up pointing arrow.
I checked
the registries also.I am getting 404 error but noting got solved
after reading each and every problem posted on this site.Please anyone
can help me
out.I have also added in server.xml the following lines:
<Host name="www.concept.com" >
<Context path="/"
docBase="/office/inetpub/wwwroot/cway" debug="0"
reloadable="true" />
</Host>
and in uriworkermap.properties:
/*.jsp=ajp12
The uriworkermap-auto.properties file shows also
###################################################################
# Auto generated configuration. Dated: Thu Jul 12 15:48:58 GMT+05:
30 2001
###################################################################
#
# Default worker to be used through our mappings
#
default.worker=ajp12
#
# Root context mounts for Tomcat
#
/servlet/*=$(default.worker)
/*.jsp=$(default.worker)
But when I execuet jsp it shows code in browser and servlet it gives
404 error.I have stored jsp in C:/office/inetpub/wwwroot/cway what
I need to do.I cannot execute through localhost also as instructed
in docs but can access through 127.0.0.1:8080
Please help me
Dhwani