Re: Etoken + Tomcat problem

2005-05-21 Thread Mark Thomas
Carol Chamblas wrote: hi i'm working with tomcat 4.X (servlet) and i want to load a certificate from an eToken USB PRO (from aladdin). i changed the server.xml (clientAuth="true") and i have a .keystore, and the connection https://myIP:8443 is working. the problem is that when the browser l

RE: Tomcat problem

2005-05-13 Thread Robert Harper
Iacobelli [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 1:10 PM To: tomcat-user@jakarta.apache.org Subject: Tomcat problem I'm running Tomcat 5.5.9 on Pentium 4, 512mb ram, ram with Windows 2000 server sp4. Sometimes (two or four times a day) Tomcat doesn't send responses but when i

Tomcat problem

2005-05-13 Thread Santiago Iacobelli
I'm running Tomcat 5.5.9 on Pentium 4, 512mb ram, ram with Windows 2000 server sp4. Sometimes (two or four times a day) Tomcat doesn't send responses but when i press any key in the console window, all the requests are processed and Tomcat sends the responses to the clients. This error happend w

RE: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Caldarale, Charles R
> From: Antony Paul [mailto:[EMAIL PROTECTED] > Subject: Re: FW: Please help for a query in Tomcat. - Problem : Tomcat gets > hanged > > To best of my knowledge you can't. Even if you shutdown Tomcat it will > wait till the threads finish their work. Not quite true

Re: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Antony Paul
loop > / hang state. > > -Original Message- > From: Antony Paul [mailto:[EMAIL PROTECTED] > Sent: Friday, February 18, 2005 10:26 AM > To: Tomcat Users List; [EMAIL PROTECTED] > Subject: Re: FW: Please help for a query in Tomcat. - Problem : Tomcat gets >

RE: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Reshma Bhatia
Bhatia <[EMAIL PROTECTED]> wrote: > > > -Original Message- > From: Reshma Bhatia [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 17, 2005 7:36 PM > To: '[EMAIL PROTECTED]' > Subject:Please help for a query in Tomcat. - Problem : T

Re: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Antony Paul
TED]> wrote: > > > -Original Message- > From: Reshma Bhatia [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 17, 2005 7:36 PM > To: '[EMAIL PROTECTED]' > Subject:Please help for a query in Tomcat. - Problem : Tomcat gets > hanged >

FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Reshma Bhatia
(B (B -Original Message- (BFrom: Reshma Bhatia [mailto:[EMAIL PROTECTED] (BSent: Thursday, February 17, 2005 7:36 PM (BTo: '[EMAIL PROTECTED]' (BSubject:Please help for a query in Tomcat. - Problem : Tomcat gets (Bhanged (B (BHi, (B (BWe have d

RE: tomcat problem

2005-02-11 Thread George Sexton
; To: tomcat-user@jakarta.apache.org > Subject: tomcat problem > > After starting the tomcar when i enter my application url it > fails .. The error is given below , pls help me .. > > HTTP Status 500 - > - > > type Exception report > > m

Re: tomcat problem

2005-02-11 Thread Parsons Technical Services
It appears you have a problem with a JSP. Check the logs for a more complete trace and see if the is any additional info. Do all the examples work? Doug - Original Message - From: "ssk 2001" <[EMAIL PROTECTED]> To: Sent: Friday, February 11, 2005 2:29 AM Subject: tomcat

tomcat problem

2005-02-10 Thread ssk 2001
After starting the tomcar when i enter my application url it fails .. The error is given below , pls help me .. HTTP Status 500 - - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this r

RE: tomcat problem related connection pooling help needed

2004-12-19 Thread Jan Behrens
> From: Krishnakant Mane [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 19, 2004 2:17 PM > To: [EMAIL PROTECTED] > Subject: tomcat problem related connection pooling help needed > > > hello Jan and other friends, > I read the mail that was sent as a reply for my > proble

tomcat problem related connection pooling help needed

2004-12-19 Thread Krishnakant Mane
hello Jan and other friends, I read the mail that was sent as a reply for my problem. thanks jan for ur valuable help. I must mention that I am new to the jdbc stuff. so I could not figure out the connection pooling issue. I understand that with pooling I can have live objects of say connection o

Re: Tomcat - problem starting service

2004-11-29 Thread Janet Ciavarelli
Hello Everyone, My Tomcat service still won't start. I've tried rebooting. Still get error message stated below. I don't know what else to try. Any ideas appreciated. Thanx, Janet >>> [EMAIL PROTECTED] 11/25/04 08:50AM >>> Hello. Thanx. I changed what you said under the "Java" tab and now it

Re: Tomcat - problem starting service

2004-11-25 Thread Ben Souther
Which JDK did you install? On Thu, 2004-11-25 at 12:22, Janet Ciavarelli wrote: > The settings are: > > Java Virtual Machine: > D:\Sun\AppServer\jdk\jre\bin\java.dll > > Java Classpath: > D:\Apache Software Foundation\Tomcat 5.0\bin\bootstrap.jar > > Java Options: > -Dcatalina.home=D:\Apache S

Re: Tomcat - problem starting service

2004-11-25 Thread Ben Souther
What are the settings now? I just looked on one of our windows boxes. These are the settings that are there by default. (obviously c:\davison\tomcat is our CATALINA_HOME) Java Virtual Machine: C:\j2sdk1.4.2_05\jre\bin\server\jvm.dll Java Classpath: C:\j2sdk1.4.2_05\lib\tools.jar;c:\davison\tomca

Re: Tomcat - problem starting service

2004-11-25 Thread Janet Ciavarelli
The settings are: Java Virtual Machine: D:\Sun\AppServer\jdk\jre\bin\java.dll Java Classpath: D:\Apache Software Foundation\Tomcat 5.0\bin\bootstrap.jar Java Options: -Dcatalina.home=D:\Apache Software Foundation\Tomcat 5.0 -Djava.endorsed.dirs=D:\Apache Software Foundation\Tomcat 5.0\common\end

Re: Tomcat - problem starting service

2004-11-25 Thread Janet Ciavarelli
Hello. Thanx. I changed what you said under the "Java" tab and now it has the correct path. Now I try to start the tomcat service again, it won't start. I get an error message as below. Do you know what could be causing this? [2004-11-25 08:42:07] [173 javajni.c] [error] The specified module cou

Re: Tomcat - problem starting service

2004-11-24 Thread Ben Souther
Yep, the installer picked up the wrong JRE. If you installed the Start Menu items you can change that by clicking Start -> Programs -> Apache Tomcat -> Config. then click the "Java" tab. If not, you'll either have to uninstall/reinstall or change the value in the registry using regedit. On

Tomcat - problem starting service

2004-11-24 Thread Janet Ciavarelli
Hello All, I just installed Tomcat 5.0.28. The service won't start. See the contents of the log file below. Why is it trying to access C:\Program Files\Oracle\jre\1.1.7? In the install I specified for it to use \D:\Sun\AppServer\jdk\jre. Where is it picking up this value C:\Program Files\Ora

Re: Apache/Tomcat problem

2004-11-10 Thread Guillaume Alleon
-examples/*] # Uri mapping for gridsphere [uri:/gridsphere/*] [uri:/vqwiki/*] Yup LoadModule jk2_module modules/mod_jk2.so -Original Message- From: Guillaume Alleon [mailto:[EMAIL PROTECTED] Sent: November 10, 2004 5:07 PM To: Tomcat Users List Subject: Re: Apache/Tomcat problem Phillip Qin w

RE: Apache/Tomcat problem

2004-11-10 Thread Phillip Qin
Yup LoadModule jk2_module modules/mod_jk2.so -Original Message- From: Guillaume Alleon [mailto:[EMAIL PROTECTED] Sent: November 10, 2004 5:07 PM To: Tomcat Users List Subject: Re: Apache/Tomcat problem Phillip Qin wrote: >jk2_module is correct. > >Have you link the liba

Re: Apache/Tomcat problem

2004-11-10 Thread Guillaume Alleon
ile problems. Thanks -Original Message- From: Guillaume Alleon [mailto:[EMAIL PROTECTED] Sent: November 10, 2004 4:01 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Apache/Tomcat problem Hi, I have a Linux FC1 machine running httpd (see conf below) I have now a tomcat applocation that I want to

RE: Apache/Tomcat problem

2004-11-10 Thread Phillip Qin
jk2_module is correct. Have you link the libapr-0.so.0? What is your LoadModule in httpd.conf? -Original Message- From: Guillaume Alleon [mailto:[EMAIL PROTECTED] Sent: November 10, 2004 4:01 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Apache/Tomcat problem Hi, I have a

Apache/Tomcat problem

2004-11-10 Thread Guillaume Alleon
Hi, I have a Linux FC1 machine running httpd (see conf below) I have now a tomcat applocation that I want to access through httpd since only the port 80 is open to this machine. Therefore, I did install "jakarta-tomcat-connectors-jk2-2.0.4-src" & "jakarta-tomcat-5.0.28". Trying apachectl configte

RE: Tomcat Problem

2004-06-22 Thread Aris Javier
Sent: Wednesday, June 23, 2004 10:27 AM To: Tomcat Users List Subject: Re: Tomcat Problem Note that when running Tomcat as a service it is possible that the user can be different from when you launch it manually. I am not sure but this can be one possible issue. All the best, Ric Quoting Aris J

Re: Tomcat Problem

2004-06-22 Thread klyik
Note that when running Tomcat as a service it is possible that the user can be different from when you launch it manually. I am not sure but this can be one possible issue. All the best, Ric Quoting Aris Javier <[EMAIL PROTECTED]>: > > Hello! > > just like to ask why i always have this kind

Tomcat Problem

2004-06-22 Thread Aris Javier
Hello! just like to ask why i always have this kind of error; org.apache.commons.dbcp.DbcpException: java.sql.SQLException: General Error this error only occurs when i run tomcat 5.0.7 on "start -> programs -> administrative tools -> services"... but if i run tomcat 5.0.7 manually.. like "star

Re: apache -tomcat problem

2004-05-24 Thread Bill Barker
--- > Van: Bill Barker > Verzonden: za 22/05/2004 23:50 > Aan: [EMAIL PROTECTED] > CC: > Onderwerp: Re: apache -tomcat problem > > > > I think that this is the first time I've ever heard that the > 3.3.1a > stand-alone connector worked better than the AJP13 connect

RE: apache -tomcat problem

2004-05-24 Thread Dirk Slootmaekers
: apache -tomcat problem I think that this is the first time I've ever heard that the 3.3.1a stand-alone connector worked better than the AJP13 connector ;-). There is a session race-condition bug in 3.3.1a (BZ #15894) that is fixed in

RE: apache -tomcat problem

2004-05-23 Thread Dirk Slootmaekers
Verzonden: za 22/05/2004 23:50 Aan: [EMAIL PROTECTED] CC: Onderwerp: Re: apache -tomcat problem I think that this is the first time I've ever heard that the 3.3.1a stand-alone connector worked better than the AJP13 connector ;-

Re: apache -tomcat problem

2004-05-22 Thread Bill Barker
I think that this is the first time I've ever heard that the 3.3.1a stand-alone connector worked better than the AJP13 connector ;-). There is a session race-condition bug in 3.3.1a (BZ #15894) that is fixed in 3.3.2. It is possible that this is the real problem you are seeing, and it is only sho

apache -tomcat problem

2004-05-22 Thread Dirk Slootmaekers
hello All, We've developped a J2EE web based application, using Tomcat as a application container. When we only work on tomcat, the application works fine. If we add the apache web server, for performance improvement, the application becomes unstable. After a while the session is apparently thr

Re: Is it Tomcat problem or my problem?

2004-04-24 Thread Dennis Dai
On 4/24/2004 12:02 AM, [EMAIL PROTECTED] wrote: What if the client has disabled cookies? You'll need to use response.encodeURL(someURL) to rewrite the URL, so that JSESSIONID is appended with each link. Dennis - To unsubscribe,

Re: Is it Tomcat problem or my problem?

2004-04-24 Thread Dennis Dai
Uma, How did you manage the session? Are you using container managed security? From your description, it seems that you manage sessions yourself. If that's the case, make sure you create a new session at login and invalidate session at logout ... Dennis On 4/22/2004 7:16 AM, [EMAIL PROTECTED]

RE: Is it Tomcat problem or my problem?

2004-04-24 Thread UmamaheswarKalluru
<[EMAIL PROTECTED] rta.apache.org> Subject RE: Is it

RE: Is it Tomcat problem or my problem?

2004-04-23 Thread Mike Curwen
uot;Hey my session disappeared!" bugs with this technique. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 22, 2004 11:03 PM > To: Tomcat Users List > Subject: Re: Is it Tomcat problem or my problem? > >

Re: Is it Tomcat problem or my problem?

2004-04-22 Thread UmamaheswarKalluru
Please respond to "Tomcat Users List" Subject <[EMAIL PROTECTED] Re: Is it Tomcat problem or my

Re: Is it Tomcat problem or my problem?

2004-04-22 Thread Parsons Technical Services
it may be related. Sorry, Doug - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 10:16 AM Subject: Re: Is it Tomcat problem or my problem? > > Doug, > > >Does it act the same from

Re: Is it Tomcat problem or my problem?

2004-04-22 Thread UmamaheswarKalluru
Doug, >Does it act the same from other machines? YES >Does i

Re: Is it Tomcat problem or my problem?

2004-04-22 Thread Parsons Technical Services
access do not use the URL of the login, instead use the URL of the homepage and let it redirect you to the login. Doug - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 9:18 AM Subject: Re: Is i

Re: Is it Tomcat problem or my problem?

2004-04-22 Thread UmamaheswarKalluru
Technical Services" To

Re: Is it Tomcat problem or my problem?

2004-04-22 Thread Parsons Technical Services
ril 22, 2004 7:27 AM Subject: Is it Tomcat problem or my problem? > > > > > Hello, > I am working on a web application using JSP and servlets. Till date my > application worked great but today I am having some critical problem. When > I come to a JSP, the session object is d

Is it Tomcat problem or my problem?

2004-04-22 Thread UmamaheswarKalluru
Hello, I am working on a web application using JSP and servlets. Till date my application worked great but today I am having some critical problem. When I come to a JSP, the session object is dead. I no longer can access the session in my servlet. I stopped the tomcat immediately to see if the

Re: major tomcat problem with hyperthreaded processor

2004-03-23 Thread Daniil Sosonkin
t in Linux any help is greatly appreciated. Thank you in advance, Daniil - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 10:01 AM Subject: RE: major tomcat problem

RE: major tomcat problem with hyperthreaded processor

2004-03-23 Thread Shapira, Yoav
>Sent: Tuesday, March 23, 2004 9:59 AM >To: [EMAIL PROTECTED] >Subject: major tomcat problem with hyperthreaded processor > >Hi, > >I'm hoping I'm posting to the right place since I'm in a bit of troubles. >So >here is the problem. I've downloaded latest

major tomcat problem with hyperthreaded processor

2004-03-23 Thread Daniil Sosonkin
Hi, I'm hoping I'm posting to the right place since I'm in a bit of troubles. So here is the problem. I've downloaded latest Tomcat (4.1.30) and installed it on Mandrake Linux 9.2 to run under JDK 1.4 (1.4.2_04-b05). It runs nicely; starts fine; loads my hosts; starts applications; connects to mys

hung tomcat problem

2004-03-08 Thread Mike Charnoky
Hello, we are currently using the following setup: * Tomcat 4.1.24-LE * Apache 1.3.27 * mod_jk 1.2.4 * Sun JVM 1.4.1_05 * all running on Linux RH 8.0 For quite some time now, our website has been encountering a "hung tomcat problem" at random times. The symptoms are typically:

Re: Help tomcat problem with memory

2004-03-01 Thread software
Hi, tahnks for you help, We actually running Java Applications with JDBC connectios to the databases, we have in this moment 13 application more or less, and one of the this application is on our website, we've received connections from any sites of the internet, and we are interesting to get tu

RE: Help tomcat problem with memory

2004-02-28 Thread Ralph Einfeldt
d (should be JAVA_OPTS) 40m is a quite low value for the memory setting. > -Original Message- > From: software [mailto:[EMAIL PROTECTED] > Sent: Friday, February 27, 2004 7:02 PM > To: Tomcat Users List > Subject: Re: Help tomcat problem with memory > Importance: High >

Re: Help tomcat problem with memory

2004-02-27 Thread Christopher Schultz
Fabian, If i have only two java proccess of 141 MB and 55 MB why my memory is over 90% of the utilization and the application working slowly or not working, when the users try to get access using the webserver in this server. i can't understand this problem...thnaks You have to understand some

RE: Help tomcat problem with memory

2004-02-27 Thread George Sexton
To: Tomcat Users List Subject: Re: Help tomcat problem with memory If i have only two java proccess of 141 MB and 55 MB why my memory is over 90% of the utilization and the application working slowly or not working, when the users try to get access using the webserver in this server. i can&#x

Re: Help tomcat problem with memory

2004-02-27 Thread software
- From: software [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 6:07 PM To: Tomcat Users List Subject: Re: Help tomcat problem with memory Importance: High Yes i've configured the Tomcat environment -Xms, -Xmm but i think it doesn't work, because it's consume the server me

Re: Help tomcat problem with memory

2004-02-27 Thread Christopher Schultz
So, Hi this the statemens that i posted in the catalina.sh file JAVA_HOME=/usr/java/j2sdk1.4.0 ; export JAVA_HOME CATALINA_HOME=/usr/local/tomcat1 ; export CATALINA_HOME JAVA_OPST="-server -Xms30m -Xmx40m -Dfile.encoding=ISO-8859-1" CATALINA_OPTS="-Xms30m -Xmx40m" Your app seems to be taking more

Re: Help tomcat problem with memory

2004-02-27 Thread software
[mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 6:07 PM To: Tomcat Users List Subject: Re: Help tomcat problem with memory Importance: High Yes i've configured the Tomcat environment -Xms, -Xmm but i think it doesn't work, because it's consume the server memory until 145

RE: Help tomcat problem with memory

2004-02-27 Thread Trenton D. Adams
the same values. > -Original Message- > From: software [mailto:[EMAIL PROTECTED] > Sent: Friday, February 27, 2004 10:01 AM > To: Tomcat Users List; [EMAIL PROTECTED] > Subject: Re: Help tomcat problem with memory > Importance: High > > Hi, my problem is that the perfo

RE: Help tomcat problem with memory

2004-02-27 Thread Ralph Einfeldt
threads of the same vm share their memory. > -Original Message- > From: software [mailto:[EMAIL PROTECTED] > Sent: Friday, February 27, 2004 6:07 PM > To: Tomcat Users List > Subject: Re: Help tomcat problem with memory > Importance: High > > > Yes i've co

RE: Help tomcat problem with memory

2004-02-27 Thread Kannan Sundararajan
that is your vm settings? -Original Message- From: software [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 12:07 PM To: Tomcat Users List Subject: Re: Help tomcat problem with memory Importance: High Yes i've configured the Tomcat environment -Xms, -Xmm but i thi

Re: Help tomcat problem with memory

2004-02-27 Thread software
Sent: Friday, February 27, 2004 5:36 PM To: [EMAIL PROTECTED] Subject: Help tomcat problem with memory Importance: High Hi i have installed apache 13.24 with 2 tomcats 4.0.3 with loadbalancer is woring fine but the problem when i'm using the ps -ef | grep java command i've saw

Re: Help tomcat problem with memory

2004-02-27 Thread software
running out of memory? A little more information would be helpful. Regards, Drew -Original Message- From: software [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 11:36 AM To: [EMAIL PROTECTED] Subject: Help tomcat problem with memory Importance: High Hi i have installed apache 1

RE: Help tomcat problem with memory

2004-02-27 Thread SH Solutions
So what's your problem? -Original Message- From: software [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 5:36 PM To: [EMAIL PROTECTED] Subject: Help tomcat problem with memory Importance: High Hi i have installed apache 13.24 with 2 tomcats 4.0.3 with loadbalancer is w

RE: Help tomcat problem with memory

2004-02-27 Thread Trenton D. Adams
ry 27, 2004 9:44 AM > To: Tomcat Users List > Subject: RE: Help tomcat problem with memory > > So what's your problem? Are you using Linux? Did you know > that Linux shows threads as processes using "ps"? Are you > running out of memory? A littl

RE: Help tomcat problem with memory

2004-02-27 Thread Ralph Einfeldt
] > Sent: Friday, February 27, 2004 5:36 PM > To: [EMAIL PROTECTED] > Subject: Help tomcat problem with memory > Importance: High > > > Hi i have installed apache 13.24 with 2 tomcats 4.0.3 with > loadbalancer > is woring fine but the problem when i'm using the ps -e

RE: Help tomcat problem with memory

2004-02-27 Thread Hamilton Andrew
ay, February 27, 2004 11:36 AM To: [EMAIL PROTECTED] Subject: Help tomcat problem with memory Importance: High Hi i have installed apache 13.24 with 2 tomcats 4.0.3 with loadbalancer is woring fine but the problem when i'm using the ps -ef | grep java command i've saw many java

Help tomcat problem with memory

2004-02-27 Thread software
Hi i have installed apache 13.24 with 2 tomcats 4.0.3 with loadbalancer is woring fine but the problem when i'm using the ps -ef | grep java command i've saw many java process justa like these: 21430 root 15 0 139M 139M 49444 S 0.0 13.8 0:00 java 21431 root 15 0 139M 139

Mod_JK <> tomcat problem

2004-02-05 Thread Pepijn Palmans - Kangaroot
Hi there, My 'first post' here. hit reply with appropriate remarks if i'm on the wrong list please :) I'm having some troubles with the connection between Mod_JK and Tomcat. After a while things go wrong. FYI, I'm using: - mod_jk-2.0.43.so - jakarta-tomcat-4.1.29 - suse (SLES 8) linux kernel 2.

Re: Is this a Tomcat problem? Someone please point me in the right direction to solve this problem...

2004-02-04 Thread Papillon
ot;Chugh, Sanjay" <[EMAIL PROTECTED]> > Répondre à : "Tomcat Users List" <[EMAIL PROTECTED]> > Date : Wed, 4 Feb 2004 12:43:40 -0700 > À : "Tomcat Users List" <[EMAIL PROTECTED]> > Objet : Is this a Tomcat problem? Someone please point me in the

Is this a Tomcat problem? Someone please point me in the right direction to solve this problem...

2004-02-04 Thread Chugh, Sanjay
I am part of a large team working on a java project with Tomcat. We are using jdk1.3.1 and Tomcat 4.1.18. The problem is that the latest build of our application has a problem on my machine. I've tracked it down to what seems like a problem with the session. When code that retreives information fro

RE: tomcat problem

2004-01-29 Thread STOCKHOLM, Raymond
ECTED] Envoyé : jeudi 29 janvier 2004 09:36 À : [EMAIL PROTECTED] Objet : tomcat problem Hello i have a problem. i have the next configuration: win2000 apache tomcat sql server, when i switch on the server the application is very fast but 4 or 5 hours affter the application is slow and two days aft

tomcat problem

2004-01-29 Thread Alejandro Pérez Nava
Hello i have a problem. i have the next configuration: win2000 apache tomcat sql server, when i switch on the server the application is very fast but 4 or 5 hours affter the application is slow and two days after is very slow... then i switch off and switch on the server and the application is very

Re: JNI and TOMCAT problem

2004-01-09 Thread Dirk Griesbach
08, 2004 10:57 PM Subject: JNI and TOMCAT problem > Hi. > > I'm runnin a JSP based Web aplicacion wich uses a Java Class that loads a > native library (JNI). This Class is placed in a jar file at /common/lib/ > The .so file is placed inside the jdk at /JAVA_HOME/jre/lib/

JNI and TOMCAT problem

2004-01-08 Thread J.Pablo M
Hi. I'm runnin a JSP based Web aplicacion wich uses a Java Class that loads a native library (JNI). This Class is placed in a jar file at /common/lib/ The .so file is placed inside the jdk at /JAVA_HOME/jre/lib/i386/ I sucesfully build and test a standalone application for the use of the J

Re: Session managing in Tomcat problem

2003-11-05 Thread Adam Hardy
] -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 11:03 AM To: 'Tomcat Users List' Subject: RE: Session managing in Tomcat problem Hi Chris, I just tried your suggestion, but I am getting a 500: org.apache.jasper.JasperException: ca

RE: Session managing in Tomcat problem

2003-11-04 Thread Tracy Saward
Subject: Re: Session managing in Tomcat problem Yansheng, > Hi Chris, I just tried your suggestion, but I am getting a 500: > > org.apache.jasper.JasperException: can't access SESSION_SCOPE without > an HttpSession > > And it's kind of strange since in my struts-confi

RE: Session managing in Tomcat problem

2003-11-04 Thread Tracy Saward
7; Subject: RE: Session managing in Tomcat problem Hi Chris, I just tried your suggestion, but I am getting a 500: org.apache.jasper.JasperException: can't access SESSION_SCOPE without an HttpSession at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2

RE: Session managing in Tomcat problem

2003-11-04 Thread Yansheng Lin
Thread.java:536) Apache Tomcat/4.1.24 -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: November 4, 2003 3:27 PM To: Tomcat Users List Subject: Re: Session managing in Tomcat problem Yansheng, > This is my entire jsp page (status.j

Re: Session managing in Tomcat problem

2003-11-04 Thread Christopher Schultz
Yansheng, This is my entire jsp page (status.jsp): <%@ page language="java" %> <%@ page session="false" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> That's odd: you are definately setting the scope to request. You should inquire on the struts list about this. -chris --

RE: Session managing in Tomcat problem

2003-11-04 Thread Yansheng Lin
ut in Struts. Can you explain? Thanks! -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: November 4, 2003 3:18 PM To: Tomcat Users List Subject: Re: Session managing in Tomcat problem Yansheng, > What do you mean I need something to be in the session? Tomcat

Re: Session managing in Tomcat problem

2003-11-04 Thread Christopher Schultz
Yansheng, What do you mean I need something to be in the session? Tomcat needs? I was forwarding user back to the request page after finish my execute() method. I don't use session at all. You are using a struts bean tag to pull a value out of the session in one of your JSPs. That's the one th

RE: Session managing in Tomcat problem

2003-11-04 Thread Yansheng Lin
PM To: Tomcat Users List Subject: Re: Session managing in Tomcat problem Yansheng, > Hi Chris, I just tried your suggestion, but I am getting a 500: > > org.apache.jasper.JasperException: can't access SESSION_SCOPE without an > HttpSession > > And it's kind of str

Re: Session managing in Tomcat problem

2003-11-04 Thread Christopher Schultz
Yansheng, Hi Chris, I just tried your suggestion, but I am getting a 500: org.apache.jasper.JasperException: can't access SESSION_SCOPE without an HttpSession > And it's kind of strange since in my struts-config, I set the action to be request scope. Well, if you need something to be in the sessi

RE: Session managing in Tomcat problem

2003-11-04 Thread Yansheng Lin
Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: November 4, 2003 2:09 PM To: Tomcat Users List Subject: Re: Session managing in Tomcat problem Yansheng, > Then why does a session gets created again in the response stage? > Does tomcat need that for anything? T

Re: Session managing in Tomcat problem

2003-11-04 Thread Christopher Schultz
Yansheng, Then why does a session gets created again in the response stage? Does tomcat need that for anything? That's annoying! I invalidate the session at the end of execute() method in my Struts Action class since I don't need it anymore, then I trace the code back to RequestDispatcher.java in

RE: Session managing in Tomcat problem

2003-11-04 Thread Yansheng Lin
er.java in javax.servlet, only to realize that the session was created again. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: November 4, 2003 11:45 AM To: Tomcat Users List Subject: RE: Session managing in Tomcat problem Howdy, >I want to prevent tomcat creating ne

RE: Session managing in Tomcat problem

2003-11-04 Thread Shapira, Yoav
Howdy, >I want to prevent tomcat creating new session for a particular >request(i.e., You can't do that without hacking tomcat internals to the point where it is no longer a Servlet Specification-compliant server. Yoav Shapira This e-mail, including any attachments, is a confidential busines

Session managing in Tomcat problem

2003-11-04 Thread Yansheng Lin
Hi I am not sure how to do this: My setup: -implemented javax.servlet.http.HttpSessionListener -in app's web.xml: mySessionListener -tomcat handles the creation of sessions and each of them expires after idling for an hour. I want to p

Re: Tomcat Problem

2003-11-02 Thread Sriram N
Hello: Please post queries related to Tomcat's usage to the Tomcat-user mailing list. You will have a bigger audience there to help you get started with Tomcat. 1. Have you read the application developer's guide ? http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/index.html It is also instal

mod_jk (Apache-Tomcat) problem

2003-10-21 Thread Robert Hall
Hi, I'm new to this list and hoping someone can help with the following problem. We have a JBoss (3.2.1) install w/embedded Tomcat (4.1.24) fronted by Apache 1.3.27 running on Solaris. The problem: mod_jk is setting the "Content-Length" header value to 0 for "Content-Type" of text/html when an HT

Re: Tomcat problem !

2003-10-17 Thread Filip Hanik
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html - Original Message - From: " hassan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 11, 2003 3:38 AM Subject: Tomcat problem ! Sir plz let me know how can i configuree Tomcat 4.

RE: Tomcat problem !

2003-10-17 Thread Patrick Willart
003 3:38 AM To: [EMAIL PROTECTED] Subject: Tomcat problem ! Sir plz let me know how can i configuree Tomcat 4.1 or 3.1 at my machine .. Regards ! Hassan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Tomcat problem !

2003-10-17 Thread hassan
Sir plz let me know how can i configuree Tomcat 4.1 or 3.1 at my machine .. Regards ! Hassan

RE: TOMCAT problem

2003-07-24 Thread dr.ahab
-Original Message- > From: Liu Haifeng [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 24, 2003 8:12 AM > To: Anandkumar Ayyachamy > Cc: [EMAIL PROTECTED] > Subject: Re: TOMCAT problem > > > Thanks Anand, but I do have deleted the files under the directory > tomcat/wor

RE: SSL through IIS to call the Tomcat - problem with isapi_redie ct.d ll

2003-07-16 Thread Kannan Sundararajan
ubject: RE: SSL through IIS to call the Tomcat - problem with isapi_redie ct.d ll well, scenario is like this. Server 1 [s1] : IIS with isapi_redirector.dll Server 2 [s2] : IIS - SSL with isapi_redirector.dll ( <<< SSL >>> ) Server 3 [s3] : Tomcat Server , Crystal Reports

RE: Wierd Tomcat Problem

2003-07-01 Thread Nathan Ewing
one in web.xml (and the uri > in your JSP is therefore not absolute)? > > Yoav Shapira > Millennium ChemInformatics > > > >-Original Message- > >From: Nathan Ewing [mailto:[EMAIL PROTECTED] > >Sent: Tuesday, July 01, 2003 3:44 PM > >To: [EMAIL PR

Wierd Tomcat Problem

2003-07-01 Thread Nathan Ewing
Attached is a demonstration application for my problem. You will have to include standard.jar for it to work because it wouldn't let me post to the list with that file included (too big). Just run apptest/main2 to see the problem. Here is the description again: -- Her

RE: SSL through IIS to call the Tomcat - problem with isapi_redie ct.d ll

2003-07-01 Thread Kannan Sundararajan
Tomcat Users List Subject: Re: SSL through IIS to call the Tomcat - problem with isapi_redie ct.d ll No, unless you care to be more specific than "can't use because of problems in isapi_redirect.dll". John On Tue, 1 Jul 2003 15:21:07 -0400, Kannan Sundararajan <[EMAIL PROTE

RE: Wierd Tomcat Problem

2003-07-01 Thread Shapira, Yoav
[EMAIL PROTECTED] >Sent: Tuesday, July 01, 2003 3:44 PM >To: [EMAIL PROTECTED] >Subject: Wierd Tomcat Problem > >Hi, I'm trying to fix this wierd problem with tomcat and the jstl. > >Here is what I'm doing: > >I created a servlet that forwards to a jsp. Inside th

Wierd Tomcat Problem

2003-07-01 Thread Nathan Ewing
Hi, I'm trying to fix this wierd problem with tomcat and the jstl. Here is what I'm doing: I created a servlet that forwards to a jsp. Inside the jsp I put the line <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %> (actually its in an <%@ include %> file inside the jsp). When I tr

Re: SSL through IIS to call the Tomcat - problem with isapi_redie ct.d ll

2003-07-01 Thread John Turner
EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 3:08 PM To: Tomcat Users List Subject: Re: SSL through IIS to call the Tomcat - problem with isapi_rediect.d ll I say your problems are caused by sun spots. John On Tue, 1 Jul 2003 13:12:31 -0400, Kannan Sundararajan <[EMAIL PROTECTED]> wrote: All

RE: SSL through IIS to call the Tomcat - problem with isapi_rediect.d ll

2003-07-01 Thread Kannan Sundararajan
Is there any remedy? :) -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 3:08 PM To: Tomcat Users List Subject: Re: SSL through IIS to call the Tomcat - problem with isapi_rediect.d ll I say your problems are caused by sun spots. John On Tue

  1   2   >