Re: JSP custom tag operating different when adoptOpenJDK is used vs Oracle (cross post from tomcat-taglibs-user)

2019-10-31 Thread LoBello,Jeff
https://bz.apache.org/bugzilla/show_bug.cgi?id=63898 Thanks, Jeff LoBello Lead Software Engineer Cerner | www.cerner.com<http://www.cerner.com/> From: "LoBello,Jeff" Reply-To: Tomcat Users List Date: Thursday, October 31, 2019 at 6:49 PM To: Tomcat Users List Subject: Re

Re: JSP custom tag operating different when adoptOpenJDK is used vs Oracle (cross post from tomcat-taglibs-user)

2019-10-31 Thread LoBello,Jeff
sion evaluation to java.lang.String when there’s an overloaded setter. I’m not aware of any official position on overloaded setters & JSTL tag classes. Thanks, Jeff LoBello Lead Software Engineer Cerner | www.cerner.com<http://www.cerner.com/> From: "LoBello,Jeff" Reply-To:

Re: JSP custom tag operating different when adoptOpenJDK is used vs Oracle (cross post from tomcat-taglibs-user)

2019-10-31 Thread LoBello,Jeff
move overloaded setter with JSTL. Our concern is we obviously can’t fix 3rd party code that may be affected by this JVM bug. Should we look into filing a bug report with Oracle or Tomcat? Thanks, Jeff LoBello Lead Software Engineer Cerner | www.cerner.com<http://www.cerner.com/> From

Re: JSP custom tag operating different when adoptOpenJDK is used vs Oracle (cross post from tomcat-taglibs-user)

2019-10-28 Thread LoBello,Jeff
practice? How does tomcat decide which one to use. Why would changing to adoptOpenJdk break this? Thanks, Jeff LoBello Lead Software Engineer Cerner | www.cerner.com<http://www.cerner.com/> From: Felix Schumacher Reply-To: Tomcat Users List Date: Sunday, October 27, 2019 at 2

Re: JSP custom tag operating different when adoptOpenJDK is used vs Oracle (cross post from tomcat-taglibs-user)

2019-10-27 Thread LoBello,Jeff
& 9. If we use Oracle Java, the issue is fixed & doesn’t happen. The bug is very subtle since the JSP does compile, but the data passed to our tag is a String instead of a Date object. Thanks, Jeff LoBello Lead Software Engineer Cerner | www.cerner.com<http://www.cerner.com

JSP custom tag operating different when adoptOpenJDK is used vs Oracle (cross post from tomcat-taglibs-user)

2019-10-25 Thread LoBello,Jeff
t)_jspx_page_context, null)); As a workaround, we’re adding calls to to convert the String back to a Date. Has anyone run into this? Any ideas we can try to find the root cause? Thanks, Jeff LoBello Lead Software Engineer Cerner | www.cerner.com<http://www.cerner.com/> CONFI

Re: Unable to start tomcat with Security Manager

2019-07-01 Thread Jeff
) at java.lang.Thread.run(Thread.java:745) On Thu, Jun 27, 2019 at 10:12 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jeff, > > Aha. There is a "SEVERE .. [/supportcentral] startup failed due to >

Re: Unable to start tomcat with Security Manager

2019-06-27 Thread Jeff
manager.xml and host-manager.xml exist but only contain the following: On Thu, Jun 27, 2019 at 9:55 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jeff, > > On 6/27/19 09:24, Jeff wrote: &

Unable to start tomcat with Security Manager

2019-06-27 Thread Jeff
Hello all, Hit a roadblock trying to start tomcat with Security Manager and don't even know where to start looking. Any help would be appreciated. catalina.out: 27-Jun-2019 06:01:57.627 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache

Re: [OT] Tomcat Clustering Support

2018-08-28 Thread Jeff Crump
Never mind. It's visible again. On Tue, Aug 28, 2018, 2:35 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Scott, > > I'm no Tomcat-clustering expert, but... > > On 8/28/18 13:59, Scott Evans wrote: > > >

Re: TLS handshake performance

2017-06-06 Thread Jeff Elsloo
one of our test servers. As noted by those here, keep-alives significantly improve performance. We're currently working through the process of moving to 8.5 with OpenSSL, so hopefully we'll be able to post back with some results in the near future. -- Thanks, Jeff On 2017-05-18 07:47 (-0600), Mark

Re: Time zone in all web application pages revert to UTC !

