deserialization

2003-10-21 Thread Alkesh Badshah
it becomes necessary to use the attributes - say when a server goes offline. Alkesh -- __ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job

Re: clustering

2003-10-10 Thread Alkesh Badshah
really obvious, any ideas? Alkesh remove the old javagroups jars, they are not valid unless you are running 4.0.x. The new stuff is in http://cvs.apache.org/~fhanik/ also, you will need a loadbalancer in order to not change the URL, because changing the URL (the port) will cause the browser

clustering

2003-06-06 Thread Alkesh Badshah
I'm trying to run multiple instances of tomcat on a single machine listening on different ports. Something to the effect of: http://localhost:8000 http://localhost:8001 I've modified the server.xml file, placed the javagroups.jar and tomcat-javagroups.jar in the server/lib directory, and

compression filter problem

2003-02-10 Thread Alkesh
Hi I am Developing Web application using tomcat. I want to Comopress my all jsp pages in web application, for that i have make some java filter classes and make changes in web.xml. but I am facing two problems1. in jsp i have to put header content encoding is gzip, without that brower

compression filter problem

2003-02-10 Thread Alkesh
Hi I am Developing Web application using tomcat. I want to Comopress my all jsp pages in web application, for that i have make some java filter classes and make changes in web.xml. but I am facing two problems1. in jsp i have to put header content encoding is gzip, without that brower