Trouble trying to port from JServ

2001-07-06 Thread Barry
Hi all, I hope someone can help me with a problem. I'm sorry if this is a stupid newbie question but I've been working on this for days with no success. I have been through all the documentation too. I am trying to port my web application from JServ to Tomcat/mod_jk and am having trouble

Re: Trouble trying to port from JServ

2001-07-06 Thread anil
Hi Barry, If you want all your servlets served through the my.domain.com/int, On the server.xml change RequestInterceptor className=org.apache.tomcat.request.InvokerInterceptor debug=0 prefix=/servlet/ / RequestInterceptor