2016-03-23 Thread Jeff Crump
If you're connecting to a database you can set the timezone offset for that db session. On Mar 23, 2016 8:12 AM, "Christopher Schultz" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Utkarsh, > > On 3/23/16 3:27 AM, Utkarsh Dave wrote: > > Thanks Chris

Re: Tomcat https answers by hostname, but not by IP number

2016-01-29 Thread Jeff Jennings
quick question. in tomcat can I username/password protect directories with .htaccess like I can in Apache? On Fri, Jan 29, 2016 at 12:09 PM, Hubert Hickman wrote: > I am running Tomcat 7.0.67 on RHEL 6.7 > > I have a tomcat app that is deployed and listening on port

Tomcat - Multiple sites and SSL

2016-01-15 Thread Jeff Jennings
to test.mysite.com/confluence but I'm open to all ideas. I see tomcat want to use port 8443 for ssl I have read this page: https://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html but am unsure how to handle multiple apps on the same server that listen on different ports. thanks jeff

Re: Tomcat - Multiple sites and SSL

2016-01-15 Thread Jeff Jennings
n about how to map tomcat's ports to 80 or, > in your case more likely 443. > Or it could be a question on how to set up https in general. Why do you > want to listen on several ports? Wouldn't you - in the end - want them > all to come in through https on the standard port? > > Ola

Switching Tomcat JNDI Implementation

2015-05-21 Thread Jeff Costello
Is it possible to replace Tomcat's JNDI Implementation with a custom implementation? If so, how do I pass the information to Tomcat? Can it be done with a jndi.properties file? Thanks, Jeff Costello

Re: Tomcat Access Logging Valve ?

2015-02-17 Thread Jeff Kohut
Sent from my tablet. On Feb 17, 2015 7:22 AM, Rainer Jung rainer.j...@kippdata.de wrote: Am 14.02.2015 um 18:44 schrieb Jeff Kohut: Sent from Google Nexus Phone On Feb 14, 2015 9:54 AM, Rainer Jung rainer.j...@kippdata.de wrote: Am 14.02.2015 um 12:46 schrieb Jeff Kohut: On Fri, Feb 13

Re: Tomcat Access Logging Valve ?

2015-02-14 Thread Jeff Kohut
On Sat, Feb 14, 2015 at 4:48 AM, André Warnier a...@ice-sa.com wrote: Jeff Kohut wrote: I am running Tomcat 7.0.54 on a Windows 2008 R1 with SP1 platform. I would like to control the contents of what gets logged to the Tomcat localhost_access_log specifically , I would like to remove

Re: Tomcat Access Logging Valve ?

2015-02-14 Thread Jeff Kohut
On Fri, Feb 13, 2015 at 10:29 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeff, On 2/13/15 10:28 AM, Jeff Kohut wrote: I am running Tomcat 7.0.54 on a Windows 2008 R1 with SP1 platform. I would like to control

Re: Tomcat Access Logging Valve ?

2015-02-14 Thread Jeff Kohut
Sent from Google Nexus Phone On Feb 14, 2015 9:54 AM, Rainer Jung rainer.j...@kippdata.de wrote: Am 14.02.2015 um 12:46 schrieb Jeff Kohut: On Fri, Feb 13, 2015 at 10:29 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeff

Tomcat Access Logging Valve ?

2015-02-13 Thread Jeff Kohut
on criteria would be a valuable feature to have. Any example would be greatly appreciated Thanks Jeff Sent from Google Nexus Phone

RE: tomcat errors

2015-02-11 Thread Jeff Kohut
Did you try restarting the whole server (i.e. Operating System restart?) Sent from Google Nexus Phone On Feb 10, 2015 1:45 PM, Wirth, Kevin kwi...@astoriabank.com wrote: Yes, that is the log I am looking at and it is blank. -Original Message- From: Christopher Schultz

Re: JDBC Fails to connect to SQL Server

2015-01-30 Thread Jeff Kohut
On Fri, Jan 30, 2015 at 9:01 AM, Aniket Bhoi aniket.b...@gmail.com wrote: Hi, I have Apache Solr hosted on Tomcat 6. There have been no changes to the code on Tomcat whatsoever.However for the last few days I now see this error in the Log files: SEVERE: Full Import failed Throwable

Re: Tomcat sending 411 Length Required due to Chunked Transfer Encoding

2015-01-30 Thread Jeff Kohut
the issue (i.e. the filter option) I will consider this question closed. THanks, Jeff On Thu, Jan 29, 2015 at 4:58 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-01-30 1:29 GMT+03:00 Jeff Kohut jeff.ko...@gmail.com: My first post to Tomcat list, pardon me if I make any mistakes, Any

