mod_webapp has been nothing but trouble for me. auto-deploy in JBoss is beautiful but I've never been able to get it to work with mod_webapp. I suggest using ajp13 connector to jboss244-tomcat401+. You will have to set up the connector in jboss.jcml, and there's lots of info on how to do this in the forums. auto-deploy works great with ajp12 and 13, in my experience.
-- [EMAIL PROTECTED] wrote: > Hi there, > I've been trying to make Apache, JBoss and Tomcat work together, but it > doesn't work at all. > > 1, I downloaded JBoss with Tomcat. > 2, EJB example worked well. > 3, I downloaded Apache and installed(with webapp). > 4, I changed some settings(http.conf) of Apache. and It worked > well.(just html page, this page is not in web application) > 5, I tried to make JBoss(& Tomcat) and Apache communicate with webapp > module. > > Then I'm getting WebApp: Error404 [Web-application not yet deployed] > > I checked up this thing on google.com and jguru.com, but couldn't find > any answers... > > Is anyone out there successed to make it ?? > > Thank you. > tony > ps) > my env is > OS: RedHat7.2 > JBoss version: 2.4.4 > My Tomcat came with the JBoss above. > > > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
