Howdy, I would add that you can try running your app on tomcat standalone first. Depending on your performance and other requirements, this may be sufficient. Then your overall configuration will be much simpler.
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Jason Bainbridge [mailto:[EMAIL PROTECTED] >Sent: Monday, June 02, 2003 4:46 PM >To: Tomcat Users List >Subject: Re: moving from Jrun to Tomcat > >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] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
