Johannes Lichtenberger schrieb:
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?

To match "http://localhost:8888/treetank/"; the expression in the matcher must be the same. The expression "http://localhost:8888/treetank/*"; really needs something after the last slash to match...

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-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to