Re: Tomcat sending 411 Length Required due to Chunked Transfer Encoding

2015-01-30 Thread Jeff Kohut
...@apache.org wrote: On 29/01/2015 22:29, Jeff Kohut wrote: My first post to Tomcat list, pardon me if I make any mistakes, Any help you can provide would be greatly appreciated. I have a Tomcat Server (V 7.0.54) running under Windows 2008 R2 With Service Pack 1 (and up to date on Security

Tomcat sending 411 Length Required due to Chunked Transfer Encoding

2015-01-29 Thread Jeff Kohut
Encoding, then HTTP 1.1. servers should support Chunked encoding correctly. FYI, I took the time to recreate the problem in C# code, and as soon as I turn on Chunked Encoding, the 411 errors is present from that application also when sending data to Tomcat Server. Thanks, Jeff

autoDeploy underlying old failed versions

2015-01-13 Thread Jeff Storey
I have autoDeploy and undeployOldVersions enabled on my Tomcat server and I am using parallel deployments. The issue I'm having is that old versions that have errors in their startup are not removed. Let's say I deploy the following apps: myapp##001.war myapp##002.war If myapp#001.war failed

RE: How to add jstl.jar to the jasper task

2014-06-10 Thread Jeff Cai
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, June 10, 2014 12:54 AM To: Tomcat Users List Subject: Re: How to add jstl.jar to the jasper task * PGP Signed by an unknown key Jeff, On 6/9/14, 1:39 AM, Jeff Cai wrote: Snip

RE: How to add jstl.jar to the jasper task

2014-06-08 Thread Jeff Cai
/ant_test/build.xml:13: org.apache.jasper.JasperException: java.lang.NumberFormatException: For input string: ${num} This error happens on Tomcat 7.0.54 while not on 8.0.8. Jeff - To unsubscribe, e-mail: users-unsubscr

How to add jstl.jar to the jasper task

2014-06-06 Thread Jeff Cai
Hi, Jstl.jar should be added to the classpath of jasper task which is defined in ${tomcat_home}/bin/catalina-tasks.xml. How can I add the jstl.jar to the task's classpath in Ant? Best Regards Jeff Cai NBU Appliance Beijing, Symantec Corporation www.symantec.comhttp://www.symantec.com

RE: How to add jstl.jar to the jasper task

2014-06-06 Thread Jeff Cai
Since my source directory is not under the webapp, I have to copy the jar file to the WEB-INF/lib in the source directory. Is there any other ways to include the jar file besides copy/paste? Jeff -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday

RE: How to add jstl.jar to the jasper task

2014-06-06 Thread Jeff Cai
-Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday, June 06, 2014 6:19 PM To: Tomcat Users List Subject: Re: How to add jstl.jar to the jasper task 2014-06-06 14:06 GMT+04:00 Jeff Cai jeff_...@symantec.com: Since my source directory is not under

c:forEach doesn't support variable in Tomcat 7.0.54 while 7.0.37 supports

2014-06-05 Thread Jeff Cai
) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334) javax.servlet.http.HttpServlet.service(HttpServlet.java:727) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) I did same tests on Tomcat 7.0.37 and this error did not happen. Jeff

RE: c:forEach doesn't support variable in Tomcat 7.0.54 while 7.0.37 supports

2014-06-05 Thread Jeff Cai
Sorry, I made a mistake in defining the variable. Jeff -Original Message- From: Jeff Cai [mailto:jeff_...@symantec.com] Sent: Thursday, June 05, 2014 5:51 PM To: users@tomcat.apache.org Subject: c:forEach doesn't support variable in Tomcat 7.0.54 while 7.0.37 supports Hi, In tomcat

Re: [OT] secure reverse proxy to my tomcat server HELP NEEDED

2014-03-05 Thread Jeff Haferman
André Warnier wrote: Jeff Haferman wrote: Jeff Top-Posting is not Bad because you have to scroll to the bottom to see what you're after Haferman wrote: [...] quote : A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top

Andr? Warnie (was Re: secure reverse proxy to my tomcat server)

2014-03-04 Thread Jeff Haferman
Oh geez... really? We're going to have a top-post vs bottom-post flame-war?? Netiquette dictates that you email me privavtely if your posting is off-topic... André Warnier wrote: Hi. On this list, it is preferred (strongly) if you do not top-post, but respond in the text or below the

Re: secure reverse proxy to my tomcat server HELP NEEDED

