You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Martin Jussel <Ma...@marel.at> on 2002/02/08 10:49:40 UTC

Tomcat & IIS & Servlets

Hi,

Tomcat is running fine with IIS. I can surf .jsp pages and JDBC is also
working. But I've troubles with servlets. Placing a servlet in
WEB-INF/classes seems not to work. Is there any basic
(uriworkermap.properties?) or webapp specific (apps*.xml) configuration
needed do get it work?

my uriworkermap.properties currently looks like described in howto
documentation:
default.worker=ajp13
/*.jsp=$(default.worker)

-> jsp's are running

But is it not needed to add a line like this for servlets?
/servlet/*=$(default.worker)

(I did it but servlets still not work)

Martin

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>