Dear friends,

I am reposting the same query as my problem still exists.

I am using tomcat 4.01 / IIS 5 on win2k with AJP13 connector. I was able to
integrate tomcat to work on port 80 and browse the example. The
Catilena_Home is on d drive and I want to run my servlets application which
are in the E:/xyz/abc directory. I tried making the context entries in the
server.xml file as below but it didnt work.

<Context path="/runservlet" docBase="E:/xyz/abc" debug="0"
reloadable="true">
  <Logger className="org.apache.catalina.logger.FileLogger"
prefix="localhost_runservlet_log." suffix=".txt" timestamp="true" />
  </Context>

I also entered following in the "uriworkermap.properties" file but still its
not working. I get an 404 file not found error.

/runservlet=$(default.worker)
/runservlet/*=$(default.worker)

What could be the problem. Where am I going wrong / missing steps.

Awaiting your replies,
With Best Regards,
Ravi Naidu.



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to