Re: Tomcat stops suddenly without any errors

2010-03-19 Thread siranjeevi krishnan
Hi Charles Thanks for your reply. I understood that if the thread is killed, tomcat will stop. In my case, there is no explicit killing of thread. Only after graceful stop of tomcat, this thread got killed. Thanks Siranjeevi On Fri, Mar 19, 2010 at 10:23 PM, Caldarale, Charles R wrote: >> Fro

RE: Tomcat-Spring-Eclipse/Flex Classpath Issue

2010-03-19 Thread Martin Gainty
Michael- stop webserver cd /WEB-INF/classes jar -xvf $SPRING_HOME/dist/modules/spring-*.jar . clear any temp or work folders..(tomcat work folder is usually in $CATALINA_HOME/work/Catalina/localhost/WebAppFolder) start webserver flex is a different issue ..for mine i had to grant both read and

RE: Trouble with SecurityManager: can't load org.apache.commons.logging.impl.Log4JLogger

2010-03-19 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Trouble with SecurityManager: can't load > org.apache.commons.logging.impl.Log4JLogger > > With no CATALINA_BASE/conf/catalina.policy file, I get this error: > > Caused by: java.security.AccessControlException: access de

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
Ok, thanks. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, March 19, 2010 4:47 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config > From: Propes, Barry L [mailto:barry.l.pro...@citi.com] > Subject: RE: DB connectio

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Caldarale, Charles R
> From: Propes, Barry L [mailto:barry.l.pro...@citi.com] > Subject: RE: DB connection error -Tomcat 6 config > > Weird, thoughnow I'm getting an IllegalStateException: Timer > already cancelled. > > Wonder what this is? Or what's causing it? Can't say - I have very little experience with Ora

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
Weird, thoughnow I'm getting an IllegalStateException: Timer already cancelled. Wonder what this is? Or what's causing it? Well, Chuck, I took out the testWhileIdle="true" attribute and that seemed to fix this. Thanks. I guess you thought that might be an issue? : ) -Original Me

RE: Disabling http connector

2010-03-19 Thread Martin Gainty
i would first check the configuration for the connector you *might* have a builtin dependency on Executor ThreadPool e.g. anyone ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachrich

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
Ok, will do...thanks for the suggestion. I'll remove that. Thanks. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, March 19, 2010 4:31 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config > From: Propes, Barry L [m

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Caldarale, Charles R
> From: Propes, Barry L [mailto:barry.l.pro...@citi.com] > Subject: RE: DB connection error -Tomcat 6 config > > javax.servlet.ServletException: > org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create > PoolableConnectionFactory (ORA-00923: FROM keyword not found where > expected) I would

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
GOOD GOSH!!! I don't believe it! It's now friggin' working! Thank you all: Chuck, Chris, Andre, Mark, Gregor, et al. I had one little bad validation attribute in the context.xml file, and that was throwing it off. That, of course, after all that other junk, and the other junk being the tomca

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
Alright, doneremoved every instance of tomcat-dbcp.jar I could find (save for the instance that SHOULD be there) and I do finally get a different error, this one seeming more SQL, and specifically ORACLE-related, in nature. Now the Oracle driver is initially called (and found) to pull back a

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
Ok, I think I see some of the issue with the multiple or duplicate copies of those jars, which I'll assume for now is a big problem until I rebuild it. My company requires me to go through some Pointsec authentication, and by default directs me (unfortunately) to some other dumb domain that's on

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Rob Slifka
Done and done! https://issues.apache.org/jira/browse/DAEMON-153 Thanks everyone, Rob On Fri, Mar 19, 2010 at 12:20 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rob, > > On 3/19/2010 2:48 PM, Rob S. wrote: > > On Fri, Mar 1

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob, On 3/19/2010 2:48 PM, Rob S. wrote: > On Fri, Mar 19, 2010 at 11:33 AM, André Warnier wrote: > >> >> You should probably install a *real* tomcat pre-packaged distribution, like >> the ones you get with Debian or RedHat. Their startup scripts w

Trouble with SecurityManager: can't load org.apache.commons.logging.impl.Log4JLogger