2014-03-04 Thread Jeff Haferman
Christopher Schultz wrote: Jeff, On 3/3/14, 6:25 PM, Jeff Haferman wrote: What actually happens is that, just for https://my.webserver.com/, I get served the pages that are at the apache root, *not* what is being served by tomcat at port 8443. Ok. Let's take a look at your original

Re: secure reverse proxy to my tomcat server HELP NEEDED

2014-03-04 Thread Jeff Haferman
Jeff Top-Posting is not Bad because you have to scroll to the bottom to see what you're after Haferman wrote: Listen 80 ProxyRequests Off ProxyPreserveHost on VirtualHost *:80 ServerName my.webserver.com ProxyPass / http://my.webserver.com:8080/ ProxyPassReverse / http

secure reverse proxy to my tomcat server HELP NEEDED

2014-03-03 Thread Jeff Haferman
The subject says it, I need help getting a secure reverse proxy to my tomcat server working. There is a lot of doc on the web, and it seems like I have everything configured properly, but I can't quite get the reverse proxy to work on the https side of things. Here is my config: Apache2.4.2

Re: secure reverse proxy to my tomcat server HELP NEEDED

2014-03-03 Thread Jeff Haferman
:44 AM, Jeff Haferman j...@haferman.com wrote: The subject says it, I need help getting a secure reverse proxy to my tomcat server working. There is a lot of doc on the web, and it seems like I have everything configured properly, but I can't quite get the reverse proxy to work on the https

Re: secure reverse proxy to my tomcat server HELP NEEDED

2014-03-03 Thread Jeff Haferman
still does not serve the tomcat pages as I would expect. André Warnier wrote: Jeff Haferman wrote: The subject says it, I need help getting a secure reverse proxy to my tomcat server working. Maybe one question here would be : why ? browser --- HTTPS -- httpd -- HTTPS -- Tomcat

Re: secure reverse proxy to my tomcat server HELP NEEDED

2014-03-03 Thread Jeff Haferman
:8443/ So, the reverse proxy seems to be broken for https only. The reverse proxy works fine for http, i.e. http://my.webserver.com/ gets the tomcat pages served at http://my.webserver.com:8080/ Jeff Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeff, On 3/3/14

RE: Tomcat 64-bit for Solaris 64-bit OS

2013-02-01 Thread Jeff Sturm
-Original Message- From: Niranjan [mailto:nth...@atmi.com] Sent: Friday, February 01, 2013 2:31 PM To: users@tomcat.apache.org Subject: Re: Tomcat 64-bit for Solaris 64-bit OS Jeff Sturm jeff.sturm at eprize.com writes: On Linux at least you'd add the -d64 argument to the java

RE: Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread Jeff Sturm
. You can add that to JAVA_OPTS. Not sure if this is true of Solaris as well, or not. Whether the 64-bit or 32-bit JVM is run by default probably also depends on your platform. -Jeff - To unsubscribe, e-mail: users-unsubscr

RE: JMS in a Tomcat Environment

2013-01-30 Thread Jeff Sturm
into obscurity, and I would be free to peel back the layers of the various Java technologies to pick and choose the smallest, simplest components as I see fit. Anyway, please excuse the rant, and feel free to return to your normal email list perusal... -Jeff

Re: Running Tomcat Behind Apache HTTP Server

2012-12-10 Thread Jeff Beard
there's more that you haven't shown us? Anyway, most recently I've configured Apache much like this document describes: http://tomcat.apache.org/connectors-doc/generic_howto/quick.html Cheers, Jeff

Re: high CPU usage on tomcat 7

2012-10-06 Thread Jeff MAURY
Aren't you're clients polling the server, this may cause the session not to expire even if the user is not using the UI ? Jeff On Sat, Oct 6, 2012 at 9:42 PM, Mark Thomas ma...@apache.org wrote: Kirill Kireyev kir...@instagrok.com wrote: Thanks for all your thorough advice Shanti

RE: high CPU usage on tomcat 7

2012-10-04 Thread Jeff MAURY
it. +1 Jeff - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers

Re: high CPU usage on tomcat 7

2012-09-30 Thread Jeff MAURY
I don't think a cpu loop will make tomcat stopping responding to requests I will make it very slow to respond But a shortage on memory is hard to recover Jeff Le vendredi 28 septembre 2012, mailingl...@j-b-s.de a écrit : Maybe an infinite loop? We observed something similar due to a bug

Re: high CPU usage on tomcat 7

2012-09-27 Thread Jeff MAURY
This is probably due to out of memory, I have the same problem on my ubuntu ci machine Did you monitor your tomcat with jmx ? Jeff Le 27 sept. 2012 17:39, Kirill Kireyev kir...@instagrok.com a écrit : Hi! I'm periodically getting unduly high (100%) CPU usage by the tomcat process on my

Re: very basic question about apache and tomcat

2012-09-19 Thread Jeff
For additional commands, e-mail: users-h...@tomcat.apache.org -- Jeff Vincent predato...@gmail.com See my LinkedIn profile at: http://www.linkedin.com/in/rjeffreyvincent I ♥ DropBox http://db.tt/9O6LfBX !!

FW: Virtual Host Alias ignored?

2012-08-30 Thread Jeff Wild
-Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Wednesday, August 29, 2012 4:18 PM To: Tomcat Users List Subject: Re: Virtual Host Alias ignored? 2012/8/30 Jeff Wild jw...@dlblair.com: -Original Message- From: Konstantin Kolinko

Virtual Host Alias ignored?

2012-08-29 Thread Jeff Wild
Tomcat 6 (standalone), several virtual hosts I have a A record for mydomain.com and a CNAME record for www.mydomain.com. When I enter domain.com in my browser, everything works fine but www.domain.com results in Server not found. 1. Is my configuration correct when no https is required?

RE: Virtual Host Alias ignored?

2012-08-29 Thread Jeff Wild
-Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Wednesday, August 29, 2012 11:49 AM To: Tomcat Users List Subject: Re: Virtual Host Alias ignored? 2012/8/29 Jeff Wild jw...@dlblair.com: Tomcat 6 (standalone), several virtual hosts I have a A record

Re: Issue building the Unix daemon (jsvc) with the configure script in Tomcat7

2012-08-25 Thread Jeff MAURY
I probably means you generated jsvc in a 32bit environment so a warning is probably issued by the OS Jeff On Sat, Aug 25, 2012 at 4:24 PM, Fred Janon fja...@gmail.com wrote: Thanks Martin. I get a warning in the system log at boot time, I don't understand what it means or where it comes

Re: Issue building the Unix daemon (jsvc) with the configure script in Tomcat7

2012-08-24 Thread Jeff MAURY
Fred, you are getting confused by the term OpenJDK. It comes in two flavor, JRE and JDK. I have some .h files on my Ubuntu server, but not under /usr/lib/jvm/java-1.6.0-openjdk but under /usr/lib/jvm/java-6-openjdk Regards Jeff On Fri, Aug 24, 2012 at 8:52 AM, Fred Janon fja...@gmail.com wrote

Re: Issue building the Unix daemon (jsvc) with the configure script in Tomcat7

2012-08-24 Thread Jeff MAURY
It probably means your current user (ec2-user) has not the rights to run as tomcat user. Try the same command with sudo in front, if ec2-user is part of the sudoers Jeff On Fri, Aug 24, 2012 at 4:09 PM, Fred Janon fja...@gmail.com wrote: Ah! Thanks Jeff, you are right, thanks. I checked

Re: Issue building the Unix daemon (jsvc) with the configure script in Tomcat7

2012-08-23 Thread Jeff MAURY
You need a JDK to be installed on your machine and it seems you've only a JRE Jeff On Thu, Aug 23, 2012 at 10:12 PM, Fred Janon fja...@gmail.com wrote: Hi, I am trying to build the Unix deamon jsvc in AWS EC2 Linux. I did not install Tomcat7 that comes with the AWS Linux, I downloaded

Unable to start cluster (java.net.BindException: Cannot assign requested address)

2012-08-15 Thread Jeff Hall
you! Jeff

Re: Unable to start cluster (java.net.BindException: Cannot assign requested address)

2012-08-15 Thread Jeff Hall
issues. But now I am at a loss. Can anyone point me in a direction to investigate further? Thank you! Jeff

Re: Unable to start cluster (java.net.BindException: Cannot assign requested address)

2012-08-15 Thread Jeff Hall
Hi Dan, I found the problem. The person who set up /etc/hosts put in the wrong IP address for the local machine. After correcting this, both instances now start cleanly. On Aug 15, 2012, at 1:47 PM, Carrillo, Dan wrote: Jeff, Can you include your entire server.xml for each instance

Re: launching Tomcat7 with jsvc. Want only one Tomcat instance, but 'ps' shows two -- or does it?

2012-07-23 Thread Jeff Beard
ps is showing threads as processes, which occurs with some versions of Linux kernel. The listeners are 2 different threads: an AJP on 8009 and an HTTP on 8080. On Mon, Jul 23, 2012 at 12:46 PM, k9...@operamail.com wrote: I've built/installed Tomcat 7.0.29 from source on linux/64. I've setup

Re: launching Tomcat7 with jsvc. Want only one Tomcat instance, but 'ps' shows two -- or does it?

2012-07-23 Thread Jeff Beard
that and see if that's not the case. On Mon, Jul 23, 2012 at 1:15 PM, k9...@operamail.com wrote: Hi On Mon, Jul 23, 2012, at 01:10 PM, Jeff Beard wrote: ps is showing threads as processes, which occurs with some versions of Linux kernel. The listeners are 2 different threads: an AJP on 8009

RE: [EXTERNAL] Re: General Architecture Question for multiple websites on a single RedHat server

2012-07-09 Thread Jeff Sturm
with -XX:MaxPermSize= and a suitable value. You may find perm gen usage stabilizes at some point, or keeps growing indefinitely. If the latter, look for excessive use of class loading in your application. Excessive application redeploying in Tomcat may cause the same thing. -Jeff

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-29 Thread Jeff MAURY
, but even if it does, I don't see why it should not work if the socket is closed after a timeout. Regards Jeff On Fri, Jun 29, 2012 at 11:22 AM, Laurent Petit lpe...@yseop.com wrote: Hello Jeff, Konstantin all, On Mon, 2012-06-25 at 20:52 +0200, verlag.preis...@t-online.de wrote: Hello

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-29 Thread Jeff MAURY
this socket to the browser. Jeff On Fri, Jun 29, 2012 at 2:40 PM, Laurent Petit lpe...@yseop.com wrote: Hello, On Fri, 2012-06-29 at 11:45 +0200, Jeff MAURY wrote: That what I guessed but I don't understand everything. The code you are referencing is related to NTPipes and not sockets

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-29 Thread Jeff MAURY
the client will not receive the ack and this is a problem with APR and Runtime.exec Jeff On Fri, Jun 29, 2012 at 4:38 PM, Laurent Petit lpe...@yseop.com wrote: On Fri, 2012-06-29 at 15:27 +0200, Jeff MAURY wrote: No, it does not (yet) make sense because one piece of the puzzle is missing

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread Jeff MAURY
If you can post a Mavenized example, I could have time to run it and watch at it. Regards Jeff On Mon, Jun 25, 2012 at 11:40 AM, Laurent Petit lpe...@yseop.com wrote: Hello, Is there anything I can do to help qualify the problem even more ? Beyond having shown the source code

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread Jeff MAURY
Yes, fine Jeff On Mon, Jun 25, 2012 at 1:46 PM, Laurent Petit lpe...@yseop.com wrote: On Mon, 2012-06-25 at 11:51 +0200, Jeff MAURY wrote: If you can post a Mavenized example, I could have time to run it and watch at it. Ok, thanks, I will. Is a mavenized project with source code

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread Jeff MAURY
that a process that is launched does not inhererits handles from its parent process but it's possible that under Windows, it's an option so it would be interesting to watch. Jeff On Mon, Jun 25, 2012 at 6:23 PM, verlag.preis...@t-online.de verlag.preis...@t-online.de wrote: Von: Laurent Petit lpe

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-21 Thread Jeff MAURY
Is it specific to Wordpad or any launched process will do the trick ? Do you tried with a non UI process (console) ? Jeff On Thu, Jun 21, 2012 at 10:45 PM, Laurent Petit lpe...@yseop.com wrote: En Réponse à Tomcat Users List users@tomcat.apache.org le 21 juin 2012 00:07 Can you verify your 2

Re: Creating separate log for each request

2012-06-20 Thread Jeff MAURY
Are you sure of that, a single file for a single HTTP request. I don't know a file system capable to handle that ? Jeff On Wed, Jun 20, 2012 at 10:38 PM, Lahiru Gunathilake glah...@gmail.comwrote: Hi All, I have my webapp deployed on tomcat. I am using slf4j for my logging and everything

Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-20 Thread Jeff MAURY
Can you verify your 2 threads (reading input an error) are launched ? Can you confirm you are getting the problem only on Windows ? Jeff On Wed, Jun 20, 2012 at 4:19 PM, Laurent Petit lpe...@yseop.com wrote: Hello, I have a problem with keep-alive connections, when starting a subprocess

Re: tomcat maven plugin deploy to multiple tomcat instances...

