Python Forum
help in getting deployed application versions - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: help in getting deployed application versions (/thread-2818.html)



help in getting deployed application versions - dark5tar - Apr-12-2017

Can somebody help me how to get deployed application version from web logic server

As i need to deploy delta versions based on deployed ones.


RE: help in getting deployed application versions - Ofnuts - Apr-12-2017

This is typically a question to ask in a WebLogic-related forum?


RE: help in getting deployed application versions - dark5tar - Apr-12-2017

I need a python script to get the versions


RE: help in getting deployed application versions - micseydel - Apr-12-2017

Could you explicate your question more? There's nothing really for us to go on here.


RE: help in getting deployed application versions - dark5tar - Apr-12-2017

i'm looking some syntax examples of how to get deployed version , for e.g.., i have two applications 
hellowrold1- 1.0.4
helloworld2  1.0.5  versions deployed on web logic server
I'm looking for a script which can get me deployed app names and their versions

Hope i'm clear


RE: help in getting deployed application versions - snippsat - Apr-12-2017

Why to want use a server that not support WSGI?
WSGI is a standard for all Python deploy to web.