Re: mod_jk 1.2.30 error problem after upgrade

2010-03-19 Thread Mladen Turk
On 03/18/2010 09:27 PM, Anthony J. Biacco wrote: Is there something in the new code that is just making things more sensitive on the mod_jk side, which is why this never showed up in .28? Yes it is. Although your particular uses case should be shown in earlier versions as well. At least

Re: SSL Client Auth through tomcat

2010-03-19 Thread Albert Tumanov
If your SSL terminates on Apache then you are obviously in the wrong mailing list :) You have nothing to configure in Tomcat. On Thu, Mar 18, 2010 at 7:20 PM, rangeli nepal rangeli.ne...@gmail.com wrote: Good Morning Everybody, Currently I am trying set up a tomcat instance so that it can

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'.

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

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: which version (5.5.28 vs. 6.0.26)

2010-03-19 Thread Philip Wigg
On 19 March 2010 09:12, Daniel Plappert plapp...@denkformat.de 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

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 String 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

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 be

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 andrey.il...@db.com 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

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

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

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

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

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

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 ma...@apache.org 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

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 a...@ice-sa.com wrote: siranjeevi krishnan wrote: Hi All I am

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

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

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 ma...@apache.org 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

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: 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: ___ | |

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

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.

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 location

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

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 ma...@apache.org 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

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 remove the I

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.0jar -tf tomcat.dbcp.jar java.io.FileNotFoundException: tomcat.dbcp.jar (The system cannot find the file specified) ... And it is in the

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.0jar -tf tomcat.dbcp.jar java.io.FileNotFoundException: tomcat.dbcp.jar (The system cannot

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.ClassNotFoundException:

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 thread is

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

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

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\libjar -tf tomcat-dbcp.j ar

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 ma...@apache.org 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

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 @

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é

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

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

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 PGP

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

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

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

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

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

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

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 show

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 some

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

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

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

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 acceptable.

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 a...@ice-sa.com 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,

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 is

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 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. That is

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

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 a...@ice-sa.com wrote: You should probably install a *real* tomcat pre-packaged distribution, like the ones you get with Debian or RedHat. Their startup

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 19, 2010

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

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

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

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

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. Executor name=tomcatThreadPool namePrefix=catalina-exec- maxThreads=150 minSpareThreads=4/ Connector executor=tomcatThreadPool port=8007 protocol=HTTP/1.1

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

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 Oracle.

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 connection

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 denied

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

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