Hi,
i have a applet i need to make my applet work in my servlet. I
have read Jason Hunters book ref p:287 applet-servlet communication.
Quotes
=======
For this applet to be available for downloading to the client
browser, it has to be placed under the server's document root, along with
an html file referring this.
end quotes
==========
I am using servletrunner and tested my applet in appletviewer its
working fine. My html read as follows
<HTML>
<title>Hello World</title>
<body>
<form action="http://207.91.208.78:8080/serlet/anima" method="post">
<applet code="second" width=300 height=120>
<input type=submit value="Click here to animate">
</applet>
</form>
</body>
</HTML>
My servletrunner default directory is c:\inetpub\wwwroot\servlet but i
changed the settings to a different directory and when i call the htm it
is giving me an error
Internal Server Error 500:
applet:
could not load servlet.
Please help me to solve this error
Thanks
Srini
#-----------------------------------------------------------------------#
# #
# "ARISE AWAKE and stop not till the GOAL is reached" #
# #
# [EMAIL PROTECTED] #
#-----------------------------------------------------------------------#
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html