Tomcat and add-on domain?

with the main domain, Tomcat is working very well, but for add-on domain, Tomcat is not working.

Let's say, the main domain is main.com
the add-on domain is addon.com

So, all the JSP files start by "main.com" can be proccessed without any problem, even http://main.com/addon/info.jsp

but whenever I start with addon.com http://addon.com/info.jsp, it shows me the JSP code.

How can I have Tomcat working with add-on domains?

Thanks

 

 

 

 

Top