look in the forums on jboss.org ther have been extensive discution about apache+WARP/mod_webapp
mod_webapp seems a bit young anyway it seems to workbetter with latest tomcat4.0.2 replacin the 4.0.1 packaged with jboss244+tomcat4 (to replace simply copy the tomcat4.0.2 jars onto the older versions in catalina/* subdirs) AJP13 is not trivial to configure, but may be more stable until WARP/mod_webapp is perfect. one common problem (with ajp13 especially) is to tell apache where the static files are stored... one solution is to deploy all in a directory calls "<webappname>.war" and not as a .war archive and configure apache to use it as the context directory for WARP/mod_webapp It should be automatic, but I'm not sure it works well... you may try to do the same thing : deploy a directory and not an archive. for AJP13 you may like to use the ApacheConfig listenr which creates a file to be included... it is explained in some forum articles... > -----Message d'origine----- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Date: dimanche 17 f�vrier 2002 10:48 > �: [EMAIL PROTECTED] > Objet: [JBoss-user] Apache + JBoss + Tomcat. > > > 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
