can't get tomcat 5 to work

2004-02-26 Thread Joseph Shraibman
I set up tomcat 5 but when I try to view a jsp or servlet all I get is a blank page and these unhelpful messages in catalina.out: Feb 27, 2004 12:01:26 AM org.apache.jk.common.HandlerRequest decodeRequest WARNING: Error registering request Feb 27, 2004 12:01:27 AM org.apache.jk.common.HandlerRequ

Re: can't get tomcat 5 to work

2004-02-26 Thread Oswald Campesato
Hello, Joseph: Perhaps you can try starting with "startup.bat debug" and/or copying some JSPs into webapps\ROOT or webapps\jsp-examples to see if the problem occurs. Oswald Joseph Shraibman <[EMAIL PROTECTED]> wrote: I set up tomcat 5 but when I try to view a jsp or servlet all I get is a bl

Re: can't get tomcat 5 to work

2004-02-26 Thread Bill Barker
You can get rid of the messages by setting: request.registerRequests=false in your jk2.properties file. However the error itself is harmless. "Joseph Shraibman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I set up tomcat 5 but when I try to view a jsp or servlet all I get is a

Re: can't get tomcat 5 to work

2004-02-26 Thread Joseph Shraibman
What I really want is more error messages, so I can figure out what is going wrong with my webapps. Bill Barker wrote: You can get rid of the messages by setting: request.registerRequests=false in your jk2.properties file. However the error itself is harmless. "Joseph Shraibman" <[EMAIL PROTEC

Re: can't get tomcat 5 to work

2004-02-26 Thread Joseph Shraibman
Oswald Campesato wrote: Hello, Joseph: Perhaps you can try starting with "startup.bat debug" and/or copying some JSPs into webapps\ROOT or webapps\jsp-examples to see if the problem occurs. starting with startup.sh -debug doesn't produce any good error messages. Copying my webapp to the tomcat

RE: can't get tomcat 5 to work

2004-02-27 Thread Shapira, Yoav
Howdy, >What I really want is more error messages, so I can figure out what is >going wrong with my webapps. - Take out all the elements from your Context tag e.g. the FileDirContext, and add the attribute debug="99". - Set debug="99" for the Host, Engine. Yoav Shapira This e-mail, including