RE: ODBC jar files

2011-10-24 Thread Propes, Barry L
Ok, thanks for that explanation. I'll test putting one in the WEB-INF/lib and see if I can connect to it that way. If so, I'll see where I need to go from there. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, October 20, 2011 4:14 PM To

Re: jsessionid cookie across webapps

2011-10-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chad, On 10/24/2011 1:33 PM, chad.da...@emc.com wrote: > As I understand it, sessions are unique to each webapp. However, > I see the same jsessionid cookie being used for requests to two > different webapps in the same container. Is this correct?

Re: Make Errors for JK-1.2.32 solaris/sparc

2011-10-24 Thread Rainer Jung
On 24.10.2011 19:24, Ben wrote: > Beryle Simmons RaymondJames.com> writes: > >> >> Just checking to see in anyone had any thoughts on this one. >> >> -- > >> >> I normally use the solaris/sparc binary for mod_jk, but

Re: Undeploy fails with Tomcat 7 manager application

2011-10-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, On 10/22/2011 7:38 AM, Mike wrote: > The logfile is created within the application deployed to the > webapps directory of tomcat (and there within > "[applicationName]\resources\log"). > > I am not trying to delete it. However, when issuing the

Re: Make Errors for JK-1.2.32 solaris/sparc

2011-10-24 Thread Ben
Beryle Simmons RaymondJames.com> writes: > > Just checking to see in anyone had any thoughts on this one. > > -- > > I normally use the solaris/sparc binary for mod_jk, but I see they aren't available for downloa

RE: jsessionid cookie across webapps

2011-10-24 Thread Chad.Davis
> Read up on the emptySessionPath connector setting in the Tomcat > configuration guide. This will explain it. > Which, for the record, is here: http://tomcat.apache.org/tomcat-5.5-doc/config/http.html - To unsubscribe, e-

RE: jsessionid cookie across webapps

2011-10-24 Thread Carrillo, Dan
Read up on the emptySessionPath connector setting in the Tomcat configuration guide. This will explain it. -Original Message- From: chad.da...@emc.com [mailto:chad.da...@emc.com] Sent: Monday, October 24, 2011 10:34 AM To: users@tomcat.apache.org Subject: jsessionid cookie across webapp

jsessionid cookie across webapps

2011-10-24 Thread Chad.Davis
As I understand it, sessions are unique to each webapp. However, I see the same jsessionid cookie being used for requests to two different webapps in the same container. Is this correct? Tomcat 5.5.34

Re: Re: : tomcat error 404

2011-10-24 Thread Tim Watts
On Mon, 2011-10-24 at 12:41 -0400, Dave Filchak wrote: > Humm, well I did the whole export CLASSPATH thing. So I should just have > to place them in my apps lib directory, as shown below, and it should > load automagically? > Indeed it should. No need to monkey with CLASSPATH. You may need to

Re: RE: Re: : tomcat error 404

2011-10-24 Thread Dave Filchak
As I said, I have been trying to crash learn. I am not, I repeat not, a tomcat user but willing to try and learn. It is not always clear to us who have not been doing this for a long time. Try to be patient with us I did actually move the context to META-INF. Cheers, Dave On 22/07/64 2:59 PM

Re: Re: : tomcat error 404

2011-10-24 Thread Dave Filchak
Humm, well I did the whole export CLASSPATH thing. So I should just have to place them in my apps lib directory, as shown below, and it should load automagically? Dave On 22/07/64 2:59 PM, Pid wrote: On 24/10/2011 00:18, Dave Filchak wrote: I upload the JavaMail and JAF libs to /home/##/

Re: JMX access through firewall

