Norm,

If your using tomcat/apache you need to update your apache conf with
the virtual host that points to the correct directory. There is supposed to
be a program that then updates the tomcat server.xml - but it's never worked
for me... I just then edit the /opt/openbd/tomcat/conf/server.xml to ensure
there is a proper host config matching the virtual host in apache.

Here is a sample of what I use...

<Host name="www.domain.com" appBase="/path/to/folder/domain.com" 
deployOnStartup="true" autoDeploy="false" deployIgnore=".*">
        <Alias>domain.com</Alias>
        <Context path="" docBase="/path/to/folder/domain.com/" 
useHttpOnly="true" allowLinking="true" />
</Host>

Hope that helps,
Alan Cole
(PGP Key ID: 0x82D8E0C7)



Begin forwarded message:

> From: Norman Schklar <[email protected]>
> Subject: [OpenBD] Openbd install on Centos6.4
> Date: June 3, 2013 5:40:01 PM EDT
> To: [email protected]
> Reply-To: [email protected]
> 
> Install seemed to work ok
> Start seemed to work ok
> How do I tell the http to go to the right folder?
> Or, how do I tell it to use the typical var/www/ folder?
> 
> Thanks  Norm
> 
> -- 
> -- 
> online documentation: http://openbd.org/manual/
> http://groups.google.com/group/openbd?hl=en
>  
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Open BlueDragon" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to