Deploy it to tomcat as ROOT webapp.
<Host name="blog.redv.com" appBase="/home/sutra/webapps/blog">
<Context path="" docBase="/home/sutra/webapps/blog/ROOT"
debug="0">
<Resource name="jdbc/rollerdb" auth="Container"
type="javax.sql.DataSource"
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/blog_roller?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8"
username="root"
password="********"
maxActive="20"
maxIdle="3"
removeAbandoned="true"
maxWait="3000" />
<Resource name="mail/Session" auth="Container"
type="javax.mail.Session"
mail.smtp.host="mail.redv.com" />
</Context>
</Host>
2007/6/4, Max Clark <[EMAIL PROTECTED]>:
Hi all,
Just finishing some basic touches to our Roller installation. I have
Apache
proxing to Tomcat via Proxypass - i.e.
Proxypass / ajp://localhost/roller/
Which works great - only question, how do I configure roller not to
display/link to the webapp URL? I want the URL to read. blogs.foo.com not
blogs.foo.com/roller
Thanks in advance,
Max