2010-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I'm trying to run Tomcat with a SecurityManager and I'm having a few problems. Debian Linux Tomcat 6.0.26 Sun Java 1.6.0_12 Server VM I'm using CATALINA_BASE to run Tomcat from a different place than CATALINA_HOME. I've been doing this for year

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Rob Slifka
Hi Mark, > time). > There is one due fairly soon. Mladen has been working on daemon recently. > Excellent! I'm in the processing of submitting the patch to daemon's Tomcat5.sh at the moment. > > - Once that happens, Tomcat needs to be updated to pull that new release > > from the archive. > T

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Caldarale, Charles R
> From: Propes, Barry L [mailto:barry.l.pro...@citi.com] > Subject: RE: DB connection error -Tomcat 6 config > > There is another copy of the tomcat-dbcp.jar in my JRE lib directory. That must be removed - it could be the source of all the problems. > Tomcat doesn't copy files there, too does it

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Mark Thomas
On 19/03/2010 18:45, Rob S. wrote: > Hi Chris, > > I have a script that works and I'm ready to submit a patch. Tomcat pulls > jsvc.tar.gz from the commons-daemon project, circa 2004/2005. > > http://archive.apache.org/dist/commons/daemon/binaries/ > > The structure of the 1.0.1 commons-daemon i

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Rob S.
On Fri, Mar 19, 2010 at 11:33 AM, André Warnier wrote: > > You should probably install a *real* tomcat pre-packaged distribution, like > the ones you get with Debian or RedHat. Their startup scripts work fine > with jsvc, right out of the box. > Hi Andre, Pragmatically speaking, that would all

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Rob S.
Hi Chris, I have a script that works and I'm ready to submit a patch. Tomcat pulls jsvc.tar.gz from the commons-daemon project, circa 2004/2005. http://archive.apache.org/dist/commons/daemon/binaries/ The structure of the 1.0.1 commons-daemon is different than the structure of 1.0.2. There is

RE: APR Question

2010-03-19 Thread Caldarale, Charles R
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Subject: RE: APR Question > > I thought the library name was supposed to be just tcnative-1.so, but I > don't have a Linux system available at the moment to check. Sorry, just looked at the code; libtcnative-1.so is also acceptabl

RE: APR Question

2010-03-19 Thread Caldarale, Charles R
> From: Gregor Schneider [mailto:rc4...@googlemail.com] > Subject: Re: APR Question > > did you set the environment-variable LD_LIBRARY_PATH? It's not needed - the explicit setting of the system property java.library.path overrides anything in the environment variable. Note that the message dis

Re: APR Question

2010-03-19 Thread blargy
I also followed these instructions with no such luck: http://tomcat.apache.org/native-doc/ even though the files are indeed located in /opt/tomcat/lib [java] INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob, On 3/19/2010 1:51 PM, Rob S. wrote: The core of the issue seems to be that jsvc is starting Java directly which means you have to duplicate the hard work catalina.sh does. So while I'm really talking about just gett

Re: APR Question

2010-03-19 Thread Gregor Schneider
did you set the environment-variable LD_LIBRARY_PATH? cheers gregor --- just because you're paranoid doesn't mean they're not after you... Am 19.03.2010 um 18:43 schrieb blargy : > > I was able to build and install APR (from the Tomcat bin dir) into > /usr/local/apr/lib and I added the followin

Re: Tomcat 7

2010-03-19 Thread Mark Thomas
On 19/03/2010 18:19, Steffen Heil wrote: > Hi > > I know (from this list) that there is work going on for tomcat7. > However it is not even listed on the homepage as alpha/beta. That is because there hasn't been a release yet. > Can someone comment on the status of development for tomcat 7 and s

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob, On 3/19/2010 1:51 PM, Rob S. wrote: > The core of the issue seems to be that jsvc is starting Java directly which > means you have to duplicate the hard work catalina.sh does. So while I'm > really talking about just getting the log files to sho

Re: DB connection error -Tomcat 6 config

2010-03-19 Thread Gregor Schneider
ah. come on, chuck, why's that everyone is picking on my nick? *sic* i'm reading and posting from my mobile, which is why i may have not seen andre's post cheers gregor --- just because you're paranoid doesn't mean they're not after you... Am 19.03.2010 um 18:16 schrieb "Caldarale, Charles R" :

