Problem when put a one-byte file partially

2025-04-14 Thread Justin Chen
hi, Main branch: Receive unexpected 400 for curl put with content-range header value "bytes 0-0/1" and -d c. PR submitted. Regards, Chenjp

Re: HOWTO: the right way to configure security constraints to protect CGI scripts in web.xml

2025-04-09 Thread Justin Chen
From: Christopher Schultz Sent: Thursday, April 10, 2025 2:22 To: users@tomcat.apache.org Subject: Re: HOWTO: the right way to configure security constraints to protect CGI scripts in web.xml Mark, On 4/8/25 5:40 PM, Mark Thomas wrote: > 8 Apr 2025 21:45:50 Ch

Re: HOWTO: the right way to configure security constraints to protect CGI scripts in web.xml

2025-04-08 Thread Justin Chen
Sent: Wednesday, April 9, 2025 5:40 To: Tomcat Users List Subject: Re: HOWTO: the right way to configure security constraints to protect CGI scripts in web.xml 8 Apr 2025 21:45:50 Christopher Schultz : > Justin, > > On 4/8/25 3:16 AM, Justin Chen wrote: >> Dear users and supporters,

HOWTO: the right way to configure security constraints to protect CGI scripts in web.xml

2025-04-08 Thread Justin Chen
Dear users and supporters, Currently I have two CGI scripts: 1. "/cgi-bin/update" //an administrative command, required role="admin" 2. "/cgi-bin/updateOrder" //update order, required role="biz" In order to protect above endpoints via web.xml security-constraints mechanism, how shall I do? Rega

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

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

Java 11 - Tomcat 8 - SSL

2018-12-05 Thread Justin Wilke
s upgrading to tomcat 9 necessary? Please let me know if I can provide any more information 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

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

Character encoding issue in URL

2017-01-24 Thread Justin Dang
Hi, I have a clean install of an older version of Tomcat (8.0.24). I have noticed when a character is encoded in the URL, Tomcat fails to return the URL requested. I've noted this same request performed in IIS works fine. Apache Tomcat tests: Works (No escape) – http://localhost:8080/examples/

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

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

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/

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

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

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

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

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

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

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

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

SSL Configuration Errors

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

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

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

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

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

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

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

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

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

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: 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 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: [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: [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
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: 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] 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: [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: 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: Can tomcat detect disconnection by client side in Async mode?

2010-12-06 Thread Justin Randall
Just to clarify, I'm not trying to imply that ClientAbortException wouldn't be generated for Async mode in some way but simply that I've only tested TCP RST behaviour in non-Async mode. Sent from my BlackBerry device -Original Message- From: "Justin Randall"

Re: Can tomcat detect disconnection by client side in Async mode?

2010-12-06 Thread Justin Randall
a web browser). Regards, Justin Randall Sent from my BlackBerry device -Original Message- From: Ben Date: Sun, 5 Dec 2010 14:25:56 To: Tomcat Users List Reply-To: "Tomcat Users List" Subject: Can tomcat detect disconnection by client side in Async mode? Hi there, Any idea about t

migrating to Tomcat 7, when

2010-12-03 Thread Justin Case
Hi all, I see discussions about migration to Tomcat 7. Do you think it is the right moment to count your production apps on it? My thought is "no way Jose" but maybe I'm missing something... Thank you, JC - To unsubs

Re: automatic deployment without server.xml - bad request

2010-12-03 Thread Justin Case
> From: Markus Schönhaber > > Yes, it is an error. But in this case, I, too, consider the error erroneous. > A status code of 400 basically means that the request was syntactically > b0rked. But, as I understand it, that's not the problem here: the > request is syntactically fine - it fails be

Re: automatic deployment without server.xml - bad request

2010-12-02 Thread Justin Case
> From: Pid > > On 12/2/10 10:24 PM, Justin Case wrote: > > Yeah I probably will do that - but I will still regard it as a dirty hack... > > A ROOT app should be mandatory. It's not - yet :) so I'm all legal without. But what do you think about the 400 err

Re: GET and POST data in same request

2010-12-02 Thread Justin Randall
as of data" in an HTTP request. Regards, Justin --Original Message-- From: Larry To: users ReplyTo: Tomcat Users List Subject: GET and POST data in same request Sent: Dec 2, 2010 17:21 Hello, I need to have an apache mod_rewrite pass a request ( which contains POST data ) along to

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

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

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

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

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 _

Basic question on requiring a login

2008-06-10 Thread Justin Morgan - Logic Sector
Hi Tomcat users, Maybe I'm not googling with the right keywords, but I can't seem to find a simple answer to this... I have a standard Tomcat 6.0.10 installation (no Apache httpd front end or anything). All the contents of the webapps directory have been removed, and a single web app has

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

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

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

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

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

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

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

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

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*" %>

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

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

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

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

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

  1   2   >