i have a problem i have using
tomcat3.2 and apache.


i want to call a servlet from inside an shtml file using the following
syntax:

<HTML>
some html....

<servlet>
servlet name
servlet params ..etc
</servlet>

some more html....

</HTML>

but cant seem to get it to work like it does with JRun servlet engine for
example.

do you know if tomcat supports these tags. i uncommented some shtml
references in the http config file and added an options include statement
too adn then restarted the server - apache.

it works if i call it using: href:"/servlet/name?params"

but this is not always appropriate.

thanks david








Reply via email to