Tomcat 7

2010-03-19 Thread Steffen Heil
Hi I know (from this list) that there is work going on for tomcat7. However it is not even listed on the homepage as alpha/beta. Can someone comment on the status of development for tomcat 7 and some propable timeframe (in years or months) for a beta or stable version? Note: I don't expect prec

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
Did so, and still getting errors. If I reference the factory ( org.apache.tomcat.dbcp.dbcp.DataSourceConnectionFactory) - I get - org.apache.jasper.JasperException: javax.servlet.ServletException: javax.naming.NamingException: Could not create resource factory instance [Root exception is java.

RE: APR Question

2010-03-19 Thread Anthony J. Biacco
How did you configure apr, i.e. what's your configure line? Are you mixing 32-bit with 64-bit between your libraries and JVM? -Tony --- Manager, IT Operations Format Dynamics, Inc. 303-573-1800x27 abia...@formatdynamics.com http://www.formatdynamics.com > -Original M

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Rob S.
The core of the issue seems to be that jsvc is starting Java directly which means you have to duplicate the hard work catalina.sh does. So while I'm really talking about just getting the log files to show back up, that's only a symptom of the larger problem. Is this an accurate analysis? Is ther

APR Question

2010-03-19 Thread blargy
I was able to build and install APR (from the Tomcat bin dir) into /usr/local/apr/lib and I added the following JVM argument when starting Tomcat: -Djava.library.path=/usr/local/apr/lib/ However I am still seeing this warning message even though the apr lib directory exists: [java] INFO: The Ap

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Rob S.
Yep, the "update" really just changed the name of Bootstrap :) In the process of debugging this now and I will definitely post the results here / submit a patch, hopefully later today. Rob On Fri, Mar 19, 2010 at 10:34 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob, On 3/19/2010 1:25 PM, Rob S. wrote: > After using the jsvc init script provided with Tomcat 6, Tomcat no longer > writes any log files to /logs. The only log file I'm getting is > catalina.out, which is coming from JSVC capturing System.out and

jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Rob S.
Hi everyone, After using the jsvc init script provided with Tomcat 6, Tomcat no longer writes any log files to /logs. The only log file I'm getting is catalina.out, which is coming from JSVC capturing System.out and System.err. My Google-fu must be on vacation because this seems like it would be

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Caldarale, Charles R
> From: 2smart4u [mailto:rc4...@googlemail.com] > Subject: Re: DB connection error -Tomcat 6 config > > just a quick thought: > > have you tried installing Tomcat into a directory where it's name is > *not* containing any spaces? I would have thought a smart person would be keeping up - André su

Re: DB connection error -Tomcat 6 config

2010-03-19 Thread 2smart4u
just a quick thought: have you tried installing Tomcat into a directory where it's name is *not* containing any spaces? cheers gregor -- just because you're paranoid, don't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.df

Re: Always load balance to same box with different tomcat contexts

2010-03-19 Thread 2smart4u
Guys, On Fri, Mar 19, 2010 at 5:12 PM, Mark Thomas wrote: > On 19/03/2010 12:16, 2smart4u wrote: > > As per the thread title the OP wanted to: > "Always load balance to same box with different tomcat contexts" > I understood it that way that he always wanted to loadbalance the same sessions to t

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
Much better, Mark...my fault there. When I run that command I do get the following. So I assume all is ok, there, though it will be better to reinstall to a folder without the spaces and lengthy names. C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib>jar -tf tomcat-dbcp.j ar META-INF

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
It is there, actually. AND, like I'd mentioned in another message (which who knows, might have been blocked out for some reason) the params using the same driver will retrieve databouncing through to a details page using the Context object seem to fail. So the driver's there and will work si

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
Thanks. Yeah, I'd let it default from the installerbig mistake there I'm sure. I'll kill it off and reinstall elsewhere... Thanks, guys! -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, March 19, 2010 11:41 AM To: Tomcat Users List Subject: Re: DB connec

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
You're correct in that I initially did the command from the folder abovealso tried it from the lib folder after changing directories and got the same FileNotFound exception error message. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Friday, March 19, 2010 11

