Building and working with Tomcat code

2006-04-02 Thread Krish B
hi, I am a new user trying to download nad build Tomcat from source. I am stuck in few places. If i follow the instructions listed to download source. The cvs command fails [cvs] cvs [checkout aborted]: connect to cvs.apache.org:2401 failed: No co nnection could be made because the target

Startup exception in Tomcat

2006-05-08 Thread Krish B
hi, I get an exception sometimes during tomcat startup. I saw a few posts related to this but am not able to resolve the same. java.util.ConcurrentModificationException at java.util.HashMap.onEntry(HashMap.java:205) at java.util.HashMap.transfer(HashMap.java:510) at java.util.HashMap.resize(Hash

Help with Connector API

2006-08-20 Thread Krish B
Hi, I am using embedded tomcat and using API's to create a Connector. The Connector API has public void *setAttribute*(java.lang.String name, java.lang.Object value) & also setters for properties e.g) public void *setMaxPostSize* (int maxPostSize) If i use setAttribute for maxPostSize it gets s