WE'VE MOVED!
We are proud to announce our NEW community destination. Engage with resident experts and fellow entrepreneurs, and learn everything you need to start your business. Check out the new home of StartupNation Community at startupnation.mn.co
We are proud to announce our NEW community destination. Engage with resident experts and fellow entrepreneurs, and learn everything you need to start your business. Check out the new home of StartupNation Community at startupnation.mn.co
Is Apache Tomcat totally free ?

Folks,
I am building a site using apache tomcat and some other open source products like mysql. Although everyone says it is free, I wanted if we can use them for commercial purpose like developing websites ?
Do I have to call those guys to find out ?
Any help on this will be appreciated.
Thanks
I am building a site using apache tomcat and some other open source products like mysql. Although everyone says it is free, I wanted if we can use them for commercial purpose like developing websites ?
Do I have to call those guys to find out ?
Any help on this will be appreciated.
Thanks
Sign In or Register to comment.
Comments
First of All Apache Tomcat is the servlet container that is used in the official
Reference Implementation for the Java Servlet. In other words you are going to be developing in JSP Java Server Pages technology.
Before you begin to develop I would suggest you do some research to see if .jsp is the correct approach to building a dynamic web site. As for Mysql, yes it`s free most web hosting companies offer mysql as their default open source database.
BTW.. I host Apache Tomcat and Mysql, it`s the same as a regular Linux account.
Hope this solves your mystery
I am already aware of all the things that you told about JSP and servers. I know tomcat is a servlet engine and it can be used to run JSPs/Servlets. I have been doing so.
All, I wanted to double check was whether I can use the web server without any licensing issues.