<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi there, > > We have a web application(non-J2EE), which interacts with JTS layer that in > turn talks to the Database(SQL). Now this application was earlier hosted in > iPlanet which we now want to shift to Tomcat (Tomcat 4.1.27 with JDK > 1.4.2). > > What i am confused about is that would it be better to have a web-server > like IIS (as per clients req) interfacing Tomcat or can we do with a > standalone implementation of TOMCAT?? Our userbase would be close to 1600 > with upto 300 concurrent users. The static content is not much and the web > interface is almost entirely comprised of JSPs. > > I have read the archives available on the net regarding the advantages and > disadvantages of using APACHE and TOMCAT vs TOMCAT-standalone, but still i > wanted to get the information specific to IIS. > Any help is highly appreciated.. >
I don't use IIS myself, but the issues are much the same as they are for Apache. Since you've read them, I won't re-hash them here. The only IIS-specific thing I could mention is that the support for isapi_redirector.dll bugs is close to that for mod_jk. > Thanks and regards, > Ashish Gadre > Polaris Software Labs > Tel : +91-022-28290019 Extension-1188 > > > ---------------------------------------------------------------------------- ---- > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
