Re: Re: virtual host doesn't load database content

2005-10-06 Thread geoff
The person you are trying to contact is no longer available at this email 
address.
Please update your contact info to reflect this.

For all things Chopping Block business please contact:

Dan Schutzsmith 
New Business Manager

or for all technical/project questions including Web Photo Gallery or flash 
embed questions:

Matthew Richmond 
Principal/Designer

thank you,


---
   The Chopping Block, Inc.
 http://www.choppingblock.com

World Domination Through Graphic Design
   mailto:[EMAIL PROTECTED]
---



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: virtual host doesn't load database content

2005-10-06 Thread matador
matador <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]: 

> ok so i define my connection pools etc in a context.xml for localhost:
> 
> C:\Tomcat 5.5\conf\Catalina\localhost\context.xml
> 
> and it works.
> 
> but when the site is accessed from the virtual host defined in
> server.xml, then the context.xml (deployed as described below) does
> not ever see the connection pools
> 
> i tried it as follows, no joy:
> 
> C:\Tomcat 5.5\conf\Catalina\struts.acme.com\context.xml
> C:\Tomcat 5.5\conf\Catalina\struts.acme.com\context.xml.default
> C:\Tomcat 5.5\conf\Catalina\struts.acme.com\struts.xml
> C:\Tomcat 5.5\conf\Catalina\struts.acme.com\struts.acme.com.xml
> 
> only ever works from server.xml
> 
> is there a workaround?  i know im not the only one:
> http://www.junlu.com/msg/187453.html

got it to work:

here is how:
tomcat 5.5.9
windows

server.xml


  
  
struts.acme.com
  
  
  



add this file:
C:\Tomcat 5.5\conf\Catalina\struts.acme.com\ROOT.xml 





virtual host doesn't load database content

2005-10-05 Thread matador
ok so i define my connection pools etc in a context.xml for localhost:

C:\Tomcat 5.5\conf\Catalina\localhost\context.xml

and it works.

but when the site is accessed from the virtual host defined in server.xml, 
then the context.xml (deployed as described below) does not ever see the 
connection pools

i tried it as follows, no joy:

C:\Tomcat 5.5\conf\Catalina\struts.acme.com\context.xml
C:\Tomcat 5.5\conf\Catalina\struts.acme.com\context.xml.default
C:\Tomcat 5.5\conf\Catalina\struts.acme.com\struts.xml
C:\Tomcat 5.5\conf\Catalina\struts.acme.com\struts.acme.com.xml

only ever works from server.xml

is there a workaround?  i know im not the only one:
http://www.junlu.com/msg/187453.html


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]