Frequency of Tomcat Native releases

2015-10-02 Thread Justin
Can we see more frequent releases of Tomcat Native, especially since it statically links OpenSSL on Windows? I was hoping to see a new release included in Tomcat 8.0.27. There have been a number of changes to both Tomcat Native 1.1.x and OpenSSL 1.0.2. http://svn.apache.org/viewvc/tomcat/native/

Re: Tomcat 8 reliability/performance on Windows 2008 R2 Server vs. RHEL/CentOS

2015-10-02 Thread Justin
> how one can check logs under win I'm late to the conversation but can recommend tools that I use: MSYS2 (msys2.github.io) and WinTail (tailforwindows.org). The former uses pacman as a package manager to manage grep, sed, curl, ssh, gcc, clang, and much more and does not have the GPL restrictio

Re: Frequency of Tomcat Native releases

2015-10-03 Thread Justin
adle allows the flexibility of MSVC, GCC, clang. On Friday, October 2, 2015 5:15 PM, Mark Thomas wrote: On 02/10/2015 19:01, Justin wrote: > Can we see more frequent releases of Tomcat Native, especially since > it statically links OpenSSL on Windows? I was hoping to

Re: Frequency of Tomcat Native releases

2015-10-04 Thread Justin
loper commits and submit patches. On Oct 4, 2015, 5:20:19 AM, Mark Thomas wrote:On 03/10/2015 23:51, Justin wrote: >> - ensure the changelog is up to date > Looks like r1681506 could be logged. Patch please. >> - versions all correct in source > $ find . -type f -exec grep

Severity of CVE-2016-6816

2017-10-05 Thread Justin
ploit? Must webapps use cookies as some example exploits have shown? "By manipulating the HTTP response the attacker could... obtain sensitive information from requests other then their own." So if trusted users are logging in, untrusted users could obtain passwords? Path or query parameters? Thanks, Justin

Re: Severity of CVE-2016-6816

2017-10-06 Thread Justin
Great, thank you for answers Mark. Much appreciated! On Thursday, October 5, 2017, 3:29:04 PM CDT, Mark Thomas wrote: On 05/10/17 20:35, Justin wrote: > Hi all, > I'm curious about the severity of CVE-2016-6816 fixed last November. > http://svn.apache.org/viewvc?view=rev

TLSCertificateReloadListener Detects Expiration But Never Reads New Cert & Key Files

2024-03-17 Thread Justin Y
xt of the (determined expired) SSLHostConfigCertificate objects to allow a reload.   I appreciate any suggestions! -- Justin -- Justin Yunke

Re: TLSCertificateReloadListener Detects Expiration But Never Reads New Cert & Key Files

2024-03-18 Thread Justin Y
een 'markt' showing up in those Changelogs for quite some time and it's a genuine pleasure to have a conversation with you.  You've contributed so much to the Tomcat world, and I appreciate what you do. -- Justin On 3/18/24 3:20 PM, Mark Thomas wrote: On 18/03/2024 08:21, Mark T

Re: cpu 100% java

2006-08-02 Thread Justin Spies
Ben, For various reasons, I've had to send this response using your original message. I've included below some of the feedback provided by Chris since I'm pretty sure I'v read the entire thread so far... I've run into this type of issue many times as well, memory management definitely is no

Re: cpu 100% java

2006-08-02 Thread Justin Spies
Damn copy and paste. I've re-edited for the missing details below, my apologies. Quoting Justin Spies <[EMAIL PROTECTED]>: ... The VSIZE question--when the JVM starts, it places a hold on the memory it thinks is needed. So if you allocate a maximum heap of 256MB + the perman

Cycling Missing File Error

2006-09-18 Thread Justin Jaynes
Hello Tomcat Users et. al. I've been developing with tomcat for a few years now, and I've never had this problem until I decided to restructure some code to save time by consolidating files with similar content AT DIFFERENT LEVELS in the DIRECTORY TREE. Now these files I have been using, I was al

Re: Tomcat as a service under Linux... "To dream the impossible dream"

2005-11-07 Thread Justin Jaynes
w is because I fought the uphill battle until I knew what was what. I'll try to tell you, but you have to be willing to read other sources as well. Study study study. Tomorrow ... Justin Jaynes --- Preston Crawford <[EMAIL PROTECTED]> wrote: > I've tried this so many differe

