users@glassfish.java.net

Re: information.

From: Mauro <mrsanna1_at_gmail.com>
Date: Sun, 5 Apr 2009 11:46:15 +0200

2009/4/5 Martin Gainty <mgainty_at_hotmail.com>:
> not a problem
> there are many things you have to do to build a war which is robust to
> deploy on appserv
> The best thing do is break your project apart to jsp files/configuration
> files(.properties/.xml) and servlet/ActionClass
> compile all of these and package your war
>
> Fell free to ping back if you have any specific questions..

I think you are referring to a java application with struts.
My application is a jruby application, so no jsp and no action classes.
My application works well with webrick or mongrel but I'm not be able
to package it into a war file to run under a servlet container.