CGI environment variables

2007-02-08 Thread Patrick Lee
Hi, I have an issue with CGI scripts (Perl based) running under Tomcat on Windows 2000 getting URL's wrong by using backslashes instead of forward slashes. Notes: 1. I've setup CGI support as detailed in the how-to for Tomcat 5.5 2. I either have to set passShellEnvironment to true or set the s

Re: [OT]Re: Large number of active sessions

2007-02-08 Thread Rashmi Rubdi
I'm sorry that I didn't express myself in a clear manner. I was simply saying that the jsessionid doesn't appear when bots access pages that have sessions in them (in my case), but I'm not concerned with it as it doesn't affect anything. -Regards Rashmi - Original Message From: Pid <[

Re: Connection Pool configuration

2007-02-08 Thread Foo Shyn
Hi, I'm not sure bout Tomcat 4.0, but i think in 4.1 u could do it through the admin page. Just create a Datasource under ur apps context should do the trick. Thanx. Regards, FooShyn - Original Message - From: "Propes, Barry L [GCG-NAOT]" <[EMAIL PROTECTED]> To: "Tomcat Users Lis

Please help me about loading javascript...

2007-02-08 Thread Le Phuoc Canh
I don't know why loading a webpage from localhost, file javascript which include in that webpage not loading full, it will stop at the middle, while i open that webpage direct by "internet explore", i will done. Please help me about it. Thanks a lot & Best Regard.

Re: Questions about Tomcat installation on Solaris Platform

2007-02-08 Thread tarakarajendra prasad
hello ravi, in server.xml , in your context give drop ojdbc14.jar in CATALINA_HOME's common\lib directory you can access through JAVA ENC easily wishes, Prasad DTR - Original Message From: "Chittajalu, Ravi S." <[EMAIL PROTECTED]> To: users@tomcat.apache.org Se

RE: Daylight Saving Time Impact

2007-02-08 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: Daylight Saving Time Impact > > Does anyone know which versions of Java have been > appropriately patched? * Java SE 6 or later * J2SE 5.0 Update 6 or later * J2SE 1.4.2_11 or later * J2SE 1.3.1_18 or later Ta

RE: OutOfMemoryError (but not really out of memory?) cause tomcat processes to hang

