I choose java
to make my web application with maven
+ hibernate
+ spring MVC
+ apache tomcat server
(Java EE
).
My web application will have many users and many visitors every day.
But my friend told me that web application with java don't support a lot of connections and it's made just for Intranet and business application with network within an organization.
So is it true apache tomcat
can't handle all that traffic ?
i'm not looking for who is the best between java
, php
and .NET
i want just know if web application with java can handle a big traffic ?
also explain me if there is some other negative points of using java
and apache tomcat
server.