dazi...@gmail.com
unread,Mar 30, 2009, 9:23:18 AM3/30/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to one-stone-soup
Hi All,
I have a problem due to the Screen Recorder JARs, first i need
documentations for that classes, second and the most important is;
I make a JSP page that has a button that when a user clicks, it
invokes a servlet that uses the JARs and store the recorded file on a
file named "media" on the server ( the pass looks like :
TOMCAT_INSTALL_FOLDER/webapps/SessionSaver/media/ ) .
I tried it on my PC, where the server and the client reside on the
same machine, it works very well, but when i connect on the tomcat
server from another client, the saved file saves the session of the
server, not the client. in other words, the client asks the servlet to
save the Server's session, and that i don't want, i want the client to
save his own session on the server.
So, please help me guyz, Thank you