There are some useful suggestions on a question that was answered previously: http://mail-archives.apache.org/mod_mbox/tomcat-users/200212.mbox/[EMAIL PROTECTED]
The web.xml snippet you've shown looks standard. I don't think you need to change anything there. I think Tomcat version 5.0 follows the Servlet Specification 2.4 , which is standard. JRun also follows the spec but my have its own proprietary additions. So check the standards for web.xml (for whatever version of Tomcat you choose) and compare it with the web.xml for JRun. For the data source "jrun-resources.xml" , I don't think there's an external data source file in Tomcat, here's details on configuring JDBC Datasource: http://tomcat.apache.org/tomcat-5.0-doc/jndi-datasource-examples-howto.html You may need the corresponding JAR files etc. Additional Tomcat 5.0 configuration are covered here: http://tomcat.apache.org/tomcat-5.0-doc/config/index.html If you have specific issues/questions while migrating, just ask. -Rashmi --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]