2011-10-24 Thread Thiago Moreira (timba)
Another step forward... I got jconsole print some debugging information. Using *jconsole -J-Djava.util.logging.config.file=logging.properties* And found out that it is necessary add the catalina-jmx-remote.jar to jconsole classpath (*jconsole -J-Djava.util.logging.config.file=logging.propertie

Re: .nfsxxx file created when undeploying applications

2011-10-24 Thread Nicolas Dordet
It's for a client too and I don't have acces to the server or applications so I first think it comes from Tomcat and now I'm trying to understand what's happening and what is possible to do. Thanks 2011/10/23 Hassan Schroeder > On Sun, Oct 23, 2011 at 1:56 AM, Nicolas Dordet > wrote: > > > I h

Re: deploy tomcat quietly and automatically

2011-10-24 Thread Josh Ho
Only that version passed operation test. Other version is not allowed to be deployed. 2011/10/24 Caldarale, Charles R > > From: Josh Ho [mailto:josh...@ecareme.com] > > Subject: Re: deploy tomcat quietly and automatically > > > Because of compatible issue, I must install 6.0.29. > > What compati

Re: servlet session method with https

2011-10-24 Thread Mark Thomas
On 24/10/2011 16:30, chad.da...@emc.com wrote: > The specification ( servlet 2.4 ) says that the servlet session may > be implemented via session cookie or, in the case of https, via the > ssl mechanism. My server is only accessible via https. Does tomcat > use the ssl mechanism in this case? No

servlet session method with https

2011-10-24 Thread Chad.Davis
The specification ( servlet 2.4 ) says that the servlet session may be implemented via session cookie or, in the case of https, via the ssl mechanism. My server is only accessible via https. Does tomcat use the ssl mechanism in this case? I do see the JSESSINID cookie, so as far as I can tell

RE: deploy tomcat quietly and automatically

2011-10-24 Thread Caldarale, Charles R
> From: Josh Ho [mailto:josh...@ecareme.com] > Subject: Re: deploy tomcat quietly and automatically > Because of compatible issue, I must install 6.0.29. What compatibility issue would that be? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is

Re: deploy tomcat quietly and automatically

2011-10-24 Thread Josh Ho
I am new to Tomcat. I am afraid there are differences between zip version and setup version? I know setup version could be installed as a service. Maybe someone could tell me other differences, then I could use zip version instead. 2011/10/24 Pid > On 24/10/2011 10:46, Josh Ho wrote: > > Dears >

Re: deploy tomcat quietly and automatically

2011-10-24 Thread Josh Ho
Because of compatible issue, I must install 6.0.29. I've tried /S /D option but only /S worked on 6.0.29. 2011/10/24 Konstantin Kolinko > 2011/10/24 Josh Ho : > > Dears > > I wanna deploy tomcat on many windows servers. > > A binary source has been chosen (apache-tomcat-6.0.29.exe). > > Which i

Re: JMX access through firewall

2011-10-24 Thread Thiago Moreira (timba)
Hey Christopher, All machines are running IPv4, IPv6 is disabled. And it is possible use with or without space between -L and its forwarding specifiers. Today is my third day fighting against this... totally frustrated! Is there a log configuration that I can turn on to check if the JMX connec

Re: deploy tomcat quietly and automatically

2011-10-24 Thread Konstantin Kolinko
2011/10/24 Josh Ho : > Dears > I wanna deploy tomcat on many windows servers. > A binary source has been chosen (apache-tomcat-6.0.29.exe). Which is outdated and has several known security issues. > Is there a way to deploy it quietly and automatically like JDK(such as : > jdk-6u24-windows-x64.ex

Re: Tomcat clustering session attribute is changed without request

2011-10-24 Thread Pid
On 24/10/2011 14:05, Hodchenkov, Paul wrote: > Hi, > Thanks for the reply! > -> What does 'stores session map in memory' actually mean? > It's ConcurrentMap map which is filled by HttpListener. > I can access session attributes of any user using this approach. > Does changes to attributes in HttpS

RE: Tomcat clustering session attribute is changed without request

2011-10-24 Thread Hodchenkov, Paul
Hi, Thanks for the reply! -> What does 'stores session map in memory' actually mean? It's ConcurrentMap map which is filled by HttpListener. I can access session attributes of any user using this approach. Does changes to attributes in HttpSession cause a replication in this case? What is the ben

Re: deploy tomcat quietly and automatically

2011-10-24 Thread Pid
On 24/10/2011 10:46, Josh Ho wrote: > Dears > I wanna deploy tomcat on many windows servers. > A binary source has been chosen (apache-tomcat-6.0.29.exe). > Is there a way to deploy it quietly and automatically like JDK(such as : > jdk-6u24-windows-x64.exe /quiet) Why not pick the zip version & ju

Re: Tomcat clustering session attribute is changed without request

2011-10-24 Thread Pid
On 24/10/2011 11:55, Hodchenkov, Paul wrote: > Hi all, > I have configured tomcat 7 cluster by using [1] with DeltaManager and it > works fine. > However I have the following 2 questions: > > 1) My application stores session map in memory(admin can force logout of > any user and change some

Re: Error while first Run of Tomcat Server 7.0.22

2011-10-24 Thread Daniel Mikusa
On Sat, 2011-10-22 at 07:22 -0700, Amit Kumar wrote: > Anyway if you could plz tell me how you concluded I hv installed > 32-bit JVM > that will be very helpful. When you look at the output from "java -version", it does not list your JVM as being 64-bit. > C:\Oracle\Middleware\jdk160_18\bin>java

RE: Tomcat clustering session attribute is changed without request

2011-10-24 Thread Hodchenkov, Paul
Hi, --> Changes in the session are only replicated at the end of a request. 1)So is there any way to 'force' replication if HttpSession was changed without http request? -->2. I don't understand your question. 2) AFAIK tomcat fires onSessionDestroyed event when some node in cluster is stopped gra

Re: Tomcat clustering session attribute is changed without request

2011-10-24 Thread Ronald Klop (Mailing List)
Op maandag, 24 oktober 2011 12:55 schreef "Hodchenkov, Paul" : Hi all, I have configured tomcat 7 cluster by using [1] with DeltaManager and it works fine. However I have the following 2 questions: 1) My application stores session map in memory(admin can force logout of any

Tomcat clustering session attribute is changed without request

2011-10-24 Thread Hodchenkov, Paul
Hi all, I have configured tomcat 7 cluster by using [1] with DeltaManager and it works fine. However I have the following 2 questions: 1) My application stores session map in memory(admin can force logout of any user and change some session attribute). Will this session attribute be replic

deploy tomcat quietly and automatically

2011-10-24 Thread Josh Ho
Dears I wanna deploy tomcat on many windows servers. A binary source has been chosen (apache-tomcat-6.0.29.exe). Is there a way to deploy it quietly and automatically like JDK(such as : jdk-6u24-windows-x64.exe /quiet) Thanks