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
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 <[
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
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.
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
> 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
> 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
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
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
> 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
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
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
> 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
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
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
-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
> -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
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
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.
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
> 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
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
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
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
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
> 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
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
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
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?
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:
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
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.
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
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,
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)
>
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
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
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
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
39 matches
Mail list logo