Context not auto-reloading

2004-12-24 Thread Ryan Stewart
I have the following context file in conf\Catalina\localhost, but get no reloading on change of webapp contents. Can someone point out what I'm doing wrong? Context docBase=C:\Projects\webStats\target path=webStats reloadable=true backgroundProcessorDelay=2 /Context

Re: JSP compilation problem

2004-12-31 Thread Ryan Stewart
Quite simply, you have an error in your JSP that is preventing the translated servlet from compiling. If you don't know where to look for the compiler output, then just go and manually compile the servlet. -Original Message- From: Frank W. Zammetti[EMAIL PROTECTED] To: Tomcat

Re: java.lang.NullPointerException in tomcat 5.5.4

2004-12-31 Thread Ryan Stewart
In your login.jsp you're calling the dispatch method of gnu.beanfactory.servlet.Dispatcher and most likely passing it null as an argument. I don't know anything about this beanfactory, so I can't say much more at the moment. -Original Message- From: ssk 2001[EMAIL PROTECTED] To:

Re: JSP compilation problem

2005-01-01 Thread Ryan Stewart
I answered you yesterday on this. There's generally no reason to post the same question two days in a row. Just wait and see if an answer shows up. Your problem is (still) that you have one or more errors in your JSP. If you can't figure out where the compiler output is, then go and compile the

Re: Re: JSP compilation problem

2005-01-01 Thread Ryan Stewart
First, I apologize if I came of sounding rude before. As an infrequent visitor to this list, I wasn't aware that you are a frequent contributor. I also don't seem to have received the other reply you mention. My next thought is that you might have two versions of Java installed. If so, which

Re: Re: JSP compilation problem

2005-01-03 Thread Ryan Stewart
As QM mentioned, Tomcat 5.0 doesn't support Java 5.0 out of the box, so to speak. I believe there's a patch you need to make them play nicely. Tomcat 5.5, as he pointed out, is very tight with Java 5.0. -Original Message- From: Frank W. Zammetti[EMAIL PROTECTED] To: Tomcat Users

Re: web.xml servlet mappings, url pattern and CGI.PATH_INFO (tomcat 4.1.31)

2005-01-04 Thread Ryan Stewart
I don't know anything about ColdFusion, but if I understand you right, you're wanting to tack extra information onto a url beyond the file name and retrieve it somewhere for use, like so: http://server/context/index.cfm/someParam Then the page is actually index.cfm, and when it is run it will

Re: Re: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-08 Thread Ryan Stewart
If you're nervous about registry work, back up your registry. Then open regedit and find: HKLM\SYSTEM\CurrentControlSet\Services\Apache Tomcat 4.1\Parameters (You can choose a different control set as well, and for Tomcat 5 users, this is under ...\Services\Tomcat5\Parameters.) You should see

Re: Tomcat5 java.lang.OutOfMemoryError

2005-01-11 Thread Ryan Stewart
I posted a how-to on this just yesterday I think. Try the archives. It's typically a good idea to check there before you post. -Original Message- From: SARMIENTO Claudia COGA[EMAIL PROTECTED] To: 'Tomcat Users List'tomcat-user@jakarta.apache.org Date: Mon Jan 10 10:49:20 PST 2005

Tomcat 4.1.30 SSL redirect half working

2004-05-30 Thread Ryan Stewart
This is my first time using a mailing list, so hopefully I'm doing this right. I assume the same basic rules as usenet--text only, no attachments, bottom post, etc? Okay, my problem: I've set up Tomcat 4.1.30 for secure access via SSL. Unsecure port is 8080, secure port is 8081. I use Tomcat

Re: Secure web.xml and WEB-INF

2004-05-31 Thread Ryan Stewart
-Original Message- From: Bond, James Bond[EMAIL PROTECTED] To: Tomcat Users List[EMAIL PROTECTED] Date: Sun May 30 22:40:16 PDT 2004 Subject: Secure web.xml and WEB-INF Hello. Please, give me some tips how to secure (deny for reading in browser) access to web.xml and WEB-INF folder? Any

Re: Secure web.xml and WEB-INF

2004-05-31 Thread Ryan Stewart
-Original Message- From: Bond, James Bond[EMAIL PROTECTED] To: Tomcat Users List[EMAIL PROTECTED] Date: Sun May 30 22:40:16 PDT 2004 Subject: Secure web.xml and WEB-INF Hello. Please, give me some tips how to secure (deny for reading in browser) access to web.xml and WEB-INF folder? Any

Re: Secure web.xml and WEB-INF

2004-05-31 Thread Ryan Stewart
-Original Message- From: Bond, James Bond[EMAIL PROTECTED] To: Tomcat Users List[EMAIL PROTECTED] Date: Sun May 30 22:40:16 PDT 2004 Subject: Secure web.xml and WEB-INF Hello. Please, give me some tips how to secure (deny for reading in browser) access to web.xml and WEB-INF folder? Any

Tomcat 4.1.30 HTTP-HTTPS redirect problem (second attempt)

2004-06-04 Thread Ryan Stewart
I posted a question about this about a week ago, but haven't seen any reply. I've set up Tomcat 4.1.30 for secure access via SSL. Unsecure port is 8080, secure port is 8081. I use Tomcat for J2EE application development, and the problem is related to that. Using basic authentication, things

Re: value for useBean class attribute invalid

2004-06-04 Thread Ryan Stewart
-Original Message- From: Ben[EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Fri Jun 04 18:59:40 PDT 2004 Subject: value for useBean class attribute invalid Hi there, I'm trying to set up a simple beans backed jsp application. I set up everything, the bean compiles, the context for the web

Re: Re: Tomcat 4.1.30 HTTP-HTTPS redirect problem (second attempt)

2004-06-05 Thread Ryan Stewart
. Valentin mailto: [EMAIL PROTECTED] From: Ryan Stewart [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat 4.1.30 HTTP-HTTPS redirect problem (second attempt) Date: Fri, 4 Jun 2004 20:24:52 -0700 (PDT) I posted a question about this about a week ago

Re: Re: Tomcat 4.1.30 HTTP-HTTPS redirect problem (second attempt)

2004-06-06 Thread Ryan Stewart
. Ryan Stewart [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I posted a question about this about a week ago, but haven't seen any reply. I've set up Tomcat 4.1.30 for secure access via SSL. Unsecure port is 8080, secure port is 8081. I use Tomcat for J2EE application development