Can a servlet be used to handle https request? If so how?
Brett Knapik
Ranch Hand
Joined: Oct 15, 2000
Posts: 255
posted
0
I know it is possible i saw it on jgruru. some time ago. ------------------ I wish there was a button on my monitor to turn up the intellegince. Theres a button called 'brightness' but it doesn't work [This message has been edited by Brett Knapik (edited December 01, 2000).]
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
Carl Trusiak
Sheriff
Joined: Jun 13, 2000
Posts: 3340
posted
0
https support is provided by your web server or application server. If it has the capabilities, when you turn it on per the documentation, it handles everything necessary for this. Nothing special needs to be done with your servlet. Hope this helps