Servlet Tag

2001-05-07 Thread Skinner, Dallas M
I hope that this is not off topic but I can find nowhere else to ask the question. I'm trying to use the tag in a static html page causing the page to run the servlet as a server side include. I'm running Apache as my webserver. I've turned SSI on in my Apache configuration file. In fact, I a

SERVLET Tag

2001-04-26 Thread Skinner, Dallas M
I have tried to use the SERVLET tag in html to cause my html to bring in a servlet as a server side include. I changed the extension of my html file to .shtml. The html renders properly but the servlet never gets called. I can run the servlet standalone. What may the problem be? Thanks

use of servlet tag in the apache/tomcat

2001-02-26 Thread KAPIL SHUKLA
Dear friends I am trying to migrate from java web server to apache/tomacat.problem is this that ,site uses tag extensively,in its shtml pages. these servlets are not executed properly on the apache/tomcat. any work around kapil -

RE: server side include use of servlet tag

2000-10-20 Thread Mike Bremford
my server. > > Servlets and JSPs work fine. Now I want to get server side > > includes to work. I've got SSI commands in a .shtml file and they > > work fine -- they are getting interpreted by Apache and > > the output is correctly displayed on my web page. Then I