On Tue, 3 Jun 2003 04:25, Shyama Gavulla wrote: > Hi All, > > I have a webapp running on Jrun and IIS. I want the app to be moved from > Jrun to tomcat. I have read that tomcat with IIS has problems. It would be > grateful if someone can help me with details of moving from Jrun to tomcat > and issues with the migration .
Hi, To get started on the Tomcat + IIS integration you can read the howto here: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html Although I would recommend moving to the Apache Webserver if at all possible as it is more widely used with better support, that link describes the process for both Apache and IIS, although it is known that the documentation there needs some work so if you get stuck help is available on list and several howto's, although I am unaware of another IIS one. There are more howto's listed for the Apache integration here: http://tomcatfaq.sourceforge.net/apache.html There shouldn't be any actual porting required if your webapp is a standard one with your classes in packages it should just be a matter of either deploying your .WAR file or copyinng your webapp into the TOMCAT_HOME/webapps directory if you don't use .WAR files. I can remember when I first ported our company's webapp to Tomcat from JRun it was actually quite easy even though it wasn't following the standards, I had to package the classes, create the proper structure, learn about web.xml files and learn everything else about Tomcat so you shouldn't have too many problems. Maybe first try getting your application running under Tomcat Standalone and then venture into integrating Tomcat with either IIS or Apache. Regards, -- Jason Bainbridge KDE Web Team - http://kde.org [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
