Tomcat filter to overwrite the requestURL of incoming httprequest object

2005-07-25 Thread Jaynika Barot
hi all, I want to write a filter which will overwrite the request URL in incoming httprequest. if incoming request's URI contains *./myservletName/extra1/extra2.* I want to reset it to *./myservletName?param1=extra1param2=extra2 and pass this request object to subsequent processing (filter

running multiple instances of tomcat as windows service - service won't start

2005-04-22 Thread Jaynika Barot
hi all, we are using tomcat 5.0.28 on windows server. I have been trying to install multiple tomcat instances . Our goal is to run multiple instances on port 80 of virtual IPs. But for testing, i'm using differnt port numbers instead of ips.. Here r the steps i performed, (a) installed tomcat

running multiple instances of tomcat as windows services - the service won't start

2005-04-22 Thread Jaynika Barot
hi all, we are using tomcat 5.0.28 on windows server. I have been trying to install multiple tomcat instances . Our goal is to run multiple instances on port 80 of virtual IPs. But for testing, i'm using differnt port numbers instead of ips.. Here r the steps i performed, (a) installed tomcat

running multiple tomcat instances as windows service

2005-04-21 Thread Jaynika Barot
we are using tomcat 5.0.28 on windows server. I have been trying to install multiple tomcat instances . Our goal is to run multiple instances on port 80 of virtual IPs. But for testing, i'm using differnt port numbers instead of ips.. Here r the steps i performed, (a) installed tomcat on

tomcat staic content expiration

2004-10-26 Thread Jaynika Barot
I'm using tomcat 5.x. And after some research we decided to let tomcat serve the static content as well, as there were many issues with the IIS connector and Apache connector. I can make tomcat server static content, but can not figure out how to set expiration date on this static conents. any