wrapping a java-ssh-client into a jsp
hi,
i have a simple java-ssh-client from http://www.jcraft.com/jsch/ and i would like to integrate it into a jsp to enable mobile devices that are not able to run an applet on their own to use a ssh-connection.
first of all: would this be possible?
the code is not very complicated but uses classes from the com.jcraft.jsch-package, how can i use this in a jsp?
my knowledge about jsp is not very detailed...
gs
simon