Hi All,

   We are planning to migrate our J2EE application from JRun 4.0 to Tomcat
5.0. Application is running fine in JRun. Please let me know, what changes
and modification I need to do for Tomcat server. Is there any documents
available regarding this?

   Is there any configuration I need to modify after deploying the .war
file in Tomcat like in web.xml or server.xml?
   Now in the web.xml of my application, following lines are there for
JRun:

        *<servlet>
           <init-param>
               <param-name>browseDirs</param-name>
               <param-value>false</param-value>*
*            </init-param>
           <servlet-name>FileServlet</servlet-name>
           <servlet-class>jrun.servlet.file.FileServlet</servlet-class>
           <description>This servlet may override a corresponding
FileServlet in SERVER-INF/default-web.xml.If removed, the servlet in
default-web.xml will be used.</description>*
*         </servlet>*
**
    What things here, I need to modify for Tomcat?

   Also in JRUN, for the data source "jrun-resources.xml" is used. Where I
need to do the same configuration for tomcat?

Thanks in advance.
Ashok

Reply via email to