EJB's

2001-04-26 Thread Brian Burridge
I'm new to Tomcat, but does it support any EJB spec? If not, is there any module for Apache that does? Brian

Where does System.out.println go under Tomcat

2001-04-16 Thread Brian Burridge
I've put some system out prints in my JSP pages, but I cannot find the error logs. I've found the logs for the web site (apache's standards logs) and I've found a servlet.log and a jasper.log under the jakarta logs directory, but I have no idea where servlet errors go. Brian

Re: Where does System.out.println go under Tomcat

2001-04-16 Thread Brian Burridge
and stderr to separate files from$TOMCAT_HOME/bin/startup.sh as follows:$BASEDIR/tomcat.sh start "$@" $TOMCAT_HOME/stdout.log 2$TOMCAT_HOME/stderr.logKevinOn Mon, 16 Apr 2001, Brian Burridge wrote: I've put some system out prints in my JSP pages, but I cannot find the error

Stopping access to WEB-INF?

2001-04-16 Thread Brian Burridge
I see in my mod_jk.conf-auto (which I can't edit of course) that I can put: Location "/test/WEB-INF/ AllowOverride None deny from all /Location But where can I add that since I can't modify that conf-auto file? Can I put that in my Host tag? Host name="www.site.com"Context path=""

Re: Stopping access to WEB-INF?

2001-04-16 Thread Brian Burridge
Wouldn't you know it. Two minutes after I posted this, I figured it out. Although, still not sure what the debug flag is for. Brian - Original Message - From: Brian Burridge To: [EMAIL PROTECTED] Sent: Monday, April 16, 2001 3:41 PM Subject: Stopping access