• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What are some Java Servlet Engines for IIS?

Len

Member
I'm developing Java Servlets for a project at work and we are currently using Java Web Server 2.0, but I'm in a dire need for having something a bit more robust and since the company already runs an IIS 5 site all I'd need is a Servlet Engine. Could you please throw some constructive recomendations(don't tell me I should use Apache or that MS sucks) my way regarding this topic?

thanks,

len
 
Hey Len,

You should use Apache, because MS sucks. hehehehe 🙂

However, for servlets, you can still use the stuff from apache. Go to jakarta.apache.org...download Tomcat, it is a JSP & Servlet engine...Sun is giving it now instead of an API version of the servlet SDK on Javasoft...very good and versitile...I love it, and you can integrate it with IIS.

Thanks,

Spawngo
 
Never mind. JRun is deffinatly not and due to the fact tomcat is from apache it probably is, but I'll check closer into it.
 
Tomcat is open source...I think it's out on the Apache Public License, which is less restrictive than the GPL...not sure about that though...

Thanks,

Spwango
 
I'd go with integrating Jakarta-Tomcat with IIS. The documentation, I think, is a bit sketchy, but if you stick with it, you'll get there.
 
Back
Top