Re: What would it take for you to attend ApacheCon North America in April 2015

2014-12-12 Thread Tim Funk
On Mon, Dec 8, 2014 at 4:39 PM, Mark Thomas ma...@apache.org wrote: The call for papers is currently open for ApacheCon North America in April 2015. While I could submit some talks on what ever Tomcat related subject I fancy talking about, I'd prefer to talk about what you want to hear. So,

Re: What would it take for you to attend ApacheCon North America in April 2015

2014-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tim, On 12/12/14 9:26 AM, Tim Funk wrote: On Mon, Dec 8, 2014 at 4:39 PM, Mark Thomas ma...@apache.org wrote: The call for papers is currently open for ApacheCon North America in April 2015. While I could submit some talks on what ever

Re: What would it take for you to attend ApacheCon North America in April 2015

2014-12-12 Thread Mark Thomas
On 08/12/2014 21:39, Mark Thomas wrote: All, The call for papers is currently open for ApacheCon North America in April 2015. While I could submit some talks on what ever Tomcat related subject I fancy talking about, I'd prefer to talk about what you want to hear. So, with that in mind

Help! Tomcat crashing on takeoff

2014-12-12 Thread James H. H. Lampert
I'm trying to bring up Tomcat on a customer's AS/400. It's at the same OS release as our own box, and Java 6 was just installed on it, sometime this past week. I get this exception in catalina.out: java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina  at

RE: Help! Tomcat crashing on takeoff

2014-12-12 Thread Caldarale, Charles R
From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] Subject: Help! Tomcat crashing on takeoff I'm trying to bring up Tomcat on a customer's AS/400. Don't suppose you'd want to give us a clue as to _exactly_ which version of Tomcat you're trying to run? - Chuck THIS COMMUNICATION

Re: Tomcat 7 with APR connector: connection fails when client uses SSLv2Hello

2014-12-12 Thread Sacilowski, Tadeusz
I was using SSLProtocol=TLSv1 explicitly. However, when I switched to all the health monitor kicked back in. Interestingly though, I decided to switch it back to my original APR configuration (the one that was giving me issues with the health monitor in the first place) and the monitor continued

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread James H. H. Lampert
On 12/12/14 10:02 AM, Caldarale, Charles R wrote: From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] Subject: Help! Tomcat crashing on takeoff I'm trying to bring up Tomcat on a customer's AS/400. Don't suppose you'd want to give us a clue as to _exactly_ which version of Tomcat

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread Filip Hanik
Couple of things that comes to mind 1. the 'java' binary that gets executed is actually not the one you think it is 2. the file /wintouch/tomcat/bin/bootstrap.jar is corrupted or not readable by the JVM hence it can't find the class Filip On Fri, Dec 12, 2014 at 11:27 AM, James H. H. Lampert

RE: tomcat on windows 2012 weirdness

2014-12-12 Thread Cris Berneburg - US
Hi Chris Thanks for your replies. I am somewhat new to Tomcat, only been using it for 1 year, so some of the technical details are new to me. Is it possible that you are not using URL-based session ids, and that your browser has cookies disabled via a policy? I will need to check URL-based

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread Ameer Mawia
On Sat, Dec 13, 2014 at 12:01 AM, Filip Hanik fi...@hanik.com wrote: Couple of things that comes to mind 1. the 'java' binary that gets executed is actually not the one you think it is 2. the file /wintouch/tomcat/bin/bootstrap.jar is corrupted or not readable by the JVM hence it can't find

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread Ameer Mawia
On Sat, Dec 13, 2014 at 12:01 AM, Filip Hanik fi...@hanik.com wrote: Couple of things that comes to mind 1. the 'java' binary that gets executed is actually not the one you think it is 2. the file /wintouch/tomcat/bin/bootstrap.jar is corrupted or not readable by the JVM hence it can't find

Re: Tomcat 7 with APR connector: connection fails when client uses SSLv2Hello

2014-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tadeusz, On 12/12/14 1:09 PM, Sacilowski, Tadeusz wrote: I was using SSLProtocol=TLSv1 explicitly. However, when I switched to all the health monitor kicked back in. Interestingly though, I decided to switch it back to my original APR

RE: tomcat on windows 2012 weirdness

2014-12-12 Thread Cris Berneburg - US
Andre Thanks for taking the time to respond to my plea. :-) the way you describe it sounds like an authentication problem, where a bunch of near simultaneous requests to the server (for embedded images, css, etc.) all hit some not yet authenticated condition, and all together (or rather

Re: tomcat on windows 2012 weirdness

2014-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cris, On 12/12/14 2:18 PM, Cris Berneburg - US wrote: Hi Chris Thanks for your replies. I am somewhat new to Tomcat, only been using it for 1 year, so some of the technical details are new to me. Is it possible that you are not using

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Filip, On 12/12/14 1:31 PM, Filip Hanik wrote: Couple of things that comes to mind 1. the 'java' binary that gets executed is actually not the one you think it is 2. the file /wintouch/tomcat/bin/bootstrap.jar is corrupted or not readable by

Re: tomcat on windows 2012 weirdness

2014-12-12 Thread Ameer Mawia
On Sat, Dec 13, 2014 at 1:06 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cris, On 12/12/14 2:18 PM, Cris Berneburg - US wrote: Hi Chris Thanks for your replies. I am somewhat new to Tomcat, only been using it for 1

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread James H. H. Lampert
On 12/12/14 11:21 AM, Ameer Mawia wrote: catalina.jar is loaded by common.loader defined catalina.properties: common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar As stack-trace shows Bootstrap has been loaded successfully. So

Re: tomcat on windows 2012 weirdness

2014-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ameer, On 12/12/14 3:11 PM, Ameer Mawia wrote: On Sat, Dec 13, 2014 at 1:06 AM, Christopher Schultz ch...@christopherschultz.net wrote: Cris, On 12/12/14 2:18 PM, Cris Berneburg - US wrote: Hi Chris Thanks for your replies. I am

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread James H. H. Lampert
On 12/12/14 11:43 AM, Christopher Schultz wrote: I wouldn't be surprised if the AS/400 unzip software does Bad Things to ZIP archives. Make sure you use UNIX-compatible tools to unpack everything, or maybe do everything from inside that UNIX-like environment (I seem to recall that, while you are

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 12/12/14 3:19 PM, James H. H. Lampert wrote: On 12/12/14 11:43 AM, Christopher Schultz wrote: I wouldn't be surprised if the AS/400 unzip software does Bad Things to ZIP archives. Make sure you use UNIX-compatible tools to unpack

Re: Tomcat 8.0.12 - unable to eliminate logs stating org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [variousURLs] to the cache because there was insufficient free sp

2014-12-12 Thread Kevin McKee
I have read the reference, but nowhere can I find an example of what it’s talking about. My web.xml / context.xml don’t have a resource component in it that I can find, and nowhere can I find out what the syntax is or where to put it. This is why I’ve reached out to this group for help. If

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread Filip Hanik
possibly add -verbose:class to your JVM options and see if that yields anything On Fri, Dec 12, 2014 at 1:44 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 12/12/14 3:19 PM, James H. H. Lampert wrote: On 12/12/14

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread Filip Hanik
or -Dibm.cl.verbose=ClassToTrace On Fri, Dec 12, 2014 at 2:26 PM, Filip Hanik fi...@hanik.com wrote: possibly add -verbose:class to your JVM options and see if that yields anything On Fri, Dec 12, 2014 at 1:44 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN

Jersey 2.13 Rest running on Apache Tomcat 7.0.57

2014-12-12 Thread jason . stuart
Hi, I am attempting to run a simple RESTful service on Tomcat 7.0.57 on Linux 2.6.32-504 with Jersey 2.13, JDK 1.7.0_71. I  have deployed Apache and it starts Ok. I have deployed the compiled clases the WEB-INF/classes and copied the Jersey libraries to WEB-INF/lib. The web.xml is configured.

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread Pete Helgren
On 12/12/2014 2:19 PM, James H. H. Lampert wrote: On 12/12/14 11:43 AM, Christopher Schultz wrote: I wouldn't be surprised if the AS/400 unzip software does Bad Things to ZIP archives. Make sure you use UNIX-compatible tools to unpack everything, or maybe do everything from inside that

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread James H. H. Lampert
On Fri, Dec 12, 2014 at 2:26 PM, Filip Hanik fi...@hanik.com wrote: possibly add -verbose:class to your JVM options and see if that yields anything On 12/12/14 1:27 PM, Filip Hanik wrote: or -Dibm.cl.verbose=ClassToTrace Again calling /wintouch/tomcat/bin/startup.sh from an

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread James H. H. Lampert
On 12/12/14 2:54 PM, Pete Helgren wrote: My money is on a J9 JVM PTF but an issue with permissions or JVM version could be a possibility.. That's occurred to us as well; we've asked someone at their end to check for PTFs. -- JHHL

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread Konstantin Kolinko
2014-12-12 22:43 GMT+03:00 Christopher Schultz ch...@christopherschultz.net: EBCDIC can certainly be confusing things, here. I wonder - can you verify that conf/catalina.properties file can be read with a simple Java program? Essentially Tomcat does the following: in

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread Filip Hanik
On Fri, Dec 12, 2014 at 3:55 PM, James H. H. Lampert jam...@touchtonecorp.com wrote: On Fri, Dec 12, 2014 at 2:26 PM, Filip Hanik fi...@hanik.com wrote: possibly add -verbose:class to your JVM options and see if that yields anything On 12/12/14 1:27 PM, Filip Hanik wrote: or

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread James H. H. Lampert
On 12/12/14 5:36 PM, Filip Hanik wrote: ​We're not looking for change, we're looking for the output, that may tell us what is going on. Please post it, if you're not getting any output, then either those aren't supported (which I definitely thought they would be), or you're invoking it

Re: Help! Tomcat crashing on takeoff

2014-12-12 Thread Filip Hanik
It means they didn't take into effect. On the command line you should be able to do java -verbose:class -version and see if that flag works, if it does, then I suggest you create a setenv.sh file next to startup.sh and put JAVA_OPTS=-verbose:class -Dibm.cl.verbose=ClassToTrace export