2007-02-08 Thread Caldarale, Charles R
> From: Sharon French [mailto:[EMAIL PROTECTED] > Subject: RE: OutOfMemoryError (but not really out of memory?) > cause tomcat processes to hang > > Given this information at the top of the jmap -heap output: > Heap Configuration: > ... > PermSize = 16777216

RE: OutOfMemoryError (but not really out of memory?) cause tomcat processes to hang

2007-02-08 Thread Sharon French
Given this information at the top of the jmap -heap output: Heap Configuration: ... PermSize = 16777216 (16.0MB) MaxPermSize = 67108864 (64.0MB) Doesn't this mean that I can grow to 64M of PermGen space? I do see the capacity of PermGe

Re: URL Redirect Question

2007-02-08 Thread Nikola Milutinovic
Actually, there is already a project URL Filter for Java Web applications, basically does what mod_rewrite and mod_proxy give you. Maybe not in so many details, but it is going to save our hide on our next project. :-) Nix. - Original Message From: "Caldarale, Charles R" <[EMAIL PROTEC

Re: OutOfMemoryError (but not really out of memory?) cause tomcat processes to hang

2007-02-08 Thread Nikola Milutinovic
> You have quite a bit of memory in your 'Old Generation'. You need to > determine what you're allocating that isn't being released. Not true, see below. > > Heap Usage: > > PS Young Generation > > Eden Space: > >capacity = 10223616 (9.75MB) > >use

Matthew Lee from QAD Australia is out of the office

2007-02-08 Thread Matthew Lee
I will be out of the office starting 02/09/2007 and will not return until 02/12/2007. If you wish to report a new QAD Product support issue, you can log a call via our QAD ServicelinQ online service center at http://support.qad.com, so that our global support team can track this issue and provid

Re: Daylight Saving Time Impact

2007-02-08 Thread David Smith
This might be of interest in figuring out what jre/jdk you need to handle the Daylight Savings Time change: http://java.sun.com/developer/technicalArticles/Intl/tzupdatertool.html Tomcat itself relies on the OS and JRE/JDK for time zone handling and as such doesn't have to be updated. --David L

RE: Daylight Saving Time Impact

2007-02-08 Thread Caldarale, Charles R
> From: Mr. Steve Burrus [mailto:[EMAIL PROTECTED] > Subject: Re: Daylight Saving Time Impact > > well I know that no one/nobody asked me what my opinion is > as to whether or not you should try to obtain tomcat 6 but > I would say to you "yes" regardless of whether or not there > is any looming

Re: Daylight Saving Time Impact

2007-02-08 Thread Mr. Steve Burrus
well I know that no one/nobody asked me what my opinion is as to whether or not you should try to obtain tomcat 6 but I would say to you "yes" regardless of whether or not there is any looming big time change or not! Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: Tomcat 4.0 compatibility with jdk1.6 -- SOLVED

2007-02-08 Thread Daniel Gresh
Daniel Gresh wrote: Hi, I've searched through the Tomcat site a bunch and the Java site (and Google), but I can't find anything that tells me Tomcat 4.0 will work with j2se6. I know Tomcat 4 won't work with the JSP 2 specs, but I'm unsure of the j2se specs. If anyone could give me a simple an

Re: Daylight Saving Time Impact

2007-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe, Leung Joe-W30220 wrote: > Is there going to be an impact on Tomcat due to Daylight Saving Time > Change in US? Currently, I am using Tomcat 5.5.17. I am wondering if > I need to upgrade to the Tomcat 6. This is not something that affects Tomc

RE: IllegalStateException in Tomcat 5.5.X

2007-02-08 Thread Tim Lucia
> -Original Message- > From: Tom Davis [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 08, 2007 10:35 AM > To: users@tomcat.apache.org > Subject: IllegalStateException in Tomcat 5.5.X > > Hi All. > > I'm getting some intermittent exceptions from Tomcat with which I would > apprecia

Daylight Saving Time Impact

2007-02-08 Thread Leung Joe-W30220
Hi all, Is there going to be an impact on Tomcat due to Daylight Saving Time Change in US? Currently, I am using Tomcat 5.5.17. I am wondering if I need to upgrade to the Tomcat 6. Thank you in advance. Joe

Tomcat 4.0 compatibility with jdk1.6

2007-02-08 Thread Daniel Gresh
Hi, I've searched through the Tomcat site a bunch and the Java site (and Google), but I can't find anything that tells me Tomcat 4.0 will work with j2se6. I know Tomcat 4 won't work with the JSP 2 specs, but I'm unsure of the j2se specs. If anyone could give me a simple answer ("yes Tomcat 4.

Re: IllegalStateException in Tomcat 5.5.X

2007-02-08 Thread Tom Davis
I'm not sure that this is a session-specific issue. We do use sessions, but do not use filters. The data we put in the session object is not (explicitly) affected by the proxy servlet. However, the issues of threading/concurrency and static object access are good ideas to investigate next. U

RE: context path in tomcat 5.x

2007-02-08 Thread Caldarale, Charles R
> From: Build Admin [mailto:[EMAIL PROTECTED] > Subject: context path in tomcat 5.x > > How to set context path in tomcat 5.x server? Reading the doc won't hurt: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Searching the archives is also useful: http://marc.theaimsgroup.com/?l=to

Re: IllegalStateException in Tomcat 5.5.X

2007-02-08 Thread Martin Gainty
Tim- Jumping into the middle of a thread is always dangerous but that said.. How about placing these session specific entites in Servlet so all have access? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments

Connection Pool configuration

2007-02-08 Thread Propes, Barry L [GCG-NAOT]
Hello, I'm dealing with Tomcat 4.0.1 and -4.1.3. I badly need to get connection pooling configured, but am not quite sure how to do it. Here's a block from my server.xml file. This goes to the users table created for password sessions. Do I configure anything here for Connectio

Re: IllegalStateException in Tomcat 5.5.X

2007-02-08 Thread Tim Funk
This smells of a static-like object which has a race condition in handling of requests and responses. For example - if sessions are used and there is a filter which puts the current request into the session - that will be a problem. Another example: A filter which does user logging/tracking

Re: IllegalStateException in Tomcat 5.5.X

2007-02-08 Thread David Kerber
Tom Davis wrote: Hi All. I'm getting some intermittent exceptions from Tomcat with which I would appreciate some assistance. I get an IllegalStateException from Tomcat. This is not a unique error, though it looks like the circumstances causing it are. We have a complex application, with

RE: URL Redirect Question

2007-02-08 Thread Caldarale, Charles R
> From: Propes, Barry L [GCG-NAOT] > [mailto:[EMAIL PROTECTED] > Subject: RE: URL Redirect Question > > set that one URL in your welcome page as the default -- say > index or default.jsp, or index.html, or whatever. > That way, people can just click that simple link below. You can also use a f

RE: URL Redirect Question

2007-02-08 Thread Propes, Barry L [GCG-NAOT]
you could do this... set that one URL in your welcome page as the default -- say index or default.jsp, or index.html, or whatever. That way, people can just click that simple link below. Within one of those pages, you could add a small little javascript function that does the redirect. If you

IllegalStateException in Tomcat 5.5.X

2007-02-08 Thread Tom Davis
Hi All. I'm getting some intermittent exceptions from Tomcat with which I would appreciate some assistance. I get an IllegalStateException from Tomcat. This is not a unique error, though it looks like the circumstances causing it are. We have a complex application, with multiple servlets a

context path in tomcat 5.x

2007-02-08 Thread Build Admin
How to set context path in tomcat 5.x server? I had used tomcat 4.x server and successfully set the context path. But in tomcat 5.x I couldn't. Can anyone help me in this?

Re: Tomcat bug when using Java Blueprints JSF components

2007-02-08 Thread Gerald Holl
Mark Thomas wrote: Gerald Holl wrote: Hello, I get the following exception when I view a JSP/JSF site with the Java Blueprints ui:Autocomplete component: java.lang.IllegalArgumentException: Do, 08 Feb 2007 09:48:43 GMT at org.apache.catalina.connector.Request.getDateHeader(Request.java:

URL Redirect Question

2007-02-08 Thread Stanczak Group
I think this is a simple question, but I can't seem to find the answer. I want to setup redirects in Tomcat, so basically I want something like http://www.mysite.com/short would redirect to http://www.mysite.com/some/longer/url/site.html. I'm still using the default Tomcat setup, so I want to u

Contexts in Tomcat 6, why does not work

2007-02-08 Thread Artur Rataj
Hello. I upgrade some webapp to Tomcat 6. The app has three contexts, one for dynamic pages, one for some disk directory. I put them into the server.xml file on the new Tomcat, into the Host part. Here are the first two contexts, that is, one for the servlets and one for some disk directory.

Re: [OT]Re: Large number of active sessions

2007-02-08 Thread Pid
Rashmi Rubdi wrote: I agree that many have experienced the jsessionid on URLs accessed by bots, perhaps it happens in a Struts environment or some other environment. In certain set-ups (only JSPs, no servlets, no MVC - session is removed and created freshly on each JSP page) the jsessionid doe

Re: Tomcat bug when using Java Blueprints JSF components

2007-02-08 Thread Gerald Holl
Mark Thomas wrote: It looks like a client issue. The valid formats for the date header are specified on page 20 of http://www.ietf.org/rfc/rfc2616.txt?number=2616 It looks like the client in sending "Do, ..." rather than "Thu, ..." Sometimes I get german error messages instead of english ones,

Re: Tomcat bug when using Java Blueprints JSF components

2007-02-08 Thread Mark Thomas
Gerald Holl wrote: > Hello, > > I get the following exception when I view a JSP/JSF site with the Java > Blueprints ui:Autocomplete component: > java.lang.IllegalArgumentException: Do, 08 Feb 2007 09:48:43 GMT > at > org.apache.catalina.connector.Request.getDateHeader(Request.java:1791) >

[ANN] Apache Tomcat v6.0.9-beta

2007-02-08 Thread Remy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 6.0.9 beta. This release is the third beta release of the 6.0.x branch. Apache Tomcat 6.0 includes new features over Apache Tomcat 5.5, including support for the new Servlet 2.5 and JSP 2.1 specifications, a refactored c

Tomcat bug when using Java Blueprints JSF components

2007-02-08 Thread Gerald Holl
Hello, I get the following exception when I view a JSP/JSF site with the Java Blueprints ui:Autocomplete component: java.lang.IllegalArgumentException: Do, 08 Feb 2007 09:48:43 GMT at org.apache.catalina.connector.Request.getDateHeader(Request.java:1791) at org.apache.catalina.c

Help localizing IIS crach running isapi_redirect.dll

2007-02-08 Thread Per Johnsson
We are suddenly experience major problems on all of our four productionservers. We are running four IIS 6 servers on Win 2003 Server which are connected with isapi_redirect (ajp13) to four tomcat 5.5.12 which is mapped 1 to 1. They have been runnning fine in at least some month and suddenly the

Re: Tomcat setup / config (System.exit if exception thrown)

2007-02-08 Thread reno
Le mercredi 07 février 2007 à 23:17 -0800, Lisa a écrit : > When starting up Tomcat, I would like to do a System.exit() if an exception > of any kind is thrown. Is there a way to configure this? We are using a > large number of frameworks (Spring, Hibernate, log4j) and I want the > developers t