|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Servlet to Servlet Communication
Hello!!
I need to pass information (for example a String) from one servlet (Servlet1) to another (Servlet2) over SSL (The Servlets are are on different machines as you can understand). Is it possible? How can I do this? |
|
#2
|
|||
|
|||
|
It could probably be done, but would take some serious doing.
Off the top of my head, you would need to extend the generic Servlet class with methods to handle ssh. You might want to look into java RMI, that would probably accomplish whatever you are trying to do. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Servlet to Servlet Communication |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|