From: "bartek" <bartek@(protected)>
To: <tomcat-user@(protected)>
Subject:
Date: 11 stycznia 2004 17:59
Hi
could anyone give me an example of objects serialization and sending them through http connection?
I made simple application and servlet. Servlet was sending object String to application .
It was written in jbuilder9 but when I lunched servlet on web wiev shows something like this:
"No pilot for x-java-serialized-object" [I set content type to application/x-java-serialized-object"]
and SAVE button [I may save object to a file].
Of course applicattion doesn't get anything.
I didnt modify web.xml because I don't know what should i add there.
Cheers
Tom