RE: Tomcat stops suddenly without any errors

2010-03-19 Thread Caldarale, Charles R
> From: siranjeevi krishnan [mailto:siranjee...@gmail.com] > Subject: Re: Tomcat stops suddenly without any errors > > I am starting tomcat under a thread inside another JVM by calling > Bootstrap.main("start"); You're not running Tomcat in "another JVM" - it's running in the same one your threa

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Caldarale, Charles R
> From: Propes, Barry L [mailto:barry.l.pro...@citi.com] > Subject: RE: DB connection error -Tomcat 6 config (Looks like our corporate e-mail filter is removing some of your messages - I had to retrieve this from the archive.) So now we're down to this problem: > java.lang.ClassNotFoundExceptio

Re: DB connection error -Tomcat 6 config

2010-03-19 Thread Mark Thomas
On 19/03/2010 16:31, André Warnier wrote: > Propes, Barry L wrote: > ... > > I may be missing something, but > >> >> And in doing this, I get this error!! >> >> C:\Program Files\Apache Software Foundation\Tomcat 6.0>jar -tf >> tomcat.dbcp.jar >> >> java.io.FileNotFoundException: tomcat.dbcp.jar (

Re: DB connection error -Tomcat 6 config

2010-03-19 Thread André Warnier
Propes, Barry L wrote: ... I may be missing something, but And in doing this, I get this error!! C:\Program Files\Apache Software Foundation\Tomcat 6.0>jar -tf tomcat.dbcp.jar java.io.FileNotFoundException: tomcat.dbcp.jar (The system cannot find the file specified) ... And it is in the l

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
Well, that's interesting... >>-Original Message- >>From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] >>Sent: Thursday, March 18, 2010 6:13 PM >>To: Tomcat Users List >>>Subject: RE: DB connection error -Tomcat 6 config And if you remove the factory attribute? when I r

Re: Always load balance to same box with different tomcat contexts

2010-03-19 Thread Mark Thomas
On 19/03/2010 12:16, 2smart4u wrote: > On Fri, Mar 19, 2010 at 12:46 PM, Mark Thomas wrote: > >> The question was how to make session stickiness apply to all applications on >> a host. Clustering was mentioned but isn't relevant to this question (and >> the OP's original post seemed to suggest th

Re: SSL Client Auth through tomcat

2010-03-19 Thread Hassan Schroeder
On Fri, Mar 19, 2010 at 8:18 AM, rangeli nepal wrote: > Suppose there is link( https://B)   provided on an web application > hosted at A (tomcat server) that access service on B which through a > response.redirect(https://B...) > Once user clicks that link  a encrypted channel is established

Re: SSL Client Auth through tomcat

2010-03-19 Thread rangeli nepal
Thank you. That is something I am not clear about. Suppose there is link( https://B) provided on an web application hosted at A (tomcat server) that access service on B which through a response.redirect(https://B...) Once user clicks that link a encrypted channel is established between A an

RE: need help for apache-tomcat-6.0.26

2010-03-19 Thread Caldarale, Charles R
> From: Manoj Kumar [mailto:utiba_ma...@hotmail.com] > Subject: need help for apache-tomcat-6.0.26 > > > need help to resolve following > > Found SAAJ API ( javax.xml.soap.SOAPMessage ) at an unknown location > Found JAXP implementation ( javax.xml.parsers.SAXParserFactory ) at an > unknown loca

Mike Wilde is out of the office.

2010-03-19 Thread Michael Wilde
I will be out of the office starting 19/03/2010 and will not return until 24/03/2010. If you have any urgent production Healthcare issues please contact Iain B Miller. For development Healthcare issues contact Graeme J Wilson or Neil Gracie.

need help for apache-tomcat-6.0.26

2010-03-19 Thread Manoj Kumar
I installed apache-tomcat version 6.0.26. need help to resolve following, it displayed after hitting the url 'http://localhost:8080/axis/happyaxis.jsp' Found SAAJ API ( javax.xml.soap.SOAPMessage ) at an unknown location Found JAXP implementation ( javax.xml.parsers.SAXParserFactory ) at an u

Re: SSL Client Auth through tomcat

2010-03-19 Thread André Warnier
rangeli nepal wrote: Thank you for your response. I would have definitely not written to this group, if my question would just related to SSL terminating on Apache. Here is my scenario: ___ | |

Re: SSL Client Auth through tomcat

2010-03-19 Thread rangeli nepal
Thank you for your response. I would have definitely not written to this group, if my question would just related to SSL terminating on Apache. Here is my scenario: ___ | | | | |A

Re: Always load balance to same box with different tomcat contexts

2010-03-19 Thread 2smart4u
Mark, had a bad day? On Fri, Mar 19, 2010 at 12:46 PM, Mark Thomas wrote: > The question was how to make session stickiness apply to all applications on > a host. Clustering was mentioned but isn't relevant to this question (and > the OP's original post seemed to suggest they were having issues

Re: [OT] Found SAAJ API ( javax.xml.soap.SOAPMessage ) at an unknown location

2010-03-19 Thread André Warnier
Manoj Kumar wrote: Can you mention the URL for this please ? Sure. Here are a couple : http://www.bbc.co.uk/cult/hitchhikers/guide/siriuscybernetics.shtml http://en.wikipedia.org/wiki/Technology_in_The_Hitchhiker%27s_Guide_to_the_Galaxy#Happy_Vertical_People_Transporter Date: Fri, 19 Mar

Re: Always load balance to same box with different tomcat contexts

2010-03-19 Thread Mark Thomas
On 19/03/2010 12:38, 2smart4u wrote: I think you might be missing something here. If I got the OP correct, it's not only about loadbalancing but also about maintaing the session between different Tomcat instances. The question was how to make session stickiness apply to all applications on a ho

Re: Tomcat stops suddenly without any errors

2010-03-19 Thread siranjeevi krishnan
Hi Warnier Thanks for your help. I am running tomcat in Windows platform. I am starting tomcat under a thread inside another JVM by calling Bootstrap.main("start"); Thanks Siranjeevi On Fri, Mar 19, 2010 at 4:53 PM, André Warnier wrote: > siranjeevi krishnan wrote: >> >> Hi All >> >> I am usin

Re: Always load balance to same box with different tomcat contexts

2010-03-19 Thread 2smart4u
On Fri, Mar 19, 2010 at 11:54 AM, Mark Thomas wrote: > >> 2) There is cookie in browser - it will loadbalance to engine which >> already >> has session - since cookie has no context path > > Correct. > Mark, I think you might be missing something here. If I got the OP correct, it's not only abou

RE: [OT] Found SAAJ API ( javax.xml.soap.SOAPMessage ) at an unknown location

2010-03-19 Thread Manoj Kumar
Can you mention the URL for this please ? > Date: Fri, 19 Mar 2010 12:26:39 +0100 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: [OT] Found SAAJ API ( javax.xml.soap.SOAPMessage ) at an unknown > location > > Manoj Kumar wrote: > > > > following is the output of 'http://

Re: [OT] Found SAAJ API ( javax.xml.soap.SOAPMessage ) at an unknown location

2010-03-19 Thread André Warnier
Manoj Kumar wrote: following is the output of 'http://localhost:8080/axis/happyaxis.jsp' " Axis Happiness PageExamining webapp configuration Why does this all remind me of the elevators in the Hitchiker's Guide series ? -

Re: Tomcat stops suddenly without any errors

2010-03-19 Thread André Warnier
siranjeevi krishnan wrote: Hi All I am using Tomcat 6.0.18. It's running fine for past two months. Suddenly it stops and i couldn't find any errors. It would probably help if you mentioned on which platform this happens, and if it is a Windows system, if Tomcat is running as a Service or oth

RE: Found SAAJ API ( javax.xml.soap.SOAPMessage ) at an unknown location

2010-03-19 Thread Manoj Kumar
following is the output of 'http://localhost:8080/axis/happyaxis.jsp' " Axis Happiness PageExamining webapp configuration Language: [en] [ja] Needed Components Found SAAJ API ( javax.xml.soap.SOAPMessage ) at an unknown location Found JAX-RPC API ( javax.xml.rpc.Service ) at /var/lib/

Tomcat stops suddenly without any errors

2010-03-19 Thread siranjeevi krishnan
Hi All I am using Tomcat 6.0.18. It's running fine for past two months. Suddenly it stops and i couldn't find any errors. The messages i got in catalina .log are Mar 16, 2010 5:48:00 PM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Mar 16, 2010 5:48:00 PM org.apac

Re: Always load balance to same box with different tomcat contexts

2010-03-19 Thread Mark Thomas
On 19/03/2010 11:05, Andrey Ilyin wrote: Does this mean that session/servletContext is shared between contexts? No. E.g. if I have some attribute in session/application contexts in webapp1 would it be accesible in webapp2? No. Each webapp will have its own session object although they will all

Re: which version (5.5.28 vs. 6.0.26)

2010-03-19 Thread Mark Thomas
On 19/03/2010 10:12, Daniel Plappert wrote: Hi, I am not sure which version to use. As a developer I want to use the new version 6.0.26, but unfortunately it's not part of the debian packaging management system. They only support the 5.5.28 version with the remark, that this version is more secu

Re: Always load balance to same box with different tomcat contexts

2010-03-19 Thread 2smart4u
On Fri, Mar 19, 2010 at 11:05 AM, Andrey Ilyin wrote: > > > Does this mean that session/servletContext is shared between contexts? E.g. > if I have some attribute in session/application contexts in webapp1 would it > be accesible in webapp2? > when the context is dropped from a Cookie-path, the c

Re: Always load balance to same box with different tomcat contexts

2010-03-19 Thread Andrey Ilyin
2smart4u wrote: > > More or less, it drops the context from the Cookie-path, meaning the > cookie is valid for all contexts. > Hi Gregor, Does this mean that session/servletContext is shared between contexts? E.g. if I have some attribute in session/application contexts in webapp1 would it b

Re: Disabling http connector

2010-03-19 Thread André Warnier
Cummins College wrote: Hi, We found this MBeanfactory method. It has a remove connector method. This takes argument as the Mbean-name of component to be removed. We have tried passing 'HTTPConnector', 'CoyoteConnector','Catalina','http-8080' and 'http11connector'. Could you tell us how to fin

Re: which version (5.5.28 vs. 6.0.26)

2010-03-19 Thread Philip Wigg
On 19 March 2010 09:12, Daniel Plappert wrote: > I am not sure which version to use. As a developer I want to use the new > version 6.0.26, but unfortunately it's not part of the debian packaging > management system. They only support the 5.5.28 version with the remark, > that this version is mor

Re: Disabling http connector

2010-03-19 Thread Cummins College
Hi, We found this MBeanfactory method. It has a remove connector method. This takes argument as the Mbean-name of component to be removed. We have tried passing 'HTTPConnector', 'CoyoteConnector','Catalina','http-8080' and 'http11connector'. Could you tell us how to find the mbean names of the

which version (5.5.28 vs. 6.0.26)

2010-03-19 Thread Daniel Plappert
Hi, I am not sure which version to use. As a developer I want to use the new version 6.0.26, but unfortunately it's not part of the debian packaging management system. They only support the 5.5.28 version with the remark, that this version is more secure and tested than 6.0. Is that true? Because

Re: Tomcat at the next ApacheCon

2010-03-19 Thread Mark Thomas
On 18/03/2010 17:00, jean-frederic clere wrote: Hi, We all want to see a Tomcat track at the ApacheConNA2010, don't we? I have created a wiki page to collect the presentation proposals. Fell free to add the stuff you would like to present at the ApacheCon. The tomcat PMC will review it and then

Found SAAJ API ( javax.xml.soap.SOAPMessage ) at an unknown location

2010-03-19 Thread Manoj Kumar
Hi, I installed apache-tomcat-6.0.26 and axis-1_4 on fedora11. I copied all jar files from webapps/lib directory of axis-1_4 to webapps/axis/WEB-INF/lib directory of apache tomcat. After this I started apache tomcat and tested using the URL 'http://localhost:8080/axis/happyaxis.jsp'. This