is it possible to upload file using wsadmin (jacl/jython) to webapp module? (fe app.war/custom/uploadedfile.txt)?
I’m using wsadmin as standalone and want to do some postinstall step before start of application.
websphere 7
thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can add/replace files with “AdminApp update file”. Here’s the doc for AdminApp:
http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_adminapp.html
.. and its options:
http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.nd.doc/info/ae/ae/rxml_taskoptions.html
And here’s the example: