My only concern with Apache/TomCat/JBoss is bugs. Anybody know if the bugs are big problem for the development ? I currently use JRun which is quite stable. Although it has bugs, it is quite reliable .
What is the best setup to run full J2EE App i.g. JSP, Servlet, EJB, WEB Service using Apache, Tomcat, JBOSS, these open source servers ? What are the best combination of using these servers ?
I know RMI RMI creates a new thread: one thread handles the new connection, and the other goes back to accept a new connection. When the connection closes, its associated thread also exist. In this regard, how do other protocols behaviour ? I know servlet can handling multiple threads if Ia m right. Please clarify for me on this topic Thanks in advance Ruilin
It seems always a big problem for java network protocols to go through fire wall. Open a port from a firewall is hard to get approved from security point of view for a company. It seems that Java network protocols only designed for company internal communications for distributed applications. Am I right ? Please correct me Thanks Ruilin [This message has been edited by ruilin yang (edited December 13, 2001).]