[
https://issues.apache.org/jira/browse/ROL-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Glen Mazza resolved ROL-1069.
-----------------------------
Resolution: Not A Problem
This seems to be a user list question, not something for JIRA.
> roller not working as root
> --------------------------
>
> Key: ROL-1069
> URL: https://issues.apache.org/jira/browse/ROL-1069
> Project: Roller
> Issue Type: Bug
> Affects Versions: 2.1
> Environment: Linux Ubuntu
> Reporter: Felipe Caballero
> Assignee: Roller Unassigned
>
> I installed roller on tomcat and I want to make it visible trought a virtual
> host, that is, instead of
> http://mysite.com/roller
> I would like to enter the site like this
> http://blog.mysite.com.
> I created a ROOT.xml context file inside
> $CATALINA_HOME/conf/Catalina/blog.mysite.com/ROOT.xml
> and I created the <Host></Host> inside server.xml
> I'm not shure if this is a bug, if it isn't could anybody tell me how to
> solve this problem??
> (ps: The page can be opened but all links seem to be broken)
> Here's my ROOT.xml
> <Context path="/" docBase="/servidor/instalaciones/roller" debug="0">
> <Resource name="jdbc/rollerdb" auth="Container" type="javax.sql.DataSource"
> />
> <ResourceParams name="jdbc/rollerdb">
> <parameter>
> <name>factory</name>
> <value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
> </parameter>
> <parameter>
> <name>driverClassName</name>
> <value>com.mysql.jdbc.Driver</value>
> </parameter>
> <parameter>
> <name>url</name>
> <value>
>
> jdbc:mysql://localhost:3306/roller?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8
> </value>
> </parameter>
> <parameter><name>username</name><value>user</value></parameter>
> <parameter><name>password</name><value>pass</value></parameter>
> <parameter><name>maxActive</name><value>20</value></parameter>
> <parameter><name>maxIdle</name><value>3</value></parameter>
> <parameter><name>removeAbandoned</name><value>true</value></parameter>
> <parameter><name>maxWait</name><value>3000</value></parameter>
> </ResourceParams>
> <!-- If you want e-mail features, un-comment the section below -->
> <!--
> <Resource name="mail/Session" auth="Container" type="javax.mail.Session"/>
> <ResourceParams name="mail/Session">
> <parameter>
> <name>mail.smtp.host</name>
> <value>mailhost.example.com</value>
> </parameter>
> </ResourceParams>
> -->
> </Context>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira