I want to know how use the parsing of Jaspar from outside.

2016-01-26 Thread 西原 良二
Hello, When I am looking for information in this mailing list in an attempt to use the Jaspar, I found the following thread . https://mail-archives.apache.org/mod_mbox/tomcat-users/201509.mbox/%3c55f29c78.2000...@apache.org%3E But I can not use well because there is access modifier 'private'.

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-26 Thread Karl Hauschildt
Thank you, thank you, thank you. Yes I should have seen that in the doc you reference but equally surprised that no post, anywhere, bothered to mention the URL change as it's pretty important. So, now it deploy's find but will not start which I had been chasing elsewhere. The error is Tomcat

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-26 Thread Konstantin Kolinko
2016-01-26 12:19 GMT+03:00 Christoph P.U. Kukulies : > Am 26.01.2016 um 09:36 schrieb Christoph P.U. Kukulies: >> >> Am 25.01.2016 um 19:34 schrieb George Sexton: >>> >>> >>> >>> On 1/25/2016 3:52 AM, Christoph P.U. Kukulies wrote: Thanks. Will give that a try.

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-26 Thread Christoph P.U. Kukulies
Am 25.01.2016 um 19:34 schrieb George Sexton: On 1/25/2016 3:52 AM, Christoph P.U. Kukulies wrote: Thanks. Will give that a try. How can I tell, which java engine Tomcat is actually using? At a CMD prompt I'm getting: C:\> java -version java version "1.8.0_71" Java(TM) SE Runtime

Re: I want to know how use the parsing of Jaspar from outside.

2016-01-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 西原 良二, On 1/26/16 5:05 AM, 西原 良二 wrote: > Hello, > > When I am looking for information in this mailing list in an > attempt to use the Jaspar, I found the following thread . > https://mail-archives.apache.org/mod_mbox/tomcat-users/201509.mbox/%3C

Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread James H. H. Lampert
I'm attempting to install Tomcat 7.0.67 on an AS/400 (something I've done several times before), and when I launch, I get a crash-on-takeoff with an exception I've never seen before. Here's the complete catalina.out: Jan 26, 2016 12:37:47 PM org.apache.catalina.startup.VersionLoggerListener

Re: JDBC Connection pooling

2016-01-26 Thread Felix Schumacher
Am 22.01.2016 um 12:35 schrieb R. Sriram: Hello I am trying to establish connection pooling. Should I be using dbcp? If you want to use db connection pooling, it is probably a good idea to use the pooling method the container gives you, as it will be used by a lot of people and therefore has

Re: Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James, On 1/26/16 2:02 PM, James H. H. Lampert wrote: > I'm attempting to install Tomcat 7.0.67 on an AS/400 (something > I've done several times before), and when I launch, I get a > crash-on-takeoff with an exception I've never seen before. Here's

Re: WebEx meeting invitation: Apache Tomcat: TLS Virtual Hosting

2016-01-26 Thread gustavo . avitabile
Mark: I tried to access your meeting again. I tried on Tuesday, Jan 26 at 9pm, meeting number 647 936 105. I failed again. I used a notebook with Windows 10, and I got a message that WebEx doesn't support Windows 10. Then I switched to Ubuntu. I accessed the meeting, but I got a

