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

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/&g

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/> CONFIDENTI

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 t

Re: Unable to start tomcat with Security Manager

2019-06-27 Thread Jeff
Both 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 Tomcat/8.0.1

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: > > > channelSendOptions="1

Re: TLS handshake performance

2017-06-06 Thread Jeff Elsloo
know) on 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

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 and John for the response. > >

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 6443 for https > traffic. >

Re: Tomcat - Multiple sites and SSL

2016-01-15 Thread Jeff Jennings
t 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? > >

Tomcat - Multiple sites and SSL

2016-01-15 Thread Jeff Jennings
site.com/jira and 8090 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

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" 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" wrote: >>> >>> >>> Am 14.02.2015 um

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" 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 P

Re: Tomcat Access Logging Valve ?

2015-02-14 Thread Jeff Kohut
On Sat, Feb 14, 2015 at 4:48 AM, André Warnier 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 >> >

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 > &g

Tomcat Access Logging Valve ?

2015-02-13 Thread Jeff Kohut
out of logs based 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" wrote: > Yes, that is the log I am looking at and it is blank. > > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz

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 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 occurred: > org.ap

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

2015-01-30 Thread Jeff Kohut
t 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 wrote: > 2015-01-30 1:29 GMT+03:00 Jeff Kohut : > > My first post to Tomcat list, pardon me if I make any mistakes, > > > > Any hel

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

2015-01-30 Thread Jeff Kohut
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 > > S

Tomcat sending 411 "Length Required" due to Chunked Transfer Encoding

2015-01-29 Thread Jeff Kohut
. 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 dur

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

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

2014-06-08 Thread Jeff Cai
rException: 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...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

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 : > Since my source directory is not under the webapp, I have

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

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.com<http://www.syma

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 t

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

2014-06-05 Thread Jeff Cai
t.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 - To unsubscri

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

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 > > > ServerName my.webserver.com > ProxyPass / http://my.webserv

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

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 t

Re: secure reverse proxy to my tomcat server HELP NEEDED

2014-03-03 Thread Jeff Haferman
.e. https://my.webserver.com: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:

Re: secure reverse proxy to my tomcat server HELP NEEDED

2014-03-03 Thread Jeff Haferman
ot 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 --&g

Re: secure reverse proxy to my tomcat server HELP NEEDED

2014-03-03 Thread Jeff Haferman
server.com:8443/ toProxyPass > / https://my.webserver.com:8443/ <http://my.webserver.com:8443/> > ProxyPassReverse /app http://localhost:8443/ to ProxyPassReverse > /app https://localhost:8443/ <http://localhost:8443/> > > Thanks, > Shaile

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 Ub

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 eprize.com> writes: > > On Linux at least you'd

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

2013-01-31 Thread Jeff Sturm
ou'd add the "-d64" argument to the java command line to start the 64-bit JVM. 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 -

RE: JMS in a Tomcat Environment

2013-01-30 Thread Jeff Sturm
feel like the J2EE specification was written for me, and I find myself wishing that bit of nonsense would just fade 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.

Re: Running Tomcat Behind Apache HTTP Server

2012-12-10 Thread Jeff Beard
nfiguration you've provided it isn't clear that you've configured the Tomcat Connector. Perhaps 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 wrote: > > > Kirill Kireyev wrote: > > >Thanks for all your thorough advice Shanti! (and ev

RE: high CPU usage on tomcat 7

2012-10-04 Thread Jeff MAURY
ht improve your cache hit rate, but it will have little effect on the time used by GC. > > It is highly likely that your webapps have a memory leak. You need to use a profiler and find out what's eating up all that memory. If you set the heap size to a smaller value, you should be able

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

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" a écrit : > Hi! > > I'm periodically getting unduly high (100%) CPU usage by the tomcat >

Re: very basic question about apache and tomcat

