Hm I checked out a new empty cocoon3 block with maven, copied the source
codes and now the exceptions jetty throwed disappeared, but it still
doesn't execute:
public void execute() {
try {
System.out.println("blaaaaaa");
So blaaaaaaa is never printed on STDOUT...
I assume my pattern is ok: <map:match pattern="treetank/*"> so
http://localhost:8888/treetank/ should be matched?
I'm also seeing the welcome.html page when viewing http://localhost:8888
and I've also carefully studied the examples in the sample block... :-/
greetings,
Johannes
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org
|