Re: How to have relative paths refer to the context root

2017-05-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jesse, On 5/17/17 3:33 PM, Jesse Altman wrote: > Hello, > > I am running Tomcat 8.5.15 on Windows 10. > > I have a folder called "myapp" with my web application files inside > of it. Inside ${tomcat_base}/conf/Catalina/localhost I have my >

Re: Can't get over 100 client connections?

2017-05-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 5/16/17 1:57 PM, john.e.gr...@wellsfargo.com.INVALID wrote: > All, > > I'm using Tomcat 7.0.75. > > I cannot get my connection or thread count over 100 no matter how > much load I throw at the server. Currently I just have a dummy app >

Re: TLS handshake performance

2017-05-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/17/17 5:31 PM, Mark Thomas wrote: > I got asked in the corridor at TomcatCon earlier today what the > relative performance of the TLS handshake was with 8.5.x, the NIO > connector and JSSE vs OpenSSL TLS implementation. I'm curious

Tomcat on macOS

2017-05-17 Thread Israel Timoteo
Hi all, My environment is Tomcat 8.5.12, Java 1.8.0_112 running on macOS 10.12 and planning to update Tomcat to 8.5.15. I’m wondering if I can get comments from the community for my questions below? 1) What tools is the community using for simultaneous applications deployment on several

Re: TomcatCon Meetup (UPDATE)

2017-05-17 Thread Coty Sutherland
Sorry I had to run off, hopefully you guys had a productive meeting :) On May 17, 2017 7:02 PM, "Coty Sutherland" wrote: > We're sitting next to the pool. The room is occupied :( > > On May 17, 2017 9:12 AM, "Christopher Schultz" < > ch...@christopherschultz.net> wrote: >

Re: TomcatCon Meetup (UPDATE)

2017-05-17 Thread Coty Sutherland
We're sitting next to the pool. The room is occupied :( On May 17, 2017 9:12 AM, "Christopher Schultz" wrote: > All, > > Let's move the Meetup to "immediately following the Lightning Talks", > since that is a popular event at the conference. > > -chris > > > > >

Re: how to upgrade tomcat 8.5.x?

2017-05-17 Thread Daniel Savard
2017-05-17 12:58 GMT-04:00 Richard Huntrods : > On 16/05/2017 17:18, Igal @ Lucee.org wrote: >> >>> On 5/16/2017 8:27 AM, Kreuser, Peter wrote: >>> I'd say a more robust (and the documented way) is to use a Tomcat-Home directory and a Tomcat-Base Directory.

TLS handshake performance

2017-05-17 Thread Mark Thomas
Hi all, I got asked in the corridor at TomcatCon earlier today what the relative performance of the TLS handshake was with 8.5.x, the NIO connector and JSSE vs OpenSSL TLS implementation. This might be something that is of interest to a wider audience so here goes... The following results

How to have relative paths refer to the context root

2017-05-17 Thread Jesse Altman
Hello, I am running Tomcat 8.5.15 on Windows 10. I have a folder called "myapp" with my web application files inside of it. Inside ${tomcat_base}/conf/Catalina/localhost I have my configuration file "other.xml" with the following entry: The index.html file lives inside myapp/client with the

Re: how to upgrade tomcat 8.5.x?

2017-05-17 Thread Richard Huntrods
On 16/05/2017 17:18, Igal @ Lucee.org wrote: On 5/16/2017 8:27 AM, Kreuser, Peter wrote: I'd say a more robust (and the documented way) is to use a Tomcat-Home directory and a Tomcat-Base Directory. $CATALINA_HOME holds the actual distributed Tomcat-"Binaries" (ZIP/TGZ), $CATALINA_BASE

[ANN] Apache Tomcat 8.0.44 released

2017-05-17 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.44. Please note that Tomcat 8.x users should normally be using 8.5.x releases in preference to 8.0.x releases. Apache Tomcat 8.0 is an open source software implementation of the Java Servlet, JavaServer Pages, Java

[ANN] Apache Tomcat 7.0.78 released

2017-05-17 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.78. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

Error connecting to the database with tomcat 7 on eclipse jave ee

2017-05-17 Thread Yosef Fastow
Hi, I am running a spring framework website on eclipse jave ee using tomcat 7. When I try to connect to do anything connected to the databse it raises a HTTP 500: Request processing failed; nested exception is org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC

Re: JSP compilation 65535 bytes limit

2017-05-17 Thread Vidyadhar
On Wed, May 17, 2017 at 7:36 PM, Mohammed Manna wrote: > You cannot blindly execute the snippet by copying it from Tomcat website. > You have to adapt it to your project first. Try and remove the file> line and try to build it. You probably need to set up your project > for

Re: JSP compilation 65535 bytes limit

2017-05-17 Thread Mohammed Manna
You cannot blindly execute the snippet by copying it from Tomcat website. You have to adapt it to your project first. Try and remove the line and try to build it. You probably need to set up your project for Ant build first if not done already. On 17 May 2017 at 15:03, Vidyadhar

Re: JSP compilation 65535 bytes limit

2017-05-17 Thread Vidyadhar
On Wed, May 17, 2017 at 7:30 PM, Mohammed Manna wrote: > Your ant Build File seems to be incorrect. Could you provide the snippet of > the Jspc Task and Javac task for this? > Following is the tomcat.xml which I am using for precompilation:

Re: JSP compilation 65535 bytes limit

2017-05-17 Thread Mohammed Manna
Your ant Build File seems to be incorrect. Could you provide the snippet of the Jspc Task and Javac task for this? On 17 May 2017 at 14:58, Vidyadhar wrote: > Hello KR, > > On Tue, May 16, 2017 at 8:43 PM, Mohammed Manna > wrote: > > > Hi

Re: JSP compilation 65535 bytes limit

2017-05-17 Thread Vidyadhar
Hello KR, On Tue, May 16, 2017 at 8:43 PM, Mohammed Manna wrote: > Hi Vidyadhar, > > Some points to note here: > > 1) Setting those parameters in Web.xml file (CATALINA_HOME/conf) doesn't > guarantee that it won't happen. Tomcat 8.0.43 onwards have got this relaxed > out by

Re: trimSpaces removing whitespace from html

2017-05-17 Thread Mark Thomas
On 15/05/2017 10:29, David Kavanagh wrote: Ok cool, hopefully that will reproduce so you can see for yourself. Thanks! I've done the best I can to reproduce this without the access to the commerical tag library you appear to be using without success. I've also checked the trimSpaces

RE: Can't get over 100 client connections?

2017-05-17 Thread John.E.Gregg
André, > -Original Message- > From: André Warnier (tomcat) [mailto:a...@ice-sa.com] > Sent: Tuesday, May 16, 2017 2:00 PM > To: users@tomcat.apache.org > Subject: Re: Can't get over 100 client connections? > > On 16.05.2017 19:57, john.e.gr...@wellsfargo.com.INVALID wrote: > > All, > >

Tomcat 8.5: wrong classloader used during context startup?

2017-05-17 Thread Michael Heinen
I am currently migrating a web app from Tomcat 7.0.73 to 8.5.15. An embedded Tomcat is used on development systems. The web-inf/lib folder of the application contains a jar with a SAXParserFactory implementation. This SAXParserFactory is now used with TC 8.5 by the WebXmlParser in order to

Re: TomcatCon Meetup (UPDATE)

2017-05-17 Thread Christopher Schultz
All, Let's move the Meetup to "immediately following the Lightning Talks", since that is a popular event at the conference. -chris > > All, > > For those of you at ApacheCon in Miami, here are the details for the Tomcat > Meetup. Come and meet fellow members of the community, committers,

Re: AW: how to upgrade tomcat 8.5.x?

2017-05-17 Thread Mark Thomas
On 16/05/2017 17:18, Igal @ Lucee.org wrote: On 5/16/2017 8:27 AM, Kreuser, Peter wrote: I'd say a more robust (and the documented way) is to use a Tomcat-Home directory and a Tomcat-Base Directory. $CATALINA_HOME holds the actual distributed Tomcat-"Binaries" (ZIP/TGZ), $CATALINA_BASE