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: [email protected] For additional commands, e-mail: [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
