RE: Cannot Run Servlets, only JSP's, Part II (Attn: Mark)

2002-12-09 Thread Mark Eggers
Sorry - I was out for a bit and was a bit generic. You need to modify the one in your application: $CATALINA_HOME/webapps/myapp/WEB-INF/ There's more information about a web application at: http://localhost:8080/tomcat-docs/appdev/index.html provided you installed the documentation with Tomcat

RE: Cannot Run Servlets, only JSP's, Part II (Attn: Mark)

2002-12-09 Thread Johnson, Garrett
the other? -Original Message- From: Mark Eggers [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 12:12 PM To: Tomcat Users List Subject: RE: Cannot Run Servlets, only JSP's, Part II The invoker servlet is commented out by default in 4.1x. Anonymous servlets are consid

RE: Cannot Run Servlets, only JSP's, Part II

2002-12-09 Thread Mark Eggers
The invoker servlet is commented out by default in 4.1x. Anonymous servlets are considered a security risk. There are at least three ways to manage this problem. 1. Uncomment the following in your Tomcat's web.xml file. invoker /servlet/* This maps the invoker se

RE: Cannot Run Servlets, only JSP's, Part II

2002-12-09 Thread Johnson, Garrett
Oh, yeah: My system information: Win2K, SP3 Tomcat 4.1 listening on Port 8080 -Original Message- From: Johnson, Garrett Sent: Monday, December 09, 2002 11:59 AM To: 'Tomcat Users List' Subject: Cannot Run Servlets, only JSP's I'm running through the O'Reilly (onjava.com) tutorial on d