Hi

I have developed many servlets successfully, but I can't seem to do a
simple thing such as to call a servlet from an HTML file. And this is
becoming an embarassing issue due to the fact that this the index file.
Do I have to write a .shtml file? I don't have an IDE that allows me
to do that.

The code goes within this message. I try it with JRun's SimpleServlet.

If any of you may help me, I would be most grateful.

Thanks.


index.html (code)

<html>
  <head>
    <title>Index</title>
  </head>
  <body>
    <servlet name='SimpleServlet' code='SimpleServlet.class'
codebase='c:/JRun/servlets/'>
    </servlet>
  </body>
</html>

===
Joao Carlos Costa







_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

___________________________________________________________________________
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

Reply via email to