Help - org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: null

2006-01-10 Thread Justin Moore
Hi, I am using tomcat version 5.5.12 and am getting the following exception and cannot find a way around the issue. Google isn't offering much. I have also included my web.xml below. One site on google mentioned that taglib declarations should no longer use the http://java.sun.com/dtd/web-app_2_

Image Scaling Code

2006-01-12 Thread Justin Jaynes
Hello all, I've written a java class to scale jpeg images. But I can't seem to get it to work. Can anyone point me in the right direction? Here is my code: package com.everybuddystree; import java.awt.*; import java.awt.image.*; import java.io.*; import javax.imageio.*; public

Re: Image Scaling Code

2006-01-12 Thread Justin Jaynes
t variable, but the exact answer eludes me. Actually, it looks like you *have* defined the environment variable (DISPLAY in the stack trace rings a bell). Is X running? I believe it has to be for this to work. Frank Justin Jaynes wrote: > Hello all, > > I've written a java clas

Re: Image Scaling Code

2006-01-12 Thread Justin Jaynes
Thanks Everyone, Your many responses were correct. I'm on my way. Closer anyway, I get a different error now, but I think I can track it down. I'll let you know if I need any more help. Justin Jaynes Wendy Smoak <[EMAIL PROTECTED]> wrote: On 1/12/06, Justin Jaynes

Problem with mod_jk/apache 1.3.34 Windows

2006-03-06 Thread Justin Greene
ne has would be greatly appreciated. I am running out of things to try on the troubleshooting side. We are also pursuing whether our code could somehow be contibuting to this... Some sort of session synchronization issue or something. Thanks, Justin

Re: Problem with mod_jk/apache 1.3.34 Windows

