Hi Scott, > The [show] should be clickable, although it needs some updating in the > next snapshot.
after clicking [show] I only got a blank page. > Can you send the relevant configuration files? I don't see how it > should be possible to get that exception with a normal config file. After thinking about the failure message I got with resin-pro-3.1.s080215 I changed in my config from ---8<--- <web-app id="/" document-directory="html"> </web-app> ---8<--- to ---8<--- <web-app id="/"> <document-directory>html</document-directory> </web-app> ---8<--- This solved the problem!!! It seems like the recent versions of resin don't like empty web-app entries?! Best regards, --- Jan. _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
