× 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.



Here is both starting and stopping.  If you submit this job(recommended) be
aware the parm for SERVER is case sensative.


/* Figure 5-2 CL program to start an application server instance  */
             PGM        PARM(&SERVER)
             DCL        VAR(&SERVER) TYPE(*CHAR) LEN(20)
             DCL        VAR(&CMDBASE) TYPE(*CHAR) +
                          VALUE('/QIBM/ProdData/WebASE/ASE5/bin/Start+
                          Server -instance ')
             DCL        VAR(&CMD) TYPE(*CHAR) LEN(200)
             STRSBS QASE5/QASE5
             MONMSG CPF0000
             CHGVAR     VAR(&CMD) VALUE(&CMDBASE *CAT &SERVER *CAT ' +
                          ' *CAT &SERVER)
             QSH        CMD(&CMD)
             ENDPGM

/*Figure 5-1 CL program to stop an application server instance */
             PGM        PARM(&SERVER)
             DCL        VAR(&SERVER) TYPE(*CHAR) LEN(20)
             DCL        VAR(&CMDBASE) TYPE(*CHAR) +
                          VALUE('/QIBM/ProdData/WebASE/ASE5/bin/StopS+
                          erver -instance ')
             DCL        VAR(&CMD) TYPE(*CHAR) LEN(200)
             CHGVAR     VAR(&CMD) VALUE(&CMDBASE *CAT &SERVER *CAT ' +
                          ' *CAT &SERVER)
             QSH        CMD(&CMD)
             ENDPGM


----------------------------
Bryan Dietz
Aktion Associates

midrange-l-bounces@xxxxxxxxxxxx wrote on 10/19/2004 03:01:11 PM:

>
>
>
>
> We have been using iSeries Access for Web for a few months and it works
> fine.  Last weekend I put on some PTFs and now I can't see the IWA app
> server on the admin web page to start it.  I read all the special
> instructions and the only one that mentioned that the server would have
to
> be reconfigured, had to do with the Telephone Directory app.
>
> I saw a couple of weeks ago where someone gave an example of how to start
a
> app server from QSHELL (I think it was in reply to how to auto start a
app
> server).  For the life of me, I can't find it in the archive.  Can
someone
> show, again, how to start a app server without using the admin page.  Is
> there another way to start the app server or will I have to recreate the
> iSeries Access for Web server again?  Is there a way to get the admin
page
> to "see" this server again?
>
> Thanks,
>
> Kent Hohlen


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.