dev@glassfish.java.net

Using Root context for a JRoR app on GF V3

From: Changshin Lee <iasandcb_at_gmail.com>
Date: Thu, 22 Nov 2007 13:20:10 +0900

Hi all,

I'd like to deploy SpringBook (http://springbook.playmaru.net) on GF
V3 and specifically use Root context for that. I modified
glassfish.props for SpringBook:

#GlassFish container properties
#Thu Nov 22 10:53:46 KST 2007
Name=
Type=jruby
Source=file\:/Users/ias/workspace/springbook-r2/

Name value is empty, and http://localhost:8080 works fine, but when I
try to access http://localhost:8080/pages, then

No adapter registered for : /pages

occurs. If one application is registered to an adapter with the root
context , every request should be dispatched to the adapter.

Thanks for your help in advance,

ias