2012-09-19 Thread Jeff
IIyFOoJDd1ZmfOwjHwsT > =javS > -END PGP SIGNATURE- > > ----- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > 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 : > -Original Message- > From: Konstantin Kolinko [mailto:knst.koli...@gma

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 : > Tomcat 6 (standalone), several virtual hosts > > > > I have

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: 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 wrote: > Thanks Martin. > > I get a warning in the system log at boot time, I don't understand what it > means or wh

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 wrote: > Ah! Thanks Jeff, you are right, thanks. I checked and the Open

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 wrote: > Hi J

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

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 instan

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

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

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

2012-08-15 Thread Jeff Hall
hough there are no explicit firewall rules blocking 4000-4099. I don't know. I had this same cluster configuration up and running on my MacBook Pro without any issues. But now I am at a loss. Can anyone point me in a direction to investigate further? Thank you! Jeff

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

2012-07-23 Thread Jeff Beard
e parent ID. Try that and see if that's not the case. On Mon, Jul 23, 2012 at 1:15 PM, 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

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, wrote: > I've built/installed Tomcat 7.0.29 from source on linux/64. > > I've setup an init.d using

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

2012-07-09 Thread Jeff Sturm
at 99% and may be thrashing a bit. Start Tomcat 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

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

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

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
herit flag, 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 wrote: > Hello Jeff, Konstantin & all, > > On Mon, 2012-06-25 at 20:52 +0200, verlag.preis...@t-online.de

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

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

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 wrote: > Hello, > > Is there anything I can do to help qualify the problem even more ? > > Beyond having shown the source code of the s

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 wrote: > En Réponse à "Tomcat Users List" le 21 juin > 2012 00:07 Can you verify your 2 threads (readin

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 wrote: > Hello, > > I have a problem with keep-alive connections, when starting a subprocess >

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 wrote: > Hi All, > > I have my webapp deployed on tomcat. I am using slf4j for my logging and > everythi

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 wrote: > Do that work adding in the section: > > > deploy > > > ? > > 2012/4/19 Jeff : > > (Didn't see

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, 20

Re: munin tomcat and mysql

2012-05-07 Thread Jeff Beard
is included 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, 201

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, Ol

Re: Does Tomcat Maven plugin support WAR overlays ?

2012-04-30 Thread Jeff MAURY
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 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)

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

tomcat maven plugin deploy to multiple tomcat instances...

2012-04-18 Thread Jeff
war http://10.12.4.6/manager true UTF-8 UTF-8 HTTP/1.1 true stage06 -- Jeff Vincent predato...@gmail.com See my LinkedIn

RE: Do I Have Java Memory Fragmentation?

2011-12-19 Thread Jeff Sturm
tual memory for heap 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

RE: Performance for many small requests

2011-09-03 Thread Jeff Sturm
t on systems with large heaps. Not much 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
always convenient or available. Distributed file systems exist but have not proven to be as effective as relational databases or any of the No-SQL technologies 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 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 with a di

Re: Working of Tomcat with MS Access

2011-04-15 Thread Jeff Hubbs
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 Hubbs 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 Ac

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
mcat in a far more conventional way. So, 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 (

Auto-deploy failure

2011-04-07 Thread Jeff Sturm
hings 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 solution

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 t

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 wi

Re: tomcat connection pool - status and future?

2010-09-24 Thread Jeff Hubbs
). It looks like they might 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

Re: Automatically Add Session ID

2010-09-23 Thread Jeff Thorn
Thanks Chis. I'll make sure the AccessLogValve is configured correctly. Currently the app is not clustered. It it ever becomes clustered, I will make sure we keep this in mind. On Thu, Sep 23, 2010 at 4:47 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SH

Re: Automatically Add Session ID

2010-09-23 Thread Jeff Thorn
URL) sessions > *require* client co-operation to work and it's possible 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,

Automatically Add Session ID

2010-09-23 Thread Jeff Thorn
ng 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 --

Tomcat service only starts if

2010-09-07 Thread Jeff Hubbs
hmod +x some .sh files that the install 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

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

2010-06-02 Thread Jeff Ramin
ystem operations. On 06/02/2010 01:34 PM, Konstantin Kolinko wrote: 2010/6/2 Jeff Ramin: If anybody has the time and is willing to give this a try, I'd like to know if it's possible to deploy a webapp via JMX/jconsole in either tomcat 5.5.x or 6.0.x. I can't seem to do it, alth

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

2010-06-02 Thread Jeff Ramin
11:54 AM, Konstantin Kolinko wrote: 2010/6/2 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. The manager webapp uses JMX. So it should be working. (Maybe not the methods that you are

  1   2   >