Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 44718 invoked from network); 6 Dec 2004 20:37:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Dec 2004 20:37:25 -0000 Received: (qmail 95313 invoked by uid 500); 6 Dec 2004 20:36:57 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 95291 invoked by uid 500); 6 Dec 2004 20:36:57 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 95276 invoked by uid 99); 6 Dec 2004 20:36:56 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=DEAR_SOMETHING X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from gate-us-1.mpi.com (HELO mustang.mpi.com) (63.244.250.132) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Dec 2004 12:36:56 -0800 Received: from lightning.mpi.com (lightning [63.244.252.11]) by mustang.mpi.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id iB6Kas4K024171 for ; Mon, 6 Dec 2004 15:36:54 -0500 (EST) Received: from US-VS1.corp.mpi.com (us-be1.corp.mpi.com [63.244.252.30]) by lightning.mpi.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id iB6KaniO004349 for ; Mon, 6 Dec 2004 15:36:50 -0500 (EST) X-MIMEOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: migrate IIS to J2ee based web server, then migrate .net architecture to j2ee based one Date: Mon, 6 Dec 2004 15:35:51 -0500 Message-ID: <9C5166762F311146951505C6790A9CF80229C807@US-VS1.corp.mpi.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: migrate IIS to J2ee based web server, then migrate .net architecture to j2ee based one Thread-Index: AcTb0Q+5qJHtxs86S8eheLS1ODGF3QAAfbmA From: "Shapira, Yoav" To: "Tomcat Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N H= i, You gotta love it when a consultant tries to get others to do the job for him/her, while he/she collects money on the results ;) The answers to most of your questions, e.g. when you need Apache and when you need an EJB container, can be found in the archives of this list. Yoav Shapira http://www.yoavshapira.com >-----Original Message----- >From: qiubo su [mailto:qbsu21th@yahoo.co.nz] >Sent: Monday, December 06, 2004 3:21 PM >To: Tomcat Users List >Subject: migrate IIS to J2ee based web server, then migrate .net >architecture to j2ee based one > >Dear Sir/Madam: > >the company i will work for later on has the software >product based on the .net framework with the IIS >middle ware. because of the requirement of the current >market, the company needs to migrate >the whole architecture to J2ee based one. > >because the company only has .net resources without >any j2ee experty. my background is with a lot of >java/j2ee and without any .net. at the moment i work >with the chief architecture of this company and try to >figure out how to migrate .net architecture to j2ee >based. if i can help them to map out the .net >architecture to j2ee based one, then i will have the >chance to work on the java/j2ee and probably oracle >migration development work. hopefully i can win this >contract. however, i really need some help/input from >some free resources, like the Forum Groups, to point >me to the right direction. > >they plan to start with changing the presentation >layer IIS to j2ee based one. the following are the >list of questions I need to figure out urgently. it >will be very appreciated if you can help on these. > >1. do you think the tomcat web server a good option >for them or the other ones? > >2. what should be the approach they should apply to >replace the IIS only at this stage? > >3. how can they replace IIS with tomcat on windows and >keep all the existing binaries? > >4. if the tomcat is a good option, then after >installing the tomcat, does the apache need to be >installed as well? if it is, why? > >5. what is the next step for them to migrate the >architecture to j2ee based one after replace IIS with >tomcat? > >6. do you recommend weblogic or websphere for them at >this stage? why? > >7. they have the chief architecture knows only the >.net architecture and don't know j2ee one, i know only >the j2ee architecture and don't know .net one. both of >us need to work together to figure out a >way to migrate from .net to j2ee in a very tight time >frame. what can you suggest us to achieve this? what >documentation or books we need for this without >recruiting additional resource? > >8. if they change the whole .net to j2ee based, what >else they need to install, except of the tomcat? for >the whole migration, how can they map the >applications/components from .net to j2ee for this >migration, like, asp.net(.net) to jsp(j2ee), iis(.net) >to tomcat(j2ee), (sql server(.net) to oracle(j2ee) >etc.. > >it will be very appreciated if you can help on the >above as soon as you can. or point me to someone who >can help with this. > >Thanks and regards! >david > > --- "Vakulenko, Andrey V" >wrote: >> I am trying to move a Java web application (Tomcat >> 3, IIS, Windows 2000) to >> Win 2003 server. I already know that there is no way >> to make tomcat working >> with IIS 6 (without switching in IIS 5 mode). So, my >> next question is if I >> can get rid of IIS? I am using IIS now to get >> Windows integrated >> authentification and provide userID to my >> application for using in role >> based security. Are new versions of Tomcat (4 and 5) >> provide functionality >> to authentificate users (with providing UID to the >> application thru server >> variable) and if so can you direct me to >> documentation? Once again the app >> is old and does not require other functional Tomcat >> upgrade (servlet API and >> so on). Your input will be highly appreciated. >> >> Thanks, >> >> Andrey V. Vakulenko >> >> >> >---------------------------------------------------------------------= >> To unsubscribe, e-mail: >> tomcat-user-unsubscribe@jakarta.apache.org >> For additional commands, e-mail: >> tomcat-user-help@jakarta.apache.org >> >> > >Find local movie times and trailers on Yahoo! Movies. >http://au.movies.yahoo.com > >---------------------------------------------------------------------= >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org This e-mail, including any attachments, is a confidential business com= munication, and may contain information that is confidential, propriet= ary and/or privileged. This e-mail is intended only for the individua= l(s) to whom it is addressed, and may not be saved, copied, printed, d= isclosed or used by anyone else. If you are not the(an) intended reci= pient, please immediately delete this e-mail from your computer system= and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org