Hello, everyone. This is first time posting, and I'm a newbie.
I'm in trouble with trackback function. I installed roller-2.1.1
with tomcat-5.5. I get the following error message when I sent
trackback from roller. There are no error message in logs. Does
anyone know the way that it is solved?
---
ERROR: Target blog returned HTTP response code 404
---
Deployment XML is following.
---
<Context path="/roller" docBase="/www/kazu-style/roller" debug="0">
<Resource name="jdbc/rollerdb" auth="Container"
type="javax.sql.DataSource"
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/dbname?
autoReconnect=true&useUnicode=true&am
p;characterEncoding=utf-8&mysqlEncoding=utf8"
username="myname"
password="mypassword"
maxActive="600"
maxIdle="20"
removeAbandoned="true"
maxWait="3000" />
</Context>
---
---
Kay