? servlet tag

2004-07-25 Thread Nolan Toone
at line 18 column -1: Element web-app does not allow servlet here. org.xml.sax.SAXParseException: Element web-app does not allow servlet here. This is repeated for lines 27,36 45 each of which is servlet tag. All the servlets seem to work just fine except every evening my system falls over and I

Re: ? servlet tag

2004-07-25 Thread Nikola Milutinovic
: Parse Error at line 18 column -1: Element web-app does not allow servlet here. org.xml.sax.SAXParseException: Element web-app does not allow servlet here. This is repeated for lines 27,36 45 each of which is servlet tag. All the servlets seem to work just fine except every evening my system falls

Re: ? servlet tag

2004-07-25 Thread QM
: !DOCTYPE web-app :PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN :http://java.sun.com/dtd/web-app_2_3.dtd; : : You have to group servlet tags together. Cannot mix them with : servlet-mapping. Sounds stupid, but that is the DTD. IIRC, the 2.4 spec allows for (what some

Re: ? servlet tag

2004-07-25 Thread Nolan Toone
THANKS! Now I'll just have to wait and see if it falls over tonight. If so I'll be back. Now back to the fun stuff (Java programming). Thanks again. You have to group servlet tags together. Cannot mix them with servlet-mapping. Sounds stupid, but that is the DTD. Nix.

RE: Servlet Tag problem

2003-09-23 Thread Shapira, Yoav
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 4:56 PM To: Tomcat Users List Subject: Re: Servlet Tag problem I don't believe the SERVLET tag is supported in Tomcat. I know it was supported in JRun. But you could write a jsp and then from the jsp call the servlet you

Servlet Tag problem

2003-09-22 Thread Jay Doggett
Hello everyone! I have these lines in a very simple html page, intending to invoke my servlet and pass some params to it: SERVLET CODE=iTraxMainView PARAM NAME=Panel value=TOC /SERVLET Can anyone tell me why the servlet is never getting called? Thanks Jay

Re: Servlet Tag problem

2003-09-22 Thread rsequeira
I don't believe the SERVLET tag is supported in Tomcat. I know it was supported in JRun. But you could write a jsp and then from the jsp call the servlet you desire Thanks, RS

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 SERVLET 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

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 servlet/servlet tag extensively,in its shtml pages. these servlets are not executed properly on the apache/tomcat. any work around kapil