Hi, Thanks for the answer.
My problem was more concerned with the use of virtual hosts using the combination of servers mentioned in the subject line. Have you managed to get this working? I actually managed to get mod_jk to map my virtual host. So when I entered: http://my.host.com/examples/ I got a tomcat directory listing of the examples.war situated in the webtest.ear. However I didn�t manage to get past this point. Mod_webapp didn�t work at all. regards Michael Delamere ----- Original Message ----- From: "Ricardo Arg�ello" <[EMAIL PROTECTED]> To: "Michael Delamere" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 5:02 PM Subject: Re: [JBoss-dev] jboss3.0 + apache2.0.35 + tomcat4.0.3 + virtual hosts > I sent this last week to jboss-user: > > Finally somebody with a Visual C++ compiler provides a binary distribution for the new tomcat-connectors: > > http://www.acg-gmbh.de/mod_jk/ > http://www.jguru.com/faq/view.jsp?EID=853905 > > > Ricardo Arg�ello > > > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > ----- Original Message ----- > From: "Michael Delamere" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, April 29, 2002 2:03 AM > Subject: Re: [JBoss-dev] jboss3.0 + apache2.0.35 + tomcat4.0.3 + virtual hosts > > > sorry, > > I�ll drop the subject. > > Michael Delamere > > > ----- Original Message ----- > From: "Scott M Stark" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, April 29, 2002 12:44 AM > Subject: Re: [JBoss-dev] jboss3.0 + apache2.0.35 + tomcat4.0.3 + virtual > hosts > > > > Your asking at the wrong time as I don't care about hooking up an > > external Apache server to Tomcat while Tomcat inside of JBoss > > works and we are in the process of getting releases out. Further, > > mod_webapp seems about an alpha release given all the problems > > on the tomcat list and I'm not debugging this connector until > > the final 3.0 release is out in about 2 weeks. > > > > xxxxxxxxxxxxxxxxxxxxxxxx > > Scott Stark > > Chief Technology Officer > > JBoss Group, LLC > > xxxxxxxxxxxxxxxxxxxxxxxx > > ----- Original Message ----- > > From: "Michael Delamere" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Sunday, April 28, 2002 3:16 PM > > Subject: [JBoss-dev] jboss3.0 + apache2.0.35 + tomcat4.0.3 + virtual hosts > > > > > > Hi, > > > > Sorry, it�s me again. > > > > I�m still trying to get virtual hosts working via apache2.0.35 using the > > mod_webapp connector, jboss3.0RC1 and tomcat4.0.3. > > > > I don�t want to get on your nerves but I�ve tried just about everything > and > > I haven�t received any answers to my previous virtual host questions. > > > > The strange thing is that when using mod_jk I at least get a "tomcat" > > directory listing of my virtual host, however I haven�t managed to get any > > servlets running yet. > > > > When I switch to mod_webapp whilst keeping everything else the same I > don�t > > even get that. > > I decided to tamper a bit with the webapp code and the output tells me > that > > the context is "null"! Why? I know this might not be a jboss question > and > > more a webapp question but I�m hoping that you might be able to shed some > > light on the topic. > > > > +++++++++ CODE CHANGED +++++++ > > try { > > context=deploy(connection,logger,appl,host,path); > > logger.log("+++ MD_CONTEXT_OUTPUT: " + context + " +++"); > > } catch (Exception e) { > > logger.log(e); > > } > > > > ++++++++ OUTPUT ++++++++ > > 00:04:50,966 ERROR [Engine] > > [org.apache.catalina.connector.warp.WarpConfigurationHandler] +++ > > MD_CONTEXT_OUTPUT: null +++ > > 00:04:50,966 ERROR [Engine] > > [org.apache.catalina.connector.warp.WarpConfigurationHandler] +++_MD_+++ > > Error deploying web ap > > > > This must be just about my 5th posting on this subject. Maybe this time > > I�ll have more luck :-). > > Any hints at all would be of great help!! > > > > bye Michael Delamere > > > > > > _______________________________________________ > > Jboss-development mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-development > > > > > > > > _______________________________________________ > > Jboss-development mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-development > > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > > > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
