Hi, Well, a couple of things could be happening. One is that the versions of Tomcat and Resin that you're using support different versions of the Servlet Specification. For example, if you're migrating from the newest Resin to tomcat 4.x and are using Servlet Spec 2.4 calls or classes, you won't be able to compile your classes.
Another thing that could be happening is that you have server-specific code (in this case Resin-specific). That code will obviously fail on Tomcat or any non-Resin server. Portability and WORA are only good and true if you stick to the relevant Specifications. Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: Worley Brent - bworle [mailto:[EMAIL PROTECTED] >Sent: Tuesday, June 08, 2004 10:05 AM >To: 'Tomcat Users List' >Subject: Porting from Resin to Tomcat > >We are porting an application from Resin running on WinNT/IIS to Tomcat on >Linux. However, we are noticing a lot of errors coming up on Tomcat that >do >not occur on Resin. > >Is there anyone on the list that has ported an app between the two >platforms? What are some known issues in the porting? > >I'm fairly new to Java, but I do know that the code should not change. >However, a lot of the errors coming up seem to be java based errors (which >is odd, since Java is a write once, run anywhere language). > >Thanks, >Brent Worley > > > >********************************************************************** >The information contained in this communication is >confidential, is intended only for the use of the recipient >named above, and may be legally privileged. >If the reader of this message is not the intended >recipient, you are hereby notified that any dissemination, >distribution, or copying of this communication is strictly >prohibited. >If you have received this communication in error, >please re-send this communication to the sender and >delete the original message or any copy of it from your >computer system. Thank You. > > >--------------------------------------------------------------------- >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]
