Hi all

I'm trying to use a server side include...   can you point me in the right
direction ?
I have a Hello World servlet that works if it is in the servlet dir on my
web server.
Now, I'm trying to put it on the web, on a website where I don't have access
to
the servlet dir...  I heard I could just reference it from my html like
this:

<html>
<head>
   <title>Hello World</title>
</head>
<body>

<h1>
testing:</h1>
<servlet name=HelloWorld
code=HelloWorld.class
codebase=http://ComputingAsYouLikeIt.com/java/>
</servlet>
</body>
</html>

has anyone done this ?

Andy D

___________________________________________________________________________
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