2012-06-19 Thread Jeff
profiles and run them one at a time. Any other thoughts? What are others doing to deploy to multiple servers? On Thu, Apr 19, 2012 at 4:38 PM, Olivier Lamy ol...@apache.org wrote: Do that work adding in the execution section: goals goaldeploy/goal /goals ? 2012/4/19 Jeff predato...@gmail.com

Re: tomcat7:run with multi maven modules changes

2012-05-08 Thread Jeff MAURY
You need to write a M2E connector for a Maven MOJO that processes your projects files. I don't think this is the case for the tomcat7:run goal and it should work out of of the box in Eclipse. Just need to add a Maven lunch configuration with the proper goal. Regards Jeff On Tue, May 8, 2012

Re: munin tomcat and mysql

2012-05-07 Thread Jeff Beard
in the base system and can be installed using the yum package management utility. It's not a difficult installation although be aware that folders and files are in different locations from the distributions found on the ASF web site. HTH, Jeff On Mon, May 7, 2012 at 10:16 AM, Miguel González

Re: Does Tomcat Maven plugin support WAR overlays ?

2012-04-30 Thread Jeff MAURY
in the documentation and issue a warning at runtime when we detect an overlay. I will open a JIRA Jeff On Sat, Apr 28, 2012 at 11:38 PM, Olivier Lamy ol...@apache.org wrote: Salut Jeff, Current Overlay support with tomcat6/7:run is very limited (only use jars from WEB-INF/lib of the the war dependencies

Re: Does Tomcat Maven plugin support WAR overlays ?

2012-04-30 Thread Jeff MAURY
I don't link the idea of having Maven adding some stuff except under target. This will cause many many problems with people and SCM. I don't get your second solution: how do you merge you temporary stuff and src/main/webapp with a symlink ? Jeff On Mon, Apr 30, 2012 at 4:52 PM, Olivier Lamy ol

Does Tomcat Maven plugin support WAR overlays ?

2012-04-28 Thread Jeff MAURY
case, it cannot work. AM I missing something ? Thanks Jeff -- Jeff MAURY Legacy code often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury -- Jeff MAURY

tomcat maven plugin deploy to multiple tomcat instances...

2012-04-18 Thread Jeff
/update serverstage06/server /configuration /execution /executions /plugin -- Jeff Vincent predato...@gmail.com See my LinkedIn profile at: http://www.linkedin.com/in/rjeffreyvincent I ♥ DropBox http://db.tt/9O6LfBX !!

RE: Do I Have Java Memory Fragmentation?

2011-12-19 Thread Jeff Sturm
alone. You said your server has 16GB of real memory. How large is the paging file? I doubt 16GB is enough based on your heap parameters. -Jeff - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

RE: Performance for many small requests

2011-09-03 Thread Jeff Sturm
you can do about cache misses though, besides getting processors with more cache. -Jeff - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Binary of mod_jk.so for Apache 2.2.x

2011-07-15 Thread Jeff Allison
Isn't mod_jk deprecated in favour of mod_ajp. On Jul 15, 2011 10:15 PM, Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2 jonathan.leffingwell@navy.mil wrote: Big thanks to Chris, Andre, and everyone else for all of the guidance! I think I'm going to do this: 1. Compile Apache 2.2.19 in

Tomcat efficiency (was: RE: Optimal Settings to use Tomcat as a HTTP File Server)

2011-06-13 Thread Jeff Sturm
such as Hadoop. Hence the traditional static vs. dynamic distinction is most likely becoming obsolete. -Jeff

Re: Two Tomcat 7.0 in the same Windows server 2008 instance, both appearing as port 80 for the clients?

2011-05-11 Thread Jeff Beard
load balancing, clustering and failover configurations as well. HTH. Cheers, Jeff On Wed, May 11, 2011 at 12:35 PM, Brian Braun brianbr...@gmail.com wrote: Hi, In Linux I have have more than one instance of Tomcat in the same Linux instance. It is as easy as installing each Tomcat

Re: Working of Tomcat with MS Access

2011-04-15 Thread Jeff Hubbs
, to sum up this and earlier responses: 1) Learn to code Java 2) Understand real RDBMSses. - Jeff On 4/15/11 6:04 AM, RAHUL RAJ wrote: Hello, I am working on building a jsp website with MS Access as database. When my login page is loaded on tomcat (localhost:8080/login.jsp), it shows

Re: Working of Tomcat with MS Access

2011-04-15 Thread Jeff Hubbs
MySQL is indeed another good Open Source RDBMS; I would not call it lightweight in that it is used to power some mighty big Web apps, but the implementation does seem a little quaint. On 4/15/11 11:38 AM, Troy wrote: Raj; To all reading this response, this is my first response on this list

