× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



DCM is done with Net.Data. I'd think you'd be able to either run that in
it's own HTTP server or call the programs it calls from a green screen
program. I have the URL bookmarked
(http://www.yourserver.com:2001/QIBM/ICSS/Cert/Admin/qycucm1.ndm/main0)
and the only parts I find slow on older hardware (we have a single
processor 720 for testing that used to be our production box) is CSR
generation (don't do this on the 720 anymore) and importing new
certificates but that probably has more to do with lack of computing
horsepower than the fact that it's running through the web.

Matt 

-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx]
On Behalf Of Brad Stone
Sent: Friday, August 12, 2005 9:06 AM
To: Web Enabling the AS400 / iSeries
Subject: Re: [WEB400] Slow Web Admin

No, just curious since everything else can be done via
green screen if you know where things are.

DCM is the only thing I use the admin for.  An alternative
would be nice.

Brad

On Fri, 12 Aug 2005 08:22:48 +1000
 "Bob Moore" <Spincode@xxxxxxxxxxx> wrote:
> Brad,
> 
> Does SSL yes, DCM config, unfortunately no, this is
> artificial IBM imposed
> constraint, lack alternate API. Unless you know something
> I do not?
> 
> Bob
> 
> | -----Original Message-----
> | From: web400-bounces@xxxxxxxxxxxx 
> | [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Brad
> Stone
> | Sent: Friday, 12 August 2005 8:15 AM
> | To: Web Enabling the AS400 / iSeries
> | Subject: Re: [WEB400] Slow Web Admin
> | 
> | 
> | Does it have a DCM?  That's all I ever use the admin
> for..
> |  
> | 
> | I've written green screen alternatives for the rest
> myself.
> | 
> | Brad
> | 
> | 
> | On Fri, 12 Aug 2005 08:01:07 +1000
> |  "Bob Moore" <Spincode@xxxxxxxxxxx> wrote:
> | > Hi Ricky,
> | > 
> | > The issues you encountered were part of the stimulus
> for
> | > us to write an
> | > alternative, aXes. All your applications can be web
> | > enabled after a short
> | > RSTLICPGM, that's it! Will run well on 170 and all
> other
> | > low end hardware and
> | > scale with top end gear (V4R4 up). It optionally
> supports
> | > IBM HTTP server as
> | > well. Could be more cost effective than buying Brad's
> | > book :-/
> | > 
> | >
> http://www.arterialsoftware.com/products/axes_index.html
> | > Standard disclaimer re Arterial & aXes.
> | > 
> | > Bob
> | > 
> | > 
> | > | -----Original Message-----
> | > | From: web400-bounces@xxxxxxxxxxxx
> | > | [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of
> Ricky
> | > Thompson
> | > | Sent: Friday, 12 August 2005 3:48 AM
> | > | To: web400@xxxxxxxxxxxx
> | > | Subject: RE: [WEB400] Slow Web Admin
> | > | 
> | > | 
> | > | Thanks guys..  I was just playing around with
> webfacing
> | > a few
> | > | programs and it's taken me about 3 hours to do one
> very
> | > small
> | > | program.  I finally got the application installed
> and
> | > now I'm
> | > | running it for the first time off the AS/400.  It
> takes
> | > it
> | > | almost 10 mins to load the Web Faced App.  Does
> anyone
> | > | actually use webfacing for a viable option.  Do you
> | > have to
> | > | have 12-way processor to get suitable results.  Boy
> I
> | > guess I
> | > | better go buy Brad Stone's book.  Long live CGIDEV2
> :)
> | > | 
> | > | Thanks again guys.
> | > | 
> | > | date: Thu, 11 Aug 2005 12:22:59 -0400
> | > | from: "Haas, Matt" <Matt.Haas@xxxxxxxxxxx>
> | > | subject: RE: [WEB400] Slow Web Admin
> | > | 
> | > | Ricky,
> | > | 
> | > | We also have a 720 with 1 gig of memory and it's
> dog
> | > slow
> | > | (especially the first time you use it). Installing
> JDK
> | > 1.4
> | > | with the latest group PTF's will help some but
> chances
> | > are
> | > | you're either paging like crazy or you have enough
> | > going on
> | > | that it's CPU bound (you'll need to do some
> | > investigation to
> | > | see where your problems are). The 8xx and newer
> | > hardware runs
> | > | Java much better (the admin GUI for the Apache
> servers
> | > are
> | > | Java based) so short of buying a new box, your best
> bet
> | > for
> | > | managing the HTTP servers is probably going to be
> from
> | > the
> | > | command line. About the only things you can't do
> from
> | > the
> | > | command line are create new HTTP servers (not
> entirely
> | > true
> | > | but it's not documented and there's a lot of
> | > configuration
> | > | you need to do manually) and manage certificates.
> | > | 
> | > | Matt
> | > | 
> | > | 
> | > | --
> | > | This is the Web Enabling the AS400 / iSeries
> (WEB400)
> | > mailing
> | > | list To post a message email: WEB400@xxxxxxxxxxxx
> To
> | > | subscribe, unsubscribe, or change list options,
> | > | visit:
> | > http://lists.midrange.com/mailman/listinfo/web400
> | > | or email: WEB400-request@xxxxxxxxxxxx
> | > | Before posting, please take a moment to review the
> | > archives
> | > | at http://archive.midrange.com/web400.
> | > | 
> | > 
> | > --
> | > This is the Web Enabling the AS400 / iSeries (WEB400)
> | > mailing list
> | > To post a message email: WEB400@xxxxxxxxxxxx
> | > To subscribe, unsubscribe, or change list options,
> | > visit:
> http://lists.midrange.com/mailman/listinfo/web400
> | > or email: WEB400-request@xxxxxxxxxxxx
> | > Before posting, please take a moment to review the
> | > archives
> | > at http://archive.midrange.com/web400.
> | > 
> | 
> | Bradley V. Stone
> | BVS.Tools
> | www.bvstools.com
> | -- 
> | This is the Web Enabling the AS400 / iSeries (WEB400)
> mailing list
> | To post a message email: WEB400@xxxxxxxxxxxx
> | To subscribe, unsubscribe, or change list options,
> | visit:
> http://lists.midrange.com/mailman/listinfo/web400
> | or email: WEB400-request@xxxxxxxxxxxx
> | Before posting, please take a moment to review the
> archives
> | at http://archive.midrange.com/web400.
> | 
> 
> -- 
> This is the Web Enabling the AS400 / iSeries (WEB400)
> mailing list
> To post a message email: WEB400@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/web400
> or email: WEB400-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the
> archives
> at http://archive.midrange.com/web400.
> 

Bradley V. Stone
BVS.Tools
www.bvstools.com

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.