Some thoughts:

    * You should access Your actions with the URL
      /{contextroot}/{urlbinding}
    * if You pack whole EAR, use application.xml to set the application
      context root, like this: <context-root>/</context-root>
    * if You only pack a WAR, context root should also be possible to
      configure, but I only know glassfish way: there's a place in
      sun-web.xml to put <context-root>/</context-root>
    * place Your JSPs under WEB-INF directory - it will make them
      inaccessible directly from the browser

HTH
Grzegorz

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to