Re: Working of Tomcat with MS Access

2011-04-15 Thread Jeff Hubbs
with some trial projects, right? I know this is nothing! and help me...pls answer to the question.. On Fri, Apr 15, 2011 at 8:41 PM, Jeff Hubbsjhubbsl...@att.net wrote: You do realize, I hope, that what you're proposing is akin to sourcing parts for your jet engine from Fisher-Price? IMHO MS Access

Auto-deploy failure

2011-04-07 Thread Jeff Sturm
are the best practices out there to ensure that Really Bad things cannot happen with webapp deployment? What do expert users recommend? E.g. don't rely on auto-deploy? Always use Tomcat Manager? Etc. Thanks in advance for any insight, Jeff

Re: tomcat server

2011-03-10 Thread Jeff Hubbs
If you use localhost2 as a URL, you will almost certainly get an error because that name is unlikely to resolve to a system that is set up to provide a Web service to your browser. If you get an error when using the URL localhost, that is because the machine you're running that browser on

Re: Can JSP code be served from a DB instead of files?

2010-12-27 Thread Jeff Hubbs
On 12/27/10 4:14 PM, Christopher Schultz wrote: I'm not sure there is going to be a pure-Java, container-agnostic solution. There is certainly nothing in the servlet spec that will help you with this, so your solution is likely to be either container-specific, or not a container-related

Re: Where do files served get logged?

2010-10-14 Thread Jeff Hubbs
On 10/14/10 12:08 PM, Caldarale, Charles R wrote: I'm trying to make sure Tomcat is not serving static files that Apache can serve more efficiently. Why do you think httpd can serve them more efficiently? I recall from reading about Slashdot's architecture some years ago (Perl/MySQL at the

Re: Tabbed browsers sharing session - work around.

2010-10-05 Thread Jeff Hubbs
importantly I'd like to understand the industrially correct way to obtain this behavior under 6.0.* Tomcat...if it's not already the default. - Jeff On 10/5/10 9:16 AM, Stephen Caine wrote: Rob, The way you describe session sharing is indeed a problem. The way we deal with this is to use

Re: tomcat connection pool - status and future?

2010-09-24 Thread Jeff Hubbs
be thinking about another point release. Just jumping in here - given this and given my case of a legacy Java app that really needs a platform refresh in a bad way before app problems can be addressed, is a migration path away from c3p0 called for and if so, toward what? - Jeff

Automatically Add Session ID

2010-09-23 Thread Jeff Thorn
to store any objects in the session. What kind of overhead is there to doing this? I know it defeats the purpose of being stateless. But if I don't put anything in the session will it have a relatively low impact? Thanks! Jeff

Re: Automatically Add Session ID

2010-09-23 Thread Jeff Thorn
that you don't have that. I would check that assumption before continuing. -Original Message- From: Jeff Thorn [mailto:j...@thorntechnologies.com] Sent: Thursday, September 23, 2010 3:04 PM To: users@tomcat.apache.org Subject: Automatically Add Session ID Hello, I have a stateless

Re: Automatically Add Session ID

2010-09-23 Thread Jeff Thorn
- Hash: SHA1 Jeff, I've re-arranged some of your comments so that my questions make a bit more sense. On 9/23/2010 4:13 PM, Jeff Thorn wrote: I am sure there are no sessions now. Its a REST based XML API. So my question is what kind of overhead does getSession() have? If its anything

Tomcat service only starts if

2010-09-07 Thread Jeff Hubbs
script did not set and then executing catalina.sh could start and stop the instance, but now I can only start the service with the tomcat user account left like that. Thanks, - Jeff - To unsubscribe, e-mail: users-unsubscr

Re: possible to define/deploy a context but not start it?

2010-06-02 Thread Jeff Ramin
I've been experimenting some more, and can't seem to find a solution to my situation. Deploying an app via JMX seems to be broken. Anybody have any ideas, or is this unworkable? Thanks. On 06/01/2010 01:20 PM, Caldarale, Charles R wrote: From: Jeff Ramin [mailto:jeff.ra...@singlewire.com

Re: possible to define/deploy a context but not start it?

2010-06-02 Thread Jeff Ramin
jconsole. Thanks. On 06/02/2010 11:29 AM, Pid wrote: On 02/06/2010 16:28, Jeff Ramin wrote: I've been experimenting some more, and can't seem to find a solution to my situation. Deploying an app via JMX seems to be broken. Anybody have any ideas, or is this unworkable? What did you try

  1   2   >