Hello, Am in the process of porting Tomcat 6.0.13 servlet container to run on a HP Non-Stop Multi CPU environment. This would mean there would multiple 'servlet container' processes deployed on native deployment mechanisms. This port involves the following tasks:
1. Write connector to the native Webserver (an iTP Webserver) 2. Write/customise code for session handling. 3. Write/customize code for dynamic web application deployment. 4. Make changes to the JMX mechanism to ensure the changes are communicated to all 'container' processes. 5. Importantly understand the internal working of the rest of the container components and identify areas that would need change for a successful port. A typical environment would contain multiple Webserver processes and multiple Container processes. Currently am going through the code of Tomcat 6.0.13 and trying to decipher the internal workings of various components and trying to figure out if the components need any customization. Am looking for guidance / help in this regard. Am assuming that this would tantamount to a question pertaining to "development of tomcat". Thanks Greetings, Suveer