1 Reply Latest reply on Jul 11, 2003 2:14 AM by rathinrawal

    problems deploying https client

    rathinrawal

      Hi All

      I am doing a project in which I have to facilitate credit card transactions. I have java class which does the work of establishing https connection with the credit card processor web site and does the credit card processing. It works fine as a stand alone java client. But when I deploy the project along with this java class as a ear file on jboss this java class when called connects to the web site and transfers the data on the output stream but when I try to read the data on the input stream I don't get any data..

      Do I have to tweak the JBoss so that it can allow the java class to read the data on the input stream..

      Please reply asap

      Rathin