RE: Cannot Run Servlets, only JSP's

2002-12-12 Thread Jim Henderson
Boy does this sound familiar! Check the posts with subject entitled RE: Directory Structure from yesterday. They may help. Sorry, if I knew to pass you the links I would. I had the SAME problem for 3 days! -Original Message- From: Johnson, Garrett [mailto:[EMAIL PROTECTED]] Sent:

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

RE: Cannot Run Servlets, only JSP's

2002-12-09 Thread Campano, Troy
Do you have a directory structure like this? TOMCAT_HOME/webapps/onjava/WEB-INF/com/onjava/ thanks. ~ t r o y ~ -Original Message- From: Johnson, Garrett [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 11:59 AM To: 'Tomcat Users List' Subject: Cannot Run Servlets, only

RE: Cannot Run Servlets, only JSP's (Attn: Troy)

2002-12-09 Thread Johnson, Garrett
on this? Is the elimination of the \classes directory something new? -Original Message- From: Campano, Troy [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 12:02 PM To: Tomcat Users List Subject: RE: Cannot Run Servlets, only JSP's Do you have a directory structure like

RE: Cannot Run Servlets, only JSP's (Attn: Troy)

2002-12-09 Thread Campano, Troy
Oh my bad...that's what I meant. -Original Message- From: Johnson, Garrett [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 12:09 PM To: 'Tomcat Users List' Subject: RE: Cannot Run Servlets, only JSP's (Attn: Troy) Troy, No, actually: I've got the directory structure like

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. !-- The mapping for the invoker servlet -- servlet-mapping

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

2002-12-09 Thread Johnson, Garrett
? -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 considered a security

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