Title: help with server side include.

I have the jsdk2.0 and i'm using servlet runner to run servlets.
I've wrote an shtml page that embeds a servlet containing the following code:
<HTML>
<HEAD>
<TITLE>
InitParameterServlet
</TITLE>
</HEAD>
<BODY>

<SERVLET CODE=InitParameterServlet CODEBASE=http://localhost:8080/servlet/
  Company="Nathalie">
</SERVLET>

</BODY>
</HTML>

The servlet InitParameterServlet take the initial parameter Company and writes an HTML document that says :
"Welcome to Nathalie's Web site"
The problem is when i run the servletrunner, i can't access the shtml page from my browser acces denied error=403.
How can i make servletrunner support shtml that embeds servlets??
Thank you in advance and to all who helped me last time.
Nathalie

Reply via email to