Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 49383 invoked from network); 20 Dec 2003 19:58:12 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Dec 2003 19:58:12 -0000 Received: (qmail 86060 invoked by uid 500); 20 Dec 2003 19:57:43 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 86040 invoked by uid 500); 20 Dec 2003 19:57:43 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 86021 invoked from network); 20 Dec 2003 19:57:42 -0000 Received: from unknown (HELO station171.com) (203.194.240.131) by daedalus.apache.org with SMTP; 20 Dec 2003 19:57:42 -0000 Received: (qmail 8091 invoked by uid 501); 20 Dec 2003 19:52:41 -0000 Message-ID: <20031220195241.26425.qmail@station171.com> Reply-To: "=?iso-8859-1?Q?29djeo?=" <29djeo@michaelstarkie.com> From: "=?iso-8859-1?Q?29djeo?=" <29djeo@michaelstarkie.com> To: tomcat-user@jakarta.apache.org Subject: =?iso-8859-1?Q?Re: Re: virtual hosting? anyone succeed??= Date: Sat, 20 Dec 2003 15:52:41 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="_ba0a2d7ee8a136afc2e200becf89972ab" X-Mailer: WebMail 2.3 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --_ba0a2d7ee8a136afc2e200becf89972ab Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit what does this mean? 2003-12-20 14:43:11 StandardContext[/balancer]Exception starting filter BalancerFilter java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester at org.apache.webapp.balancer.RulesParser.createDigester(RulesParser.java:107) at org.apache.webapp.balancer.RulesParser.(RulesParser.java:85) at org.apache.webapp.balancer.BalancerFilter.init(BalancerFilter.java:121) at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:272) at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:355) at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:126) at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3646) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4263) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:866) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:850) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633) at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:316) at org.apache.catalina.core.StandardHost.install(StandardHost.java:859) at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:723) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:473) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1002) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:393) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133) at org.apache.catalina.core.StandardHost.start(StandardHost.java:816) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1125) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:518) at org.apache.catalina.core.StandardService.start(StandardService.java:519) at org.apache.catalina.core.StandardServer.start(StandardServer.java:2343) at org.apache.catalina.startup.Catalina.start(Catalina.java:581) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398) -------Original Message------- > From: Leandro Costa > Subject: Re: virtual hosting? anyone succeed? > Sent: 20 Dec 2003 14:53:14 > > Look at the logs, something is fubar'd, that's why you see a 'blank page' > > > > On Sat, 20 Dec 2003 14:34:03 -0400 > > "29djeo" wrote: > > > > > Has anyone succeeded in getting tomcat 5.0.16 set up for virtual hosting without using apache as a front end? > > > > > > I'm trying to get one instance of tomcat to serve two domains on the same machine. > > > > > > I have added two Host sections to server.xml and I see the following behavior when I access the sites from a browser running on the same host as tomcat: > > > > > > http://localhost:8080 - default context > > > http://www.mydomain1.com - blank page > > > http://www.mydomain2.com - blank page > > > http://mydomain1:8080 - correctly runs the mydomain1 context > > > http://mydomain2:8080 - correctly runs the mydomain2 context > > > > > > how do I get www.mydomain1.com and www.mydomain2.com to show the correct contexts? > > > > > > from another host on my network the only context I can load is http://hostname:8080 to see the default context. All other contexts like http://www.mydomain1.com and http://domain1.com:8080 result in an "action cancelled" from ineternet explorer. > > > > > > Here is an excerpt from server.xml: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > www.mydomain1.com > > > > > > > > > > > > > > > www.mydomain2.com > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org -------Original Message------- --_ba0a2d7ee8a136afc2e200becf89972ab--