Hi Friends,
I working on a web application which uses websphere as a web server.
I am also using Apache Axis to fetch the data from the webservices.
I am facing problem while executing the code related to the web services, due to websphere class loading issue.(Program works fine as a stand-alone application but gives problem when called though the
servlet in websphere server)
Better not to debate on this issue..
I found an alternative to call this standalone application (or a kind of a schedular) which will run dynamically as per the user inputs,through my servlet. So that my program runs fine irrespective of the classloaders of webspheres.
How can I call a
java application through servlet?
Thanks & Regards,
ketan