On man, 2002-04-08 at 23:08, Jules Gosnell wrote: > Virtual host has been cnfigurable in the jetty-web.xml for a long time. > > Root context can also be done via root.war or ROOT.war (I forget wich) - but > I see this as a hack when you can already use application.xml or > jboss-web.xml to do this. But not in jboss 3.x? Configuring it in a jetty config file is also not clean, as it makes it harder to change to for example tomcat.
> > > Jules > > > Marius wrote: > > > Anders Lindh wrote: > > > > > > Hi, > > > > > > I'm trying to get catalina and virtual hosts to work, and finally seem > > > have succeeded. The only remaining problem is how to deploy different > > > root applications for different virtual hosts. If I define > > > <context-root></context-root> in jboss-web.xml, catalina deploys it as > > > web10xx. If I set a / in content-root, the context is accessible through > > > http://localhost//index.xml, not http://localhost/index.xml. Is there > > > any magic word that puts the context in the root? (ROOT didn't work). > > > Also renaming files to ".war" is quite a hack, and not possible as I > > > need to have many root contexts. > > > > > > I'm using Jboss_2_5_11 (fresh from the cvs). If anyone wants the conf > > > files, mail me (virtual hosts aren't too documented). > > Yes, I couldn't find any place to specify the virtual host in any DTDs. > > Where is it? Are the DTDs in CVS old? > > > > BTW. Does it word in Jetty? > > > > Thanks > > Marius > > > > > > > > Thanks, > > > > > > - Anders > > > > > > _______________________________________________ > > > 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 > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
