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




Or write and run a script. See:

http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/rzahz/tutput.htm


Joe Sam

Joe Sam Shirah - http://www.conceptgo.com
conceptGO - Consulting/Development/Outsourcing
Java Filter Forum: http://www.ibm.com/developerworks/java/
Just the JDBC FAQs: http://www.jguru.com/faq/JDBC
Going International? http://www.jguru.com/faq/I18N
Que Java400? http://www.jguru.com/faq/Java400

----- Original Message ----- From: "Luis Colorado" <LuisC@xxxxxxxxxxxxxxxx>
To: "Java Programming on and around the iSeries / AS400" <java400-l@xxxxxxxxxxxx>
Sent: Tuesday, January 29, 2008 10:04 AM
Subject: RE: Running shell script from a Struts app using jt400 toolbox


Raj,

I don't think you can't switch to a qshell environment, as you are trying to do. As soon as your first qsh command has been completed, you get back to the same CL mode. That means that you have to do everything in one line. So your method call should look something like:

cmd.run ("QSH CMD('/qibm/WasJythonScripts/InstallScript.sh arg1 arg2 arg3')")

Good luck,

Luis

-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Raj Prathinidhi
Sent: Tuesday, January 29, 2008 9:29 AM
To: java400-l@xxxxxxxxxxxx
Subject: Running shell script from a Struts app using jt400 toolbox


I need to run a shell script on system-i from my Action class. I tried
using CommandCall to run QSH and then run my shell script file. However,
this doesn't work. After calling QSH, the CommandCall comes back to host
environment.

Here is what I want to do:
cmd.run("QSH")
cmd.run(" cd /qibm/WasJythonScripts")
cmd.run ("./InstallScript.sh arg1 arg2 arg3");

Can this be done using CommandCall or are there some other classes in
jt400 I should leverage to accomplish my tasks? Any pointers are
appreciated. Thanks.


Raj Prathinidhi


--
This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list
To post a message email: JAVA400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/java400-l.

--
This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list
To post a message email: JAVA400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/java400-l.



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.