Python-based interactive access

Source: Internet
Author: User
Tags python script

Application migration encountered some special requirements, such as the need to generate some new config file by interaction, and then launch the application needs to rely on these files, so when the image is built there is basically no way to fix these files, because he needs to be based on the environment to do dynamic registration generation, The current solution is as follows:

1. Write a python script that supports interactivity, build the configuration

 #! /usr/bin/pythonimport subprocessimport timeimport fcntlimport osp  = subprocess. Popen ([ " java   ", "  -jar   ", "  a.jar   "],stdin=subprocess. Pipe,stdout=subprocess. PIPE) Flags  = Fcntl.fcntl (p.stdout,fcntl. F_GETFL) Fcntl.fcntl (p.stdout,fcntl. F_setzfl,flags  |  OS. O_nonblock) time.sleep ( 2    " 1\r\n  ) 

Start Debugging screen has been in the blocking state, and later under the guidance of colleagues to join Nonblock after the adoption.

2. Put the Python script in the Tomcat run catalina.sh, and let him start the script as soon as it starts the container.

Python-based interactive access

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.