Re: Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread James H. H. Lampert
On 1/26/16 12:55 PM, Christopher Schultz wrote: If you are explicitly configuring the APR connector and the APR library (or some required dependency -- e.g. OpenSSL -- then Tomcat will not start. This is quite literally straight out of apache-tomcat-7.0.67.zip. We're currently using 7.0.54

More, Re: Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread James H. H. Lampert
On 1/26/16 12:55 PM, Christopher Schultz wrote: If you are explicitly configuring the APR connector and the APR library (or some required dependency -- e.g. OpenSSL -- then Tomcat will not start. to which I just replied: > This is quite literally straight out of apache-tomcat-7.0.67.zip. >

Re: More, Re: Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread Mark Thomas
On 26/01/2016 21:58, James H. H. Lampert wrote: > On 1/26/16 12:55 PM, Christopher Schultz wrote: > >> If you are explicitly configuring the APR connector and the APR >> library (or some required dependency -- e.g. OpenSSL -- then Tomcat >> will not start. > > to which I just replied: >> This is

Re: WebEx meeting invitation: Apache Tomcat: TLS Virtual Hosting

2016-01-26 Thread Mark Thomas
On 26/01/2016 21:47, gustavo.avitab...@unina.it wrote: > Mark: >I tried to access your meeting again. I tried on > Tuesday, Jan 26 at 9pm, meeting number 647 936 105. > I failed again. >I used a notebook with Windows 10, and I got a > message that WebEx doesn't support Windows 10. >

Re: More, Re: Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread James H. H. Lampert
On 1/26/16 2:25 PM, Mark Thomas wrote: Setting xmlParsingProtection="false" on the JreMemoryLeakPreventionListener should stop the exception. It looks like your XML implementation isn't compatible for the fix for that memory leak. I never did get to the root of what triggered the memory leak.

Re: Socket Read long running

2016-01-26 Thread Rallavagu
On 1/21/16 4:13 AM, Christopher Schultz wrote: Rallavagu, On 1/19/16 6:14 PM, Rallavagu wrote: On 1/19/16 2:43 PM, Mark Thomas wrote: On 19/01/2016 22:36, Rallavagu wrote: Also, it could be keep-alive for client connection as well. In any case, how long a keep-alive connection will be in

RE: More, Re: Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread Caldarale, Charles R
> From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] > Subject: Re: More, Re: Tomcat 7.0.67 crashing on takeoff > On 1/26/16 2:25 PM, Mark Thomas wrote: > > Setting xmlParsingProtection="false" on the > > JreMemoryLeakPreventionListener should stop the exception. > Ok, but how? Is

SOLVED, Re: Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread James H. H. Lampert
On 1/26/16 3:01 PM, Caldarale, Charles R wrote: You found the right documentation page. Update the JreMemoryLeakPreventionListener entry in your conf/server.xml to look like this: Thanks, Messrs. Caldarale, Thomas, and Schultz. The above change worked (by then, I'd just barely caught on

Re: I want to know how use the parsing of Jaspar from outside.

2016-01-26 Thread 西原 良二
Hi Chris, I want to use this method. org.apache.jasper.compiler.Parser#parse I want to get this instance. org.apache.jasper.compiler.Node Those classes are 'package-private'. It does not mean want to compile. I want to get parser tree of JSP. Best Regards On Tue, 26 Jan 2016 10:29:29

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-26 Thread Christoph P.U. Kukulies
Am 26.01.2016 um 09:36 schrieb Christoph P.U. Kukulies: Am 25.01.2016 um 19:34 schrieb George Sexton: On 1/25/2016 3:52 AM, Christoph P.U. Kukulies wrote: Thanks. Will give that a try. How can I tell, which java engine Tomcat is actually using? At a CMD prompt I'm getting: C:\> java

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-26 Thread tomcat
On 26.01.2016 10:19, Christoph P.U. Kukulies wrote: Am 26.01.2016 um 09:36 schrieb Christoph P.U. Kukulies: Am 25.01.2016 um 19:34 schrieb George Sexton: On 1/25/2016 3:52 AM, Christoph P.U. Kukulies wrote: Thanks. Will give that a try. How can I tell, which java engine Tomcat is actually

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-26 Thread Christoph P.U. Kukulies
Am 26.01.2016 um 10:40 schrieb André Warnier (tomcat): On 26.01.2016 10:19, Christoph P.U. Kukulies wrote: Am 26.01.2016 um 09:36 schrieb Christoph P.U. Kukulies: Am 25.01.2016 um 19:34 schrieb George Sexton: On 1/25/2016 3:52 AM, Christoph P.U. Kukulies wrote: Thanks. Will give that a