RE: Need help for case insensitive deployment

2004-09-29 Thread Willy Lin
: Willy Lin [EMAIL PROTECTED] Thank you. Now, I know I am not talking to myself. You are right that there is no mention of case sensitivity at the context level in Tomcat 4.0, but it is mentioned at the resource level. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/resources.html Okay

Need help for case insensitive deployment

2004-09-28 Thread Willy Lin
Hi: I need to server up some pages through Tomcat4 that are case insensitive. I have found an attribute in resources for case sensitivity, but I could not get it to work. Here is my context definition. Context path=/Live docBase=\\host1\dir1 debug=0 privileged=true

RE: Need help for case insensitive deployment

2004-09-28 Thread Willy Lin
Hi: Can someone tell me whether my question is posted or not? Am I having problem with my mail server? Thanks. Willy -Original Message- From: Willy Lin Sent: Tuesday, September 28, 2004 10:39 AM To: 'Tomcat Users List' Subject: Need help for case insensitive

RE: Need help for case insensitive deployment

2004-09-28 Thread Willy Lin
- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 5:18 PM To: Tomcat Users List Subject: Re: Need help for case insensitive deployment From: Willy Lin [EMAIL PROTECTED] Can someone tell me whether my question is posted or not? Am I having problem with my mail server

How to make Tomcat content case insensitive

2004-09-27 Thread Willy Lin
Hi: I need to make one of my Tomcat project to be case insensitive. I found the parameters in resource, but I don't know how to add the resource to the content. Here is my context. Context path=/Live docBase= \\host1\app1 file://\\host1\app1 debug=0 privileged=true / Thanks.

Tomcat buffer size problem?

2003-03-28 Thread Willy Lin
Hi: I have an application in a WAR file. I have no problem with it running under Tomcat 4.0.6. However when I deployed it to Tomcat 4.1.21, I got the following error: org.apache.jasper.JasperException: /home/top_nav.jsp(0,0) Invalid buffer size at

RE: Tomcat buffer size problem?

2003-03-28 Thread Willy Lin
% to %@ page language=java import=java.util.*,java.io.*,apex.vs_admin.* buffer=16kb% I think its odd (probably a typo in the spec) because they use as an example in the spec (2.7.1): (notice is k, not kb) %@ page language=”java” import=”com.myco.*” buffer=”16k” % -Tim Willy Lin wrote: Hi: I

tomcat as NT service with Java in Program Files directory

2000-12-08 Thread Willy Lin
". I don't know if the space is tripping up the system or not. When I copied my Java installation to "C:\Java", everything worked fine. This may be something that should go into a FAQ or into the NT-Service-howto.html page. Willy Lin Senior "Spider" APEX Learning.COM