2006-03-06 Thread Justin Greene
> -Original Message- > From: Mladen Turk [mailto:[EMAIL PROTECTED] > Sent: Monday, March 06, 2006 12:33 PM > To: Tomcat Users List > Subject: Re: Problem with mod_jk/apache 1.3.34 Windows > > Justin Greene wrote: > > "Do not use cachesize with value

Re: mod_jk errors - are these normal?

2006-03-06 Thread Justin Greene
down (127.0.0.1:8009), err=-54 [Mon Mar 06 16:32:22 2006] [error] jk_ajp_common.c (1503): Tomcat is down or refused connection. No response has been sent to the client (yet) Which is subely different. Anyone have a reference to what the various 'err=' codes mean? Justin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JMX via SSH tunnel does not work?

2006-03-06 Thread Justin Greene
ocess. The only solution here is to be able to specify the additional ports, but at the time there was no way to do this. I have not looked into the jconsole or JMX options since so I do not know if this was added. Justin > -Original Message- > From: Andreas Schildbach [mailto:[EMAI

Re: IIS 6 + Apache tomcat 5.5.15 + SQL Server 2000 ? ( Windows 20 03 Server )

2006-03-09 Thread Justin Greene
the variable types in preparing the statement must be strictly correct... i.e. JTDS will not truncate a string that is too long for the var type but JDBC will. Justin > -Original Message- > From: Phil Wilson [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 09, 2006 10:32 AM >

Re: Performance tricks with multiple tomcat instances

2006-03-09 Thread Justin Greene
surpised to read when people are setting application servers (such as Tomcat) to maxthreads of 1000. If I had 1000 processes running at the same time on any of my application servers it would melt never finish any of them. It is more realistic to have 5 - 10 threads processing at any given

Is this tomcat or my app?

2006-03-09 Thread Justin Greene
09703ms at the moment and while restarting Apache will cause it to exit, I am getting really tired of restarting apache all the time to resolve these issues. Anyone, anyone... Bueller, Bueller? Thank, Justin Name: TP-Processor24 State: RUNNABLE Total blocked: 3,049 Total waited: 75,144 S

Re: Performance tricks with multiple tomcat instances

2006-03-09 Thread Justin Greene
> -Original Message- > From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 09, 2006 3:06 PM > To: Tomcat Users List > Subject: Re: Performance tricks with multiple > tomcat instances > > On 3/9/06, Justin Greene <[EMAIL PROTECTED]>

Workes.properties socket_timeout clarification

2006-03-09 Thread Justin Greene
socket operations. How does this differ from reply_timout? Any feedback would be appreciated. Thanks, Justin -- Justin Greene SECCAS, LLC. 212-242-9308 x 101 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Problem starting Tomcat in Netbeans

2006-05-28 Thread Justin See
na.core.StandardHost start at org.apache.catalina.startup.Catalina.start(Catalina.java:537) INFO: XML validation disabled ... 6 more Thanks in advance! -- Regards, Justin See

Include Directive

2006-11-06 Thread Justin Jaynes
the child directory and maintain two copies of it. But when I do this, I get an error every time. What am I doing wrong? You can find the error below. Justin HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it fro

Re: Include Directive

2006-11-07 Thread Justin Jaynes
That does not work at all. Justin - Original Message From: Juanjo Cuadrado <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, November 7, 2006 4:14:17 AM Subject: Re: Include Directive Hi, Can you try the follow: <%@ include file="*/header.jsp*" %>

Re: Include Directive

2006-11-07 Thread Justin Jaynes
ied it but the code inside the quotes does not get evaluated. Justin - Original Message From: Christopher Schultz <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, November 7, 2006 6:14:58 AM Subject: Re: Include Directive -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Include Directive Misbehaving

2006-11-07 Thread Justin Jaynes
VERSION, with a notation I can see in the html distinguishable from others) [admin sub directory (/host/admin) index.jsp header.jsp (ADMIN VERSION, with a notation) [user sub directory (/host/admin/user)] [justin sub directory (/host/admin/user/justin)] index.jsp As you can see, I have copied the

Re: Include Directive Misbehaving

2006-11-07 Thread Justin Jaynes
ot what I want. Justin - Original Message From: Mark Thomas <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, November 7, 2006 9:30:07 PM Subject: Re: Include Directive Misbehaving Justin Jaynes wrote: > To further complicate this problem, I have tried more experimenting

Re: Include Directive Misbehaving: Feedback for Mark Thomas

2006-11-08 Thread Justin Jaynes
on of how to create a context, and what a context does. It says what a context is, but not what it does. Please consider revising the context page to make it clearer. If I had a firmer understanding, I would volunteer a revision myself. Justin - Original Message From: Mark Tho

Re: Replying to threads

2006-11-09 Thread Justin Jaynes
member of the group. But since you got this message sent to the list, you are. So go ahead and try respond to this message. Justin - Original Message From: Andrew Friebel <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Thursday, November 9, 2006 6:53:56 PM Subject: Rep

upgrade to 5.5.25 causes java permissions issues

2007-11-13 Thread Justin Kennedy
ntimePermission setContextClassLoader" etc..., but I get "access denied" errors for all my existing permissions. Has the security configuration changed at all? Thanks -- Justin Kennedy Maritime Source, Inc. http://

URL Redirects from Root?

2008-01-16 Thread Justin Stanczak
Anyone have suggestions on setting up redirect for the ROOT folder? What I have is an old IIS server that I'm moving to Linux Tomcat. The IIS has all kinds of redirects. My first thought was to just create folders and index.jsp pages with a redirect tag, but is there a better way? -- "All that is

Re: URL Redirects from Root?

2008-01-18 Thread Justin Stanczak
Yes, thank you. I think I seen this before, but forgot until you pointed it out. Coo! On Jan 18, 2008 12:58 PM, Hassan Schroeder <[EMAIL PROTECTED]> wrote: > On Jan 16, 2008 2:22 PM, Justin Stanczak <[EMAIL PROTECTED]> wrote: > > Anyone have suggestions on setting up redirec

Re: URL Redirects from Root?

2008-01-18 Thread Justin Stanczak
Just bumping this. Not sure if it got through. I got an email error. On Jan 16, 2008 5:22 PM, Justin Stanczak <[EMAIL PROTECTED]> wrote: > Anyone have suggestions on setting up redirect for the ROOT folder? What I > have is an old IIS server that I'm moving to Linux Tomcat

Sessions counter on Web Application Manager

2007-08-27 Thread Justin Madex
tion calls Session.invalidate when the user logs out, the session counter never decreases. Could anyone give me some information around this counter and why it doesnt decrease when you invalidate the session. Thanks Kind Regards Justin Madex

RE: building mod_jk failing

2008-03-10 Thread Justin Vassallo
Hello, I am trying to build mod_jk on Solaris 10 x86, which unfortunately is not available in binary form. I dlded Apache source and built using: $ PATH=$PATH:/usr/sfw/bin:/usr/ccs/bin $ export PATH SH_LIBS $ ./configure --with-included-apr --prefix=/usr/local/apache/httpd

RE: building mod_jk failing

2008-03-10 Thread Justin Vassallo
format: ELFDATA2MSB Thanks - j PS - it was Re since I had posted this before I became a user, and forwarded once I joined -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: 10 March 2008 17:53 To: Tomcat Users List Subject: Re: building mod_jk failing Justin Vassallo

Tomcat 6.0.18 Servlet Loading/Reloading

2008-12-03 Thread Justin Randall
chive thewebapplication.war = Has anyone else ever experienced this before and can provide some help? Kind regards, Justin _

RE: Tomcat 6.0.18 Servlet Loading/Reloading

2008-12-03 Thread Justin Randall
HostConfig checkResources > INFO: Undeploying context [/thewebapplication] > Dec 3, 2008 7:20:25 PM org.apache.catalina.startup.HostConfig deployWAR > INFO: Deploying web application archive thewebapplication.war > = > > Has anyone else ever experienced this before and can provide some help? > > Kind regards, > > Justin > > _ > _

RE: Tomcat 6.0.18 Servlet Loading/Reloading

2008-12-04 Thread Justin Randall
fferent logging statements. You will see both of them being executed when Tomcat loads the Servlet. I hope this helps better clarify the situation. Justin. > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Date: Wed, 3 Dec 2008 20:46:50 -0600 > Subject: RE: Tomcat 6.0.18 Serv

RE: Tomcat 6.0.18 Servlet Loading/Reloading

2008-12-04 Thread Justin Randall
eds when moving the .war file into the webapps directory. I'll continue to debug this further and respond with more information as it becomes available. Thanks, Justin. > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: RE: Tomcat 6.0.18 Servlet Loading/Reloading >

RE: Form Based Authenticattion - j_security_check does not redirect from http to https

2008-12-09 Thread Justin Randall
Hello, Have you tried adding "j_security_check" to your web.xml for patterns which should be redirected to SSL? Regards, Justin > Date: Tue, 9 Dec 2008 00:17:36 -0800 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Form Based Authenticattion - j_s

RE: Form Based Authenticattion - j_security_check does not redirect from http to https

2008-12-09 Thread Justin Randall
HttpServletRequest req = (HttpServletRequest) request; HttpServletResponse rsp = (HttpServletResponse) response; rsp.sendRedirect(req.getRequestURI()); } I hope this helps! Justin > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: RE: Form Based Authenticattion -

RE: Form Based Authenticattion - j_security_check does not redirect from http to https

2008-12-09 Thread Justin Randall
eview your code to figure out where and how it is trying to create an HttpSession (presumably in the login error page) after a failed login attempt. Regards, Justin > Date: Tue, 9 Dec 2008 02:29:53 -0800 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: RE: Form

RE: j_security_check with https

2009-01-06 Thread Justin Randall
having its "doFilter" method call "sendRedirect" on the HttpServletResponse object. Map this Filter to the same URL pattern you use for SSL and make sure to use the tags for FORWARD, INCLUDE, ERROR, and whatever other RequestDispatcher operations you want to ensure use SSL

RE: j_security_check with https

2009-01-07 Thread Justin Randall
lier statements were incorrect, I encourage you to provide another "better" working example. This one works for me and is used by other industry professionals. Regards, Justin Here is an example: > Date: Wed, 7 Jan 2009 09:35:33 +0100 > From: rc4...@googlemail.com > To: use

Re: Tomcat 7: Why is JDK needed ?

2011-07-21 Thread Justin Randall
It uses the Java compiler for activities such as compiling JSPs into Servlets into Java class files. All versions of Tomcat require the JDK. Sent from my BlackBerry device -Original Message- From: Bobi St Date: Thu, 21 Jul 2011 19:58:53 To: Subject: Tomcat 7: Why is JDK needed ? Hi

tomcat manager/status question

2011-11-14 Thread Justin Larose
link as well. Do I need to install another portion of Tomcat to get this feature to work? Thanks, Justin LaRose Database & Web Services Administrator NEXCOM (757) 631-3443 justin.lar...@nexweb.org ** This email and an

Re: tomcat manager/status question

2011-11-14 Thread Justin Larose
Yes I have restarted tomcat after editing this file: Thanks, Justin LaRose Database & Web Services Administrator NEXCOM (757) 631-3443 justin.lar...@nexweb.org From: Daniel Mikusa To: Tomcat Users List Date: 11/14/2011 02:32 PM Subject:Re: to

Re: tomcat manager/status question

2011-11-16 Thread Justin Larose
I have copied my server.xml file below. __ ___ Thanks, Justin LaRose Database & Web Services Administrator NEXCOM (757) 631-

Re: tomcat manager/status question

2011-11-18 Thread Justin Larose
Dan, Thanks for the help. I opened the server.xml.orig file (from the Tomcat installation) and copied the GlobalNamingResources and Engine and restarted Tomcat. Afterwards I was able to login using the username and password located in the tomcat-users.xml file. Thanks, Justin LaRose Database

Tomcat won't start after Windows Reboot

2011-12-05 Thread Justin Larose
.1 on http-8443 Dec 5, 2011 3:02:43 PM org.apache.coyote.http11.Http11Protocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8543 Thanks, Justin LaRose Database & Web Services Administrator NEXCOM (757) 631-3443 justin.lar

unpackWARs and antiResourceLocking

2011-12-06 Thread Justin Miller
at converts the / character to # in the path but that doesn't make it to the antiLocking method. Please advise if I my understandings/assumptions are incorrect and if so, how I might configure Tomcat correctly to run a war without unpacking and locking resources. I am also happy to submit

Re: unpackWARs and antiResourceLocking

2011-12-06 Thread Justin Miller
uch static and I didn't want the performance hit with antiResourceLocking to affect every app. Is that reasonable or should I still just use the JreLeakPreventionListener? Thanks again Justin >>> Konstantin Kolinko 12/6/2011 10:21 AM >>> 2011/12/6 Justin Miller : > Wi

Tomcat crashes after startup

2011-12-12 Thread Justin Larose
. Thanks, Justin ** This email and any files transmitted with it are intended solely for the use of the individual or agency to whom they are

Re: Tomcat crashes after startup

2011-12-12 Thread Justin Larose
=US ___ Thanks, Justin From: Mark Thomas To: Tomcat Users List Date: 12/12/2011 03:29 PM Subject:Re: Tomcat crashes after startup On 12/12/2011 20:20, Justin Larose wrote: > Group, > > Can anyone help me with this error below from the catalina.log? > I h

Re: Tomcat crashes after startup

2011-12-13 Thread Justin Larose
ce long before I worked here... I was just copying the info from the old server.xml and adding in the new keystore info. If we do not Use any client certs can I remove the truststore line? Thanks, Justin ** This email an

Re: Tomcat crashes after startup

2011-12-13 Thread Justin Larose
s tomcat Enter keystore password: Alias name: tomcat Creation date: Nov 10, 2011 Entry type: trustedCertEntry Owner: CN=wcmdev.nexweb.us, OU=USN, OU=PKI, OU=DoD, O=U.S. Government, C=US Thanks, Justin LaRose Database & Web Services Administrator NEXCOM (757) 631-3443 justin.lar...@nexweb

SSL Configuration Errors

2012-01-04 Thread Justin Larose
l below. Anyone know where to start? ___ T

Re: SSL Configuration Errors

2012-01-05 Thread Justin Larose
Sorry. Comments removed. ___ Thanks, Justin LaRose From: Pid To: Tomcat Users List Date: 01/04/2012 03:29 PM Subject:Re: SSL

Re: SSL Configuration Errors

2012-01-06 Thread Justin Larose
Pid wrote on 01/06/2012 04:30:30 AM: > From: Pid > To: Tomcat Users List > Date: 01/06/2012 04:31 AM > Subject: Re: SSL Configuration Errors > > > > connectionTimeout="2" > > redirectPort="8443" /> > > > >Are you actually using Client auth? This

Re: SSL Configuration Errors

2012-01-09 Thread Justin Larose
Christopher Schultz wrote on 01/06/2012 05:20:12 PM: > From: Christopher Schultz > To: Tomcat Users List > Date: 01/06/2012 05:20 PM > Subject: Re: SSL Configuration Errors > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > Justin, > On 1/6/12 2:56 PM, Ju

Re: SSL Configuration Errors

2012-01-09 Thread Justin Larose
t identify a key entry" And when I look at the self signed cert it is listed as a "PrivateKeyEntry" but on my imported cert it is listed as a "trustedCertEntry" This seems to be the problem. How do I set my imported cert as a "key entry" or get Tomcat to re

Re: SSL Configuration Errors

2012-01-10 Thread Justin Larose
password: When I get the new certificate should I only import the certificate? Or do I need to import the intermediate and root certificate first? Thanks, Justin ** This email and any files transmitted with it are i

Re: SSL Configuration Errors -- Resolved

2012-01-10 Thread Justin Larose
elp everyone. After recreating the .jks and resubmitting the csr all with "alias tomcat" then importing the root, intermediate and new certificate I was able to access the application. -- Justin ** This email an

Error: Unable to compile class for JSP

2012-01-11 Thread Justin Larose
quals(Part.class)) 231: { 232:ObjectTablePagelet.addButton(Pagelet.EDIT_BUTTON, "edit_design_part_master", BarAdapterItem.MODE_ENABLE_ON_ONE, "Edit Design Part", 530, 550); 233: } Thanks, Justin LaRose **

Re: Error: Unable to compile class for JSP

2012-01-11 Thread Justin Larose
else if (objType.equals(Part.class)) > > 231: { > Have you imported more than one Part.class by accident, via a wildcard > import perhaps? I did not import any classes. I installed Tomcat 7 in a different directory and copie

Re: Error: Unable to compile class for JSP

2012-01-11 Thread Justin Larose
ma...@apache.org wrote on 01/11/2012 01:19:17 PM: > From: ma...@apache.org > To: Tomcat Users List > Date: 01/11/2012 01:20 PM > Subject: Re: Error: Unable to compile class for JSP > > Justin Larose wrote: > >> > An error occurred at line: 230 in the jsp file

RE: Cannot rid of expired Certificate ...

2012-01-20 Thread Justin Larose
like this ? .. aha > >> > >> Andrew, When you hit the reply button use the option that says "Reply with Internet-Style history". That will add the ">"'s to all the previous comments and then you comment under each relevant one. =) - Justin **

RE: Configure SSL under Tomcat 7

2012-03-19 Thread Justin Larose
ayouB __ wrote on 03/19/2012 01:00:59 PM: > From: ayouB __ > To: > Date: 03/19/2012 01:01 PM > Subject: RE: Configure SSL under Tomcat 7 > > Still not working !! > I downloaded Apache Tomcat 7.0.26 (again), i added the > tcnative-1.dll in my : apache-tomcat-7.0.26\bin, i created a > keystore

Tomcat 7.33 update on Windows

2012-12-11 Thread Justin Larose
avax.servlet.http.HttpServlet.service(HttpServlet.java:728) note The full stack trace of the root cause is available in the Apache Tomcat/7.0.33 logs. ---- Apache Tomcat/7.0.33 Thanks, Justin ***

Re: Tomcat 7.33 update on Windows

2012-12-12 Thread Justin Larose
Konstantin Kolinko wrote on 12/11/2012 09:12:16 AM: > From: Konstantin Kolinko > To: Tomcat Users List > Date: 12/11/2012 09:12 AM > Subject: Re: Tomcat 7.33 update on Windows > > 2012/12/11 Justin Larose : > > I just updated Tomcat 7 from version 7.11 to 7.33 o

JAAS Module Tomcat 7 (Bundling and JNDI Datasource access)

2013-01-23 Thread Justin Rosenberg
tion tries to load. Thank you, Justin CONFIDENTIALITY NOTICE: The information in this message, and any attachment, is intended for the sole use of the individual and entity to whom it is addressed. This information may be privileged, confidential, and protected from disclosure. If you

RE: Tomcat6+webapps+log4j

2013-01-24 Thread Justin Rosenberg
You might try putting the log4j properties file (or xml) in a shared loader location. In catalina.properties add something like this: shared.loader=${catalina.base}/conf/properties and then put the properties file there. ~Justin -Original Message- From: Tiago Sousa

RE: JAAS Module Tomcat 7 (Bundling and JNDI Datasource access)

2013-01-24 Thread Justin Rosenberg
" for the help. ~Justin -Original Message----- From: Justin Rosenberg [mailto:rosenbe...@crlcorp.com] Sent: Wednesday, January 23, 2013 7:06 PM To: users@tomcat.apache.org Subject: JAAS Module Tomcat 7 (Bundling and JNDI Datasource access) I'm running into issues accessing a JNDI

Load properties file from Tomcat directory

2013-01-24 Thread Justin Rosenberg
d(new File(System.getProperty("catalina.base") + "/lib/" + PROPERTY_FILE_NAME).toURL().openStream()); Thanks for the help, Justin CONFIDENTIALITY NOTICE: The information in this message, and any attachment, is intended for the sole use of the individual and entity to w

Re: Change of email address

2010-12-25 Thread Justin Randall
One would imagine you would simply subscribe your new address and (potentially) unsubscribe your old address. --Original Message-- From: Michael McQuade To: 'Tomcat Users List' ReplyTo: Tomcat Users List Subject: Change of email address Sent: Dec 25, 2010 09:57 How does one go about chan

Re: [OT] Followup on 32-bit versus 64-bit performance discussion(s)

2011-03-14 Thread Justin Randall
In general, it is technically possible for a 32-bit application to perform faster than a 64-bit application when running on a 64-bit CPU because of CPU memory cache behaviour. 64-bit memory addresses occupy more space within a single cache line and can result in added memory cache misses (cache

Re: [OT] Followup on 32-bit versus 64-bit performance discussion(s)

2011-03-14 Thread Justin Randall
on 32-bit versus 64-bit performance discussion(s) Sent: Mar 14, 2011 17:08 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Justin, On 3/14/2011 3:45 PM, Justin Randall wrote: > In general, it is technically possible for a 32-bit application to > perform faster than a 64-bit application when runn

Re: Customize URL access

2011-03-31 Thread Justin Randall
Read up on web.xml and using Serlvet mappings to define paths that map to the Servlet class itself. It looks like you're currently using direct servlet invocation. --Original Message-- From: Jonatan Aguirre Kobayashi To: users@tomcat.apache.org ReplyTo: Tomcat Users List Subject: Customi

RE: [OT] servlet-specific error pages

2011-04-13 Thread Justin Randall
tcher dispatcher = req.getRequestDispatcher("/WEB-INF/path/to/errorfile.jsp"); req.setAttribute("errorCode", "500"); req.setAttribute("errorMessage", "My server had an oops!"); dispatcher.forward(req, rsp); = Note the XML file doesn't have a s

RE: [OT] servlet-specific error pages

2011-04-13 Thread Justin Randall
programming mistakes as an example. Regards, Justin Randall > Date: Wed, 13 Apr 2011 16:11:09 -0400 > From: ch...@christopherschultz.net > To: users@tomcat.apache.org > Subject: Re: [OT] servlet-specific error pages > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 &

Re: [OT] servlet-specific error pages

2011-04-13 Thread Justin Randall
. Regards, Justin Randall Sent from my BlackBerry device -Original Message- From: Martin Gainty Date: Wed, 13 Apr 2011 21:47:51 To: Tomcat Users List Reply-To: "Tomcat Users List" Subject: RE: [OT] servlet-specific error pages in web.xml for your webapp map a custom jsp for each ret

Re: Tomcat on a Linux virtual machine

2011-04-15 Thread Justin Randall
Hi Darryl, Is the database also running on a VM? My experience with "problematic applications on VMs" hasn't been related to the application itself (Tomcat, BIND, Apache, etc.) but moreso whether they generate high volumes of local storage I/O (like a database using local disks). The impact t

Re: Tomcat Configuration in Multi Core Systems

2011-04-23 Thread Justin Randall
o complete. If each request is handled only by a single thread then it should be expected that a CPU with 1/2 the speed performs 1/2 as fast. Regards, Justin Randall --Original Message-- From: Sujeet Singh To: users@tomcat.apache.org ReplyTo: Tomcat Users List Subject: Tomcat Configu

Re: Tomcat Configuration in Multi Core Systems

2011-04-24 Thread Justin Randall
ry won't change the fact that access to this object from other processors will require non-local memory access through CPU boundaries. Regards, Justin Randall Sent from my BlackBerry device -Original Message- From: David Kerber Date: Sun, 24 Apr 2011 08:54:35 To: Tomcat Users Li

RE: what is it doing ?

2010-10-19 Thread Justin Randall
ess the >issue. You could also check "top" to see whether the CPU is being consumed in usr or sys space, along with whether maybe the memory on your system is maxed out (trigger high CPU load transfer data between RAM and swap space). Regards, Justin Randall > Date:

RE: what is it doing ?

2010-10-19 Thread Justin Randall
One more thing, aside from checking whether the CPU consumed is usr or sys you may also want to lookup at iowait (a.k.a "wa"). This would indicate the CPU is busy waiting for IO operations to complete (potentially a slow disk or storage device). Regards, Justin Randall &

automatic deployment without server.xml - bad request

2010-12-01 Thread Justin Case
Hello all, I'm on Tomcat 6.0.29 in Windows (XP or server 2003, same) and I'm trying to get an application to deploy automatically without putting it in server.xml - as the documentation strongly recommends. Just to note, if I put the context setting in server.xml like this all works fine.

Re: automatic deployment without server.xml - bad request

2010-12-01 Thread Justin Case
First of all, thanks for your long answer. > Please read (carefully), the following documentation: Exactly from there I got the approach of "Copy unpacked directory hierarchy...". > Your docBase would only work if you have a directory > $CATALINA_BASE/com.mycompany.myapp. It works actually,

Re: automatic deployment without server.xml - bad request

2010-12-02 Thread Justin Case
> From: "Caldarale, Charles R" > JSPs are only compiled upon first reference, not before. That results in a >slight (usually very slight) pause for the first guy in, > > so if you want to pre-compile them, there is a script available to do so: >http://tomcat.apache.org/tomcat-6.0-doc/jasper

Re: automatic deployment without server.xml - bad request

2010-12-02 Thread Justin Case
> From: Konstantin Kolinko > > Just curious: why wtpwebapps? Eclipse IDE uses that name. Precisely :) Only because Eclipse publishes it there, so the name was kept. No other reason. > Try with recent 6.0.x (build it yourself), or 6.0.30 (when it comes > out), or 7.0.5 -- they will log such

Re: automatic deployment without server.xml - bad request

2010-12-02 Thread Justin Case
> From: Pid > This is either because your application is not deployed, or because the > request path you're using does not match the actual request path deployed. > > When you start Tomcat, is there a message in the logs saying: > > 02-Dec-2010 10:44:17 org.apache.catalina.startup.HostConfig

Re: automatic deployment without server.xml - bad request

2010-12-02 Thread Justin Case
> From: Pid > If the request isn't being routed to your application, then without a > ROOT application the host hasn't got a mechanism to serve any response > other than an error. Error is fine, as long it's a 404 (and not this enigmatic 400)... Thank you, JC ---

Re: New jsvc (commons-daemon-native); catalina.out is owned by root - WTF?

2010-12-02 Thread Justin Case
> From: Gregor Schneider > > I feel that ppl have a problem if they mistrust their developers in so > far that they have to lock their box even to their own developers > maintaing the apps. And I'm not talking about full access but I'm > talking about browsing the logs. > > Besides, when havi

Re: automatic deployment without server.xml - bad request

2010-12-02 Thread Justin Case
> From: "Caldarale, Charles R" > > When you say "standalone context.xml", are you referring to a >element located in the webapp's META-INF/context.xml directory? Yes, that one. > Make sure you don't have a conf/Catalina/[host]/[appName].xml file, since > that > >will override anything i

Re: automatic deployment without server.xml - bad request

2010-12-02 Thread Justin Case
> From: Pid > > On 12/2/10 12:34 PM, Justin Case wrote: > > Error is fine, as long it's a 404 (and not this enigmatic 400)... > > 400 isn't enigmatic and /is/ an error. ;) It IS an error indeed, but we're not talking about throwing just ANY random erro

  1   2   >