Hi,
You can configure the manager element inside a context element to specify a
longer duration before it expires. The manager element in a context is not
compulsory, so you might have to add it in for your web application.
Instructions are here (for the manager):
http://tomcat.apache.org/tomcat-
---
HARBOR: http://coolharbor.100free.com/index.htm
Now Tomcat is also a cool pojo application server
---
Hi Chris
At the bottom of this, I stuc
Hi
I'm a newbie to tomcat and I would like to increase the time duration that a
page expires if it remains idle.
Currently in my web application if a user remains idle for 20 minutes and
tries to use the application again a default page is shown to the user
stating that the page expired. How can
---
HARBOR: http://coolharbor.100free.com/index.htm
Now Tomcat is also a cool pojo application server
---
- Original Message -
From: "Mann, Ivan
Even though this is the wrong question, I'll answer it anyway (below).
"Christopher Schultz" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> All,
>
> For the first time ever, I have the need to use the Tomcat admin
> application: I
Thanks a lot.I think I got another way to solve the group hierarchical
problem,but I am not sure about it. maybe you can help me to confirm it:I wrote
the SQL as followed:create or replace view groupview asselect
usertable.username,
decode(usertable.locked,0,'Authorizers','UnAut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Rizwan,
Rizwan Merchant wrote:
> Does that mean that I need to set the value of an attribute in my code,
> and check that value in the valve? That seems intrusive as I have to set
> up my code to handle this.
Well, you could install a simple filter t
Hi,
It's a long time I want to ask a question but I was always afraid to ask.
Very often I see that some of you strongly discourage using the server.xml for
context elements, in favour of storing them in separate xml within
subdirectories of the conf directory.
Unfortunately I need to put conte
No, Chris was talking about the configuration of the AccessLogValve.
Read the documentation link he gave.
Alternatively, maybe you can just grep the log file for certain lines
that tell you what you need to know, for example "GET /index.jsp".
--
Len
On 10/31/07, Rizwan Merchant <[EMAIL PROTECTED
Thanks Chris,
Does that mean that I need to set the value of an attribute in my code,
and check that value in the valve? That seems intrusive as I have to set
up my code to handle this.
Let me step back a little. Can you tell me..what if I leave it the way
it is and let it log everything. Wo
I am using Tomcat to run web test. The way it works is if you click on a link
on
the Tomcat server it post XML to another web server to make sure that web
server is
running.
The problem I am having is Tomcat seems to only allow so many concurrent
HttpsConnections. I tried bumping it up using the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Rizwan,
Rizwan Merchant wrote:
>
> Hi,
> I am trying to set up the access valve so that we can analyze our
> traffic using the softwares that are out there.
> I noticed that when I turn on the access valve, it logs requests for
> every little item on
Hi,
I am trying to set up the access valve so that we can analyze our
traffic using the softwares that are out there.
I noticed that when I turn on the access valve, it logs requests for
every little item on the page, all the images etc. Is there a way I can
have tomcat log only one line for e
Hi Rainer,
now I got it what you mean about the steady state.
Thx Ingo
Rainer Jung schrieb:
Hi Ingo,
Ingo Düppe wrote:
Am I'm right, that with the following setting a reply_timeout is
detected when the tomcat doesn't reply within 10 seconds and it will
be set into error if more than 15 timeou
> From: Mann, Ivan H [mailto:[EMAIL PROTECTED]
> Subject: CLASSPATH, .jar files, packages, and so forth
>
> In the past I have installed the application in
> .../webapps// where the directory
> tree corresponds to the package layout, and this has
> worked fine.
Have you read the Servlet spec? C
> I have an application that consists of >150 classes, organized in
> several different packages.
>
> In the past I have installed the application in
> .../webapps// where the directory tree corresponds
> to the package layout, and this has worked fine.
>
> I am trying to change this to usin
---
HARBOR: http://coolharbor.100free.com/index.htm
Now Tomcat is also a cool pojo application server
---
- Original Message -
From: "Vigorito,
Hmm java 1.1 does not exist anymore they are up to
1.6.0_03. I would really check with the App people
this is highly unusual.
-Tony
--- Steve Ochani <[EMAIL PROTECTED]> wrote:
> Date sent:Wed, 31 Oct 2007 13:17:17 -0400
> From: "Vigorito, Nicholas E."
> <[EMAIL PROTECTED]>
> Subject: RE
Date sent: Wed, 31 Oct 2007 13:17:17 -0400
From: "Vigorito, Nicholas E." <[EMAIL PROTECTED]>
Subject:RE: Tomcat 1.1 - release date
To: Tomcat Users List
Send reply to: Tomcat Users List
> Hmm. I must have been given some bad information. I found a link on
> the Tomcat web sit
Vigorito, Nicholas E. wrote:
This may sound corny but I am just wondering. It looks like I am going
to be supporting a web app that is installed under Tomcat 1.1
Does anyone know what the release date of the Tomcat 1.1 was or the most
recent release date of Tomcat 1.1.x.
Thanks!
Nick
"J
I'm sorry for being unhelpful but I must say, "Ouch."
On 10/31/07, Vigorito, Nicholas E. <[EMAIL PROTECTED]> wrote:
> This may sound corny but I am just wondering. It looks like I am going
> to be supporting a web app that is installed under Tomcat 1.1
>
> Does anyone know what the release date o
Hmm. I must have been given some bad information. I found a link on the
Tomcat web site that says the first release ever was 3.0. I better get
someone to look again.
Nick
> _
> From: Vigorito, Nicholas E.
> Sent: Wednesday, October 31, 2007 1
This may sound corny but I am just wondering. It looks like I am going
to be supporting a web app that is installed under Tomcat 1.1
Does anyone know what the release date of the Tomcat 1.1 was or the most
recent release date of Tomcat 1.1.x.
Thanks!
Nick
Hi Filip,
I have done with mod_jk2 and I have included the following in httpd.conf
NameVirtualHost 192.168.139.202:80
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/Images
AllowOverride AuthConfig
ServerName warriors
ServerAlias 192.168.139.202:80
ErrorLog /home/error.log
CustomLog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
I think I may have just made an ass of myself.
I never use TC from the installation directory; I always use a
CATALINA_BASE with separate configuration. When going that, you never
get the "manager" application, which is what I really need, not t
Well, yes and no.
Yes, the problem has abated, and possibly been eliminated. However, we
have no idea what change fixed it. We changed nothing in tomcat, but
some changes were made at the network and in the application itself
(regularly scheduled updates). None of the changes were intended to fix
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
For the first time ever, I have the need to use the Tomcat admin
application: I have a project whose whole unit testing capability
revolves around being able to deploy webapps for testing to a running
Tomcat instance using the admin application.
Hi,
Thank you it is working properly.
On Oct 31, 2007 7:57 PM, Gabe Wong <[EMAIL PROTECTED]> wrote:
> sunil chandran wrote:
> > Hi ,
> >
> > I tried your command
> >
> >
> >> First which directory was jdk1.5.0_13 installed under? Assuming
> >> /usr/java/jdk1.5.0_13,
> >> execute the fo
sunil chandran wrote:
Hi ,
I tried your command
First which directory was jdk1.5.0_13 installed under? Assuming
/usr/java/jdk1.5.0_13,
execute the following command
export PATH=/usr/java/jdk1.5.0_13:$PATH
Have you verified the jdk1.5.0_13 directory by doing a ls? Also have yo
Hi ,
I tried your command
>First which directory was jdk1.5.0_13 installed under? Assuming
> /usr/java/jdk1.5.0_13,
> execute the following command
> export PATH=/usr/java/jdk1.5.0_13:$PATH
it is still showing that the java version is 1.4.
i think it is something to do with the rpm that
sunil chandran wrote:
Hi ,
I went for jdk5.0 . but still when i type : " java -version" it shows that
java version "1.4.2_12"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
why is it so.
i went for jdk1.5.0_13
If you want a package that generates PDFs which works well in all
environments have a look at FOP
http://xmlgraphics.apache.org/fop/
M--
- Original Message -
From: "David Delbecq" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Wednesday, October 31, 2007 3:48 AM
Subject: Re: CR Viewer
Hi ,
I went for jdk5.0 . but still when i type : " java -version" it shows that
java version "1.4.2_12"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
why is it so.
i went for jdk1.5.0_13-linux-i586.rpm
please
[EMAIL PROTECTED] wrote:
> For now I am able to live with the self-signed certificate after installing
> the same. I am holding on addressing the issue seen when external
> certificates are used. Thanks for your response again Mark!.
If self-signed works and external doesn't, chances are this is
-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 31 October 2007 3:23 AM
To: Tomcat Users List
Subject: Re: Keytool: SSL Certification Issue
[EMAIL PROTECTED] wrote:
> Hello Mark,
>
> -Original Message-
> From: Mark Thomas [mailto:[EMAIL PROTECTED
zhongliang zhang wrote:
>> But the application allows creating new group,how do I solve this problem?>
>> > What problem? You need to say what the problem is if we are going to be>
>> able to help.
web.xml doesn't support the dynamic addition of new groups. Further, the
Realm doesn't understand
Hello Sangeetha,
I have also done the same thing. probably i will be able
to help you. i have also created a document on how to do it. maybe if
you want i will send it to ur ID.
because it is only a test document prepared by me.Hope it helps you.
On Oct 31, 2007 3:01 AM, Gabe Wong <
Hi,
For crystal report support, i suggest you ask business objects. You
probably won't get much response from tomcat list, considering your
question is not related to tomcat.
As for search for .jar files ... Maybe the 'search' tool of windows will
help you?
En l'instant précis du 31.10.200
Hi,
I'm upgrading Crystalreportviewer11 to Crystalreportviewer115. I know, I
need this directories: WEB_INF\Lib, WEB-INF\Classes and
Crystalreportviewer115.
Crystalreportviewer115 I take from C:\Program Files\Business
Objects\common\3.5\ Crystalreportsviewer115. There is file CrConfig.xml
(Crysta
Hi,
is there a way to configure the APR connector in a way
that it requests a client certificate only if the client accesses
a resource that is protected by a security constraint?
This works with a Java connector if I specify the option
clientAuth=false.
The client certificate is not requested
40 matches
Mail list logo