difference between tomcat 5.0 and tomcat 5.5

2005-04-25 Thread Remo rahman
can any one plz provide me with information regarding diference between tomcat 5.0 and tomcat 5.5 some of the differences that i have noted are 1)no entry of context in server.xml- so where this entry should be made 2)no logger component in server.xml and also related to tomcat manager application

difference between tomcat 5.0 and tomcat 5.5

2005-04-25 Thread Remo rahman
can any one plz provide me with information regarding diference between tomcat 5.0 and tomcat 5.5 some of the differences that i have noted are 1)no entry of context in server.xml- so where this entry should be made 2)no logger component in server.xml and also related to tomcat manager application

tomcat connector

2005-03-21 Thread Remo rahman
I'm developing an application which is a java servlet, deployed on tomcat 5.5 Now, I want my application to take raw data from the client through sockets, & for that it has to make a socket connection and listen that port for data. I've heard that we can create Connectors in Tomcat, which can list

tomcat connector

2005-03-21 Thread Remo rahman
I'm developing an application which is a java servlet, deployed on tomcat 5.5 Now, I want my application to take raw data from the client through sockets, & for that it has to make a socket connection and listen that port for data. I've heard that we can create Connectors in Tomcat, which can lis