This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Web Application on JBOSStmano Nov 2, 2005 4:51 AM (in response to whitezzz)One way to resolve your problems is to have two instances of jboss, you'll have to change all the ports of the second instance (add 1 before all ports, this way the second instance will responde in 18080). 
 now you can access yor sites giving the correct port or you can use apache and mod_jk and define the workers to acess the different instaces of jboss.
- 
        2. Re: Web Application on JBOSSwhitezzz Nov 2, 2005 4:54 AM (in response to whitezzz)Thank you. But is using Apache in front of Jboss a good practice or should I use Tomcat's configuration for virtual hosts instead? What is better and why? 
 
    