Hi, Maybe I can narrow it down to an error message that I get after restarting apache.
---------------------------------------------------------------------------- ----------- 00:32:31,156 ERROR [Engine] [org.apache.catalina.connector.warp.WarpConfigurationHandler] Cannot find "../catalina/webapps/jboss" for appl. "jboss" host "servtest.intern.delamere.de" 00:32:38,157 ERROR [Engine] [org.apache.catalina.connector.warp.WarpConfigurationHandler] Error deploying web application "jboss" under <http://servtest.intern.delamere.de:80/jboss/> 0 ---------------------------------------------------------------------------- ----------- Does this mean that it is looking for my application in "../catalina/webapps/jboss"? Why? My application is deployed in my virtual host directory: "/www/servtest/java/deploy". I have stated this in the jboss-service.xml: <attribute name="URLs"> ./deploy, /www/servtest/java/deploy </attribute> Jboss seems to accept my deployment folder: ---------------------------------------------------------------------------- -------------- 2002-04-28 00:25:49,357 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Adding URL from spec: /www/servtest/java/deploy 2002-04-28 00:25:49,371 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] URL: file:/www/servtest/java/deploy/ ---------------------------------------------------------------------------- ------------------ ok, whilst I�m at it, I�ll just post my host entry in the " tomcat4-service.xml" : <Host name="servtest"> <Alias>servtest.intern.delamere.de</Alias> <Valve className="org.apache.catalina.valves.AccessLogValve" prefix="servtest_access" suffix=".log" pattern="common" directory="../jboss/log" /> <DefaultContext cookies="true" crossContext="true" override="true" /> </Host> My "jboss-web.xml" contains: <jboss-web> <context-root>/</context-root> <virtual-host>servtest</virtual-host> </jboss-web> Once I get this working I�ll write a HOWTO so that others will find it easier to get this sort of thing going. Before I can do that though I need to get this going myself. So please HELP! :-) bye Michael Delamere ----- Original Message ----- From: "Michael Delamere" <[EMAIL PROTECTED]> To: "Scott M Stark" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, April 27, 2002 7:15 PM Subject: Re: [JBoss-user] jboss2.4.5 + Virtual Hosts + apache > Hi, > > I�ve actually got that version installed aswell :-) ! > > I�m trying to get virtual hosts going via apache virtual hosts. I haven�t > managed to get this working following the example below. So my question is, > am I doing something wrong or does this only work wth jboss and catalina on > their own. > > bye Michael > > > ----- Original Message ----- > From: "Scott M Stark" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, April 27, 2002 7:06 PM > Subject: Re: [JBoss-user] jboss2.4.5 + Virtual Hosts + apache > > > > Two weeks ago with the RC1 release: > > http://prdownloads.sourceforge.net/jboss/jboss-3.0.0RC1_tomcat-4.0.3.zip > > > > xxxxxxxxxxxxxxxxxxxxxxxx > > Scott Stark > > Chief Technology Officer > > JBoss Group, LLC > > xxxxxxxxxxxxxxxxxxxxxxxx > > ----- Original Message ----- > > From: "Marius" <[EMAIL PROTECTED]> > > To: "Michael Delamere" <[EMAIL PROTECTED]> > > Cc: <[EMAIL PROTECTED]> > > Sent: Saturday, April 27, 2002 4:37 AM > > Subject: Re: [JBoss-user] jboss2.4.5 + Virtual Hosts + apache > > > > > > When will we have this supported in 3.x ? > > > > > > Michael Delamere wrote: > > > Hi, > > > > > > I found the following example in the jboss forum concerning virtual > hosts. > > > This was posted by Jakob Kramer and written by Scott Stark. Jakob > posted > > > that this works, however he didn�t do this via a connector and the > apache > > > webserver. > > > > > > > > > > > _______________________________________________ > > 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 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
