Scott,

this is a little internal application which imports data from several systems 
into our CMS. We support a lot of these "importers". These run typically on 
dedicated machines and should be rapidly installable. If I would choose to make 
it a web application deployable on an application server this would mean a big 
maintenance overhead. I am simply looking for a better solution for an 
administrative interface than just hitting the command line.

Martin


----- Original Nachricht ----
Von:     [EMAIL PROTECTED]
An:      Struts Users Mailing List <user@struts.apache.org>
Datum:   23.06.2008 16:38
Betreff: 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 someplace, right?
> Not sure about your environment, but you could always use an ISP to host
> your Struts application.  I use DailyRazor and have full control over the
> server and none of the headaches of babysitting the machinery.
> 
> Scott
> 
> On Mon, Jun 23, 2008 at 7:08 AM, <[EMAIL PROTECTED]> wrote:
> 
> > 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 solution giving the comfort of a Struts
> > based approach and not dominating the workhorse app with tons of jars
> only
> > needed for the small admin part?
> > Jetty as an App server? Or Tomcat? Or some other, really small? Struts 1
> or
> > 2 (I would think Struts1 is the smaller solution)? Or shouldn't I attempt
> > this approach and write a simple servlet? What do you do?
> > I cannot assume a Servlet container to be installed on machines my app
> will
> > run on. There might be multiple instances of my app running on the same
> > machine. The UI should work over the network although a console based
> > approach might be possible, too.
> >
> > Thanks in advance
> >
> > Martin
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> -- 
> Scott
> [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to