Static HTML vs Servlet

2001-05-10 Thread Skinner, Dallas M
I'm not sure if this is a topic for this list. I am pretty sure it is a stupid question but it is baffling me right now. I know that I should use Apache and Tomcat together because Apache serves static html better than Tomcat does. My question is how do I do this. I would like to go from a s

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

Why Use apache

2001-05-02 Thread Skinner, Dallas M
Excuse me if this question is obvious. If Tomcat can be run in a standalone mode, why should it be used in conjunction with apache? Thanks Dallas Skinner

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

Servlet Chaining

2001-04-26 Thread Skinner, Dallas M
Is it possible to chain servlets through tomcat? If so, how do I change my configuration to allow for it? Thanks