Aw: Re: minimal app server for embedded Struts1 or 2 solution

2008-06-23 Thread kindlerm
etreff: Re: minimal app server for embedded Struts1 or 2 solution > This sounds a little suspicious! When you say " I cannot assume a Servlet > container to be installed on machines my app will run on" what do you mean? > I would hope you are planning to host this from a server

Re: minimal app server for embedded Struts1 or 2 solution

2008-06-23 Thread Al Sutton
Scott, Most customers don't want to know about or get involved in installing an appserver. The app my company produces has been sold for over 4 years, is purely web based, and started live as a JSP/.Servlet combo, and I beleive that less than 20% of sales have gone to companies who know what

Re: minimal app server for embedded Struts1 or 2 solution

2008-06-23 Thread stanlick
This sounds a little suspicious! When you say " I cannot assume a Servlet container to be installed on machines my app will run on" what do you mean? I would hope you are planning to host this from a server someplace, right? Not sure about your environment, but you could always use an ISP to host

Re: minimal app server for embedded Struts1 or 2 solution

2008-06-23 Thread Nils-Helge Garli Hegvik
I know of several projects using Jetty to embed and distribute their web applications. Jetty is easy to configureand embed (with xml or programatically). Take a look at http://docs.codehaus.org/display/JETTY/Embedding+Jetty to get started. Nils-H On Mon, Jun 23, 2008 at 2:08 PM, <[EMAIL PROTECTE

minimal app server for embedded Struts1 or 2 solution

2008-06-23 Thread kindlerm
Hi, I am currently working on a little application which needs a user interface for administration. I think an embedded app server with a Struts based application might be a good choice. But one big obstacle is in the way, I fear: the size of such a solution. What do you think is the minimal so