Re: JVM crashing with caCertificatePath in server.xml

2024-05-25 Thread Andy Arismendi
I observed Tomcat startup with caCertificatePath in server.xml without JVM crash using the original binaries you provided. I hope this clears up any ambiguity from my previous message. Thanks! -Andy

Re: JVM crashing with caCertificatePath in server.xml

2024-05-22 Thread Andy Arismendi
Michael, good news, it’s working now. Issue was on my end, was using a custom OpenSSL installer that was built with FIPS and it had also put the two openssl lib DLLs in Window System32, after fixing that Tomcat started without JVM crash with caCertificatePath set in server.xml. Thanks! -Andy

Re: JVM crashing with caCertificatePath in server.xml

2024-05-21 Thread Andy Arismendi
ProtocolHandler ["https-openssl-nio2-10.232.115.117-443"] OPENSSL_Uplink(7FFEEBF10C88,08): no OPENSSL_Applink -Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mai

Re: JVM crashing with caCertificatePath in server.xml

2024-05-16 Thread Andy Arismendi
Ok great! Thank you for taking the time and making the effort to look into this Michael, much appreciated! -Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: JVM crashing with caCertificatePath in server.xml

2024-05-15 Thread Andy Arismendi
Ah wasn’t sure if attachments worked, log content information below. Yea the docs just say directory for trusted CA PEM certificates. TOMCAT DOCS https://tomcat.apache.org/tomcat-9.0-doc/config/http.html: caCertificatePath (OpenSSL only) Name of the directory that contains the certificates for

Re: JVM crashing with caCertificatePath in server.xml

2024-05-14 Thread Andy Arismendi
seem to create symlinks on Windows so I do it with a powershell using "openssl x509 -subject_hash -fingerprint -noout -in " making symlinks in the same directory for each CA cert PEM e.g. a655d288.0 (link) -> cert.pem (file). This didn’t seem to make a difference though, JVM still cr

Re: JVM crashing with caCertificatePath in server.xml

2024-05-14 Thread Andy Arismendi
certificate hash files, I wasn’t aware of this, assumed it would pick up CA cert PEM files in a directory. I would however not expect this or an empty directory to crash the JVM however… -Andy On May 14, 2024, at 2:53 PM, Michael Osipov wrote: Please provide the log file, the OpenSSL version

JVM crashing with caCertificatePath in server.xml

2024-05-14 Thread Andy Arismendi
Hi, just ran into this today. The JVM is crashing when caCertificatePath is added to server.xml. I tried the latest Zulu JRE 8 and 11 but still had the crash. ENVIRONMENT Tomcat: 9.0.89 (64-bit Windows zip) OS: Windows Server 2019 JVM: openjdk version "1.8.0_322" OpenJDK Runtime Environment (Z

Re: Unable to get local issuer certificate

2023-09-18 Thread Andy Pont
Authority - G2” according to the browser. My guess is that the .pfx file that Tomcat is using doesn’t include them. -Andy. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Unable to get local issuer certificate

2023-09-18 Thread Andy Pont
same Tomcat server from a web browser then the certificate is OK and the padlock icon appears as expected. The certificate that is used by Tomcat is a domain wildcard certificate issued by Go-Daddy. Any ideas on what isn’t being correctly sent in response to the GitLab webhook? Thanks, Andy

Re: Forwarding request to a different servlet

2023-08-16 Thread Andy Pont
to forward the request I was including the “/backend” on the front of the URL. Turns out it wasn’t needed and was upsetting some URL filtering! -Andy. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additio

Re: Forwarding request to a different servlet

2023-08-15 Thread Andy Pont
e which one is being called but the check and end result appear to be the same in both. The UserAgent class that it references is complex (IMO) but as far as I can tell it is only looking at the “user-agent” header. -Andy. 1 - https://pastebin.com/yGmxtx6V 2 - https://pasteb

Re: Forwarding request to a different servlet

2023-08-13 Thread Andy Pont
content around as needed? -Andy. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Forwarding request to a different servlet

2023-08-11 Thread Andy Pont
he .forward() method didn’t change anything on route in either direction. -Andy. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Forwarding request to a different servlet

2023-08-11 Thread Andy Pont
something obvious. Any guidance would be much appreciated. -Andy. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: learning tomcat 7 on Linux

2020-04-08 Thread Andy Sloane
Linux (although I use > LinuxMint its all done with the bash shell so its should work just as as > well on CentOSO) > > On Wed, Apr 8, 2020 at 11:50 AM Olaf Kock wrote: > > > > > On 08.04.20 14:55, Andy Sloane wrote: > > > Hi, > > > I have set up

Re: learning tomcat 7 on Linux

2020-04-08 Thread Andy Sloane
luralsight.com today and > "Java Application Development with Tomcat" later in the week. > > Good luck! > > Richard > > > On Wed, Apr 8, 2020 at 7:56 AM Andy Sloane > wrote: > > > Hi, > > I have set up a Linux CentOS 7 host, and have installed Tomc

learning tomcat 7 on Linux

2020-04-08 Thread Andy Sloane
Hi, I have set up a Linux CentOS 7 host, and have installed Tomcat 7... [root@db3 ROOT]# /sbin/tomcat version Server version: Apache Tomcat/7.0.76 Server built: Mar 17 2020 23:48:55 UTC Server number: 7.0.76.0 OS Name:Linux OS Version: 3.10.0-1062.12.1.el7.x86_64 Architecture: amd

Re: Mysql vs Postgress

2018-01-24 Thread Andy Susanto
Hi Loai, here a link article that do comparison DB, it will help to make a choose. https://medium.com/@yangforbig/sqlite-vs-mysql-vs-postgresql-a-comparison-of-relational-database-management-systems-afd5afd6566 Regards, Andy Susanto On Thu, Jan 25, 2018 at 4:54 AM, Enrico Olivelli wrote

Re: Tomcat 8.5.5 jasper and method sizes

2016-09-13 Thread Wang, Andy
way off-base I'll post that info against that issue. Thanks much. Andy

Tomcat 8.5.5 jasper and method sizes

2016-09-12 Thread Wang, Andy
nough to figure out the differences yet, but hoping someone might know off the top of their head if this type of change could be expected with the 8.5.5 changes? If not, it's not a big deal, I just need to spend some time figuring out what may have ch

Re: Tomcat 8.5.x missing javax.servlet.forward.* attributes in an included jsp?

2016-07-29 Thread Wang, Andy
On Sat, 2016-07-30 at 02:07 +, Wang, Andy wrote: > I did a quick read of the spec just now, and I can't find a good > explanation of which is correct.  Would this be considered a > regression in 8.5.x?  Another quick re-read: 9.4.2 Forwarded Request Parameters states this: Th

Tomcat 8.5.x missing javax.servlet.forward.* attributes in an included jsp?

2016-07-29 Thread Wang, Andy
hich is correct. Would this be considered a regression in 8.5.x? Thanks, Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: CONFIRM unsubscribe from users@tomcat.apache.org

2016-07-07 Thread Andy Smith
dont remove From: Felix Schumacher To: users@tomcat.apache.org Sent: Thursday, July 7, 2016 1:02 PM Subject: Re: CONFIRM unsubscribe from users@tomcat.apache.org Am 07.07.2016 um 20:01 schrieb users-h...@tomcat.apache.org: > Hi! This is the ezmlm program. I'm managing the > users@to

Re: poor upload performance with isapi_redirect.dll and IIS

2016-07-06 Thread Wang, Andy
On Fri, 2016-07-01 at 17:16 +, Wang, Andy wrote: > We're seeing some really poor performance with isapi_redirect.dll and > uploading files with IIS. > > In a particular example, using a 200MB file, the file upload (POST) > takes ~50 seconds on localhost.  > > The sa

poor upload performance with isapi_redirect.dll and IIS

2016-07-01 Thread Wang, Andy
POST is an IIS issue, or is the isapi_redirect filter the problem?  Or is there some overall limitation with isapi? Thoughts? Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comma

Using MANIFEST.MF in Tomcat 8

2016-02-09 Thread Andy Smith
context or am I limited to the WEB-INF/lib directory only for supporting jar files? Regards, Andy Smith

Re: AW: AW: Suppress or replace WWW-Authorization header

2015-10-28 Thread Andy Wang
this short of a) an intermediate proxy doing the work b) creating your own authentication handler in tomcat to detect your user-agent and spit back custom 401 responses depending on the agent. Andy - To unsubscribe, e-mail: user

Re: Chunked transfer delay with httpd 2.4 + mod_jk 1.2.41 on Windows.

2015-10-19 Thread Andy Wang
On 10/19/2015 06:04 PM, Konstantin Kolinko wrote:request. Is the below a capture between your client and HTTPD? (as opposed to one between HTTPD and Tomcat) The capture is between client and httpd Note that Basic auth sends password in plain text (encoded in base64). So you password is

Re: Chunked transfer delay with httpd 2.4 + mod_jk 1.2.41 on Windows.

2015-10-19 Thread Andy Wang
is is OOTB behavior rather than introduce the confusion of a custom ServletFilter. Andy On 10/19/2015 04:45 PM, Andy Wang wrote: Hi all, I'm seeing a weird problem that I'm running out of ideas on. I'm going to send this email to both the apache httpd users list and the to

Chunked transfer delay with httpd 2.4 + mod_jk 1.2.41 on Windows.

2015-10-19 Thread Andy Wang
and request it via a POST instead of a GET and the problem doesn't occur either. Hoping for any ideas on where to go with this. Thanks, Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: building 64-bit isapi_redirect.dll

2015-08-14 Thread Andy Wang
what they have to say about it: Be sure that you have installed the Visual C++ 2010 SP1 Redistributable Package: Win64 vcredist_x64.exe, Win32 vcredist_x86.exe :) Pretty much where I'm at right now. Andy - To unsubscri

Re: building 64-bit isapi_redirect.dll

2015-08-13 Thread Andy Wang
On 08/13/2015 04:46 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andy, On 8/13/15 5:34 PM, Andy Wang wrote: I was hoping to find out how the official isapi_redirect.dlls are built. Specifically the x64 version. Reason I ask is that 1) the documentation

building 64-bit isapi_redirect.dll

2015-08-13 Thread Andy Wang
h a combination of the Windows SDK and DDK. Is this how this was done? Thanks, Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat, REMOTE_USER, getRemoteUser()

2015-07-28 Thread Andy Wang
On 07/28/2015 03:02 PM, Andy Wang wrote: I'd also like a better way and after discussing with some security-geeks, we were wondering if there's some way we can implement a Valve that takes a username and a signature using a shared secret. The problem is signing in Apache: I've

Re: Tomcat, REMOTE_USER, getRemoteUser()

2015-07-28 Thread Andy Wang
On 07/28/2015 02:03 PM, Christopher Schultz wrote: On 7/28/15 2:29 PM, John Baker wrote: Hello, I'm not sure how long ago that was, but I don't live in the Windows world. I would have thought that someone at Apache Lounge would have balked if a release was broken. Were you building a release

Re: [OT] Random Form Resubmissions

2015-06-17 Thread Andy Wang
On 06/17/2015 12:43 PM, Caldarale, Charles R wrote: From: Jerry Malcolm [mailto:techst...@malcolms.com] Subject: OT: Random Form Resubmissions I have written defensive code in my webapp to detect this situation and handle it. So it's not a critical problem now. But it just frustrates me tha

RE: TCP connections reuse

2015-06-12 Thread Wang, Andy
Sorry, correction: default keepalivetimeout = connectionTimeout = 2 (20s) Andy From: Andy Wang [aw...@ptc.com] Sent: Friday, June 12, 2015 11:31 AM To: Tomcat Users List Subject: Re: TCP connections reuse Could this be as simple as the default

Re: TCP connections reuse

2015-06-12 Thread Andy Wang
Could this be as simple as the default keepaliveTimeout = 15000 (i.e. 15s) Andy On 06/12/2015 11:20 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Maxim, On 6/12/15 1:53 AM, Maxim Neshcheret wrote: According to http://docs.oracle.com/javase/6/docs/technotes

Re: SSL Handshake Exceptions

2015-05-11 Thread Andy Wang
e. I will add one more thing. Your original stack trace showed the webserver to be some com.redwood.r2w class. Quick googling finds that this is some commercial product. You might want to try the support channels from your vendor as they may have special instructions for trusting self-signe

Re: SSL Handshake Exceptions

2015-05-11 Thread Andy Wang
or if your client has it's own truststore, it needs to be imported there). Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Configure Tomcat 7 using Apache 2.4.6

2015-04-08 Thread Andy Wang
httpd. Given that you'd probably get a bit more help from the resources for that distribution. But it's most likely that you need to ensure that the module is loaded. Andy - To unsubscribe, e-mail: users-unsubscr...@to

Re: AJP Connector : question on mod_proxy_ajp

2015-03-31 Thread Andy Wang
ah for basic web server protocol based authentication in Apache it just works ootb with pretty much the same with both mod_jk and mod_proxy_ajp. I just did a test now and the only difference in configuration is JkMount for mod_jk or the Pro

Re: AJP connector address vs. IPv4/6

2015-01-28 Thread Wang, Andy
r the mod_jk side might be using if we rely on an "ambiguous" localhost value. Be nice if Java simply implemented RFC 6724 properly. Andy

Re: Slow memory leak in mod_jk on Windows

2014-07-16 Thread Wang, Andy
I've narrowed this down to JkOptions +FlushPackets and some combination of workers.properties configurations causing it. I'm trying to pinpoint which combination. Opened the following bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=56733 Andy On Mon, 2014-07-07 at 19:58 +

Re: Slow memory leak in mod_jk on Windows

2014-07-07 Thread Wang, Andy
On Mon, 2014-07-07 at 15:51 +, Wang, Andy wrote: > We have a customer that's seeing a very slow memory leak under certain > circumstances that we haven't yet been able to pinpoint. I can > reproduce it, but it requires a very particular method of downloading > fi

Slow memory leak in mod_jk on Windows

2014-07-07 Thread Wang, Andy
al symbols. This will take me some time so I thought I'd mail here to see of anyone has seen anything similar or if there's any thoughts on what would be slowly leaking the 8k through mod_jk. If not, I'll try to get the real stack shortly once I get debugdiag figured out. Thanks, Andy

Re: problem with clustering

2013-04-05 Thread Andy Pahne
Am 05.04.2013 15:34, schrieb Daniel Mikusa: Am 04.04.2013 15:01, schrieb Daniel Mikusa: The tomcat version is 6.0.18, running on Linux 2.6.24, Java version is 1.6.0_13. That's incredibly old, you should look at upgrading ASAP. I know. That's not really my call, unfortunatly. --

Re: problem with clustering

2013-04-05 Thread Andy Pahne
Am 04.04.2013 15:01, schrieb Daniel Mikusa: The tomcat version is 6.0.18, running on Linux 2.6.24, Java version is 1.6.0_13. It would be helpful to post your configuration, minus comments, as well as the exact version of Tomcat that you are running. SSLEngine="on" /> classNa

problem with clustering

2013-04-04 Thread Andy Pahne
application or in the db queries it performs. At the moment I am thinking of a hardware failure of some kind (network interface, router etc.). Do you have any experience with this problem and what did you do to resolve it? Thanks, Andy

Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 and Solaris 11

2013-02-21 Thread Andy Wang
gure out our partner contacts at oracle to see what's up. Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 and Solaris 11

2013-02-19 Thread Andy Wang
r yet. Of course that still doesn't make sense why the root user wouldn't be able to create a thread with systhread_start. Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 and Solaris 11

2013-02-19 Thread Andy Wang
On 02/19/2013 12:11 AM, Mladen Turk wrote: On 02/18/2013 10:47 PM, Andy Wang wrote: If I execute startserv as the non-privileged user rather than root or do this on Solaris 10, no problems. Any ideas why systhread_start (this is an iPlanet NSAPI function) would fail here as root? Did you

Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 and Solaris 11

2013-02-18 Thread Andy Wang
oblems. Any ideas why systhread_start (this is an iPlanet NSAPI function) would fail here as root? Thanks, Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Slow downloads through mod_jk on Windows XP

2012-05-14 Thread Andy Wang
On 05/11/2012 04:51 AM, Mladen Turk wrote: I was following this tread and was hoping that someone will say: "Do not use workstation grade software for server applications" but no. XP (Win7 falls in the same category) has good network stack but focused on client applications. There is a good reas

Re: Slow downloads through mod_jk on Windows XP

2012-05-10 Thread Andy Wang
IE to do it). Maybe there's some stupidity with IE. Anyways, I'm closing the book on this (with a bookmark just in case) but wanted to provide the numbers in case people were curious what I got. Thanks, Andy - To unsub

Re: Slow downloads through mod_jk on Windows XP

2012-05-10 Thread Andy Wang
I have solid numbers that I will e-mail in a follow up by itself so it's not lossed in the shuffle. Some answers to the comments inline. Thanks, Andy Do you mean that Tomcat performance appears to be the same regardless of version? That's both good and bad... I thought there

Re: Slow downloads through mod_jk on Windows XP

2012-05-08 Thread Andy Wang
me anything for this purpose :(. I'm not so concerned about a 25% hit. I'm really more concerned with the drop to 4-5MB/s over time that seems to happen. Thanks, Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Slow downloads through mod_jk on Windows XP

2012-05-08 Thread Andy Wang
rough tomcat numbers were about half that. I'm still wondering if there's something that can be tweaked in the MS TCP/IP stack to bring the two together closer. Andy On 05/08/2012 02:06 PM, Andy Wang wrote: On 05/07/2012 06:50 PM, Andy Wang wrote: On 05/07/2012 06:06 PM, Andr

Re: Slow downloads through mod_jk on Windows XP

2012-05-08 Thread Andy Wang
http://wiki.wireshark.org/CaptureSetup/Loopback It doesn't work on Windows. I've tried the loopback adapter piece, but it's quite obnoxious. What am I saying, Windows is quite obnoxious :) Andy

Re: Slow downloads through mod_jk on Windows XP

2012-05-08 Thread Andy Wang
On 05/07/2012 06:50 PM, Andy Wang wrote: On 05/07/2012 06:06 PM, André Warnier wrote: Considering your setup, it should not be too hard to set up a download of the same file file directly from Tomcat (through its HTTP Connector), to compare that with your two previous ways. This way, you

Re: Slow downloads through mod_jk on Windows XP

2012-05-07 Thread Andy Wang
On 05/07/2012 06:06 PM, André Warnier wrote: Andy Wang wrote: Hi all, We've had a number of cases of people reporting to us that file downloads are slow when passed through tomcat and I've not been able to reproduce the problem on Linux but finally was provided a windows XP VM tha

Slow downloads through mod_jk on Windows XP

2012-05-07 Thread Andy Wang
the packets between the two systems with wireshark. I don't see anything on the mod_jk workers.properties configuration that deals with buffer sizes. Hoping someone has some ideas on what to look at that might help tweak this thing to perform similarly to

Re: Tomcat unable to validate SSL certificate authority

2012-05-03 Thread Andy Ee
- André Warnier wrote: > Andy Ee wrote: > > Dear all, > > > > I am stuck with this problem for over a month now, and I have > tried all ways but to no avail. > > > > My Tomcat 6.0.32 is running in Solaris 10 and the JDK version is > 1.6.0_21. I deployed a

Tomcat unable to validate SSL certificate authority

2012-05-03 Thread Andy Ee
Dear all, I am stuck with this problem for over a month now, and I have tried all ways but to no avail. My Tomcat 6.0.32 is running in Solaris 10 and the JDK version is 1.6.0_21. I deployed a java program in Tomcat webapps/ which will post some results to a web server via a HTTPS url. I receiv

Session replication problem

2012-03-24 Thread Andy Chapman
Thanks for the advice. Upgraded the lowest Tomcat installation and replication is now working perfectly. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Session replication problem

2012-03-22 Thread Andy Chapman
Hi All, I'm using tribes session replication between two Tomcat 7 servers and getting errors as below. There are various possible causes: 1. The Tomcat versions are different (7.0.4 and 7.0.20) 2. The Java versions are different (1.6.0_22 for i386_and 1.6.0_27 for x64) 3. One server is 32 bit

Who gets which request?

2011-09-20 Thread Andy Chapman
I have a Tomcat 7.0.16 install with two WAR based webapps in it. First test case: Two war files in /webapps at startup 1. ROOT.war 2. another.war If I request http://localhost:8080/another/something it goes to the another webapp. Second test case: Two war files in /webapps at startup 1. ROOT.w

Re: Possible race condition with mod_jk + multiple workers in recovery mode

2011-01-21 Thread Andy Wang
On 01/17/2011 04:53 AM, Rainer Jung wrote: > On 13.01.2011 00:36, Andy Wang wrote: >> Aahh, having the maintenance thread do a periodic probe would be >> awesome. >> >> I see what you mean about parallel probing delaying request handling, >> but what would you

Re: Possible race condition with mod_jk + multiple workers in recovery mode

2011-01-12 Thread Andy Wang
would be awesome. I see what you mean about parallel probing delaying request handling, but what would you think about modifying the loop so that after going through all the JK_WORKER_USABLE() workers to retry the PROBING workers. At that point if none of the workers are

Re: Possible race condition with mod_jk + multiple workers in recovery mode

2011-01-11 Thread Andy Wang
ke a possible problem or am I mis-reading what the end->service() call does here: service_stat = end->service(end, s, l, &is_service_error); Thanks, Andy On 01/11/2011 12:08 PM, Andy Wang wrote: > I'm still digging, but I thought I'd send this along to the ma

Possible race condition with mod_jk + multiple workers in recovery mode

2011-01-11 Thread Andy Wang
ging at the mod_jk code to try to find out what's going on, but hoping that maybe someone else has also seen this problem. I can't reproduce this on my system unfortunately, and it's quite intermittent. Andy ---

tomcat connector issue with Sun Web Server 7.0.

2010-10-05 Thread Andy Wang
e index.html on to the end of resource when passing the request over to tomcat via AJP? Thanks, Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Debugging Tomcat

2010-07-23 Thread Andy Bell
Unfortunately, no, the address just means 'port' according to: http://download.oracle.com/docs/cd/E17476_01/javase/1.3/docs/tooldocs/solaris/jdb.html > I don't know anything about debugging Java, but considering that the > attribute above is called "address", should you not be giving it a value >

Debugging Tomcat

2010-07-23 Thread Andy Bell
I've added it as the first line in the Java Options list. However when i point my debugger at localhost:8000 I just get a Connection Refused message. Am I doing something wrong? -- Andy - To unsubscribe, e-mail: user

how to calculate a memory tomcat

2010-06-13 Thread andy susanto
have 1 GB. And my application for a billing system. my box 1. tomcat 5.x 2. mysql 5.1 need your advise. -- TIA, Andy Susanto,S.Kom == CV : http://www.linkedin.com/pub/andy-susanto/7/533/baa

Re: Tomcat dies suddenly

2010-02-03 Thread andy susanto
Hai, Tomcat has a bug at Linux OS. you need to added LD_LIBRARY_KERNEL to your profile. it mean that you should know what version that your OS is using -- Regards, Andy Susanto,S.Kom == CV : http://www.linkedin.com/pub/andy-susanto/7/533/baa

Re: JVM goes away

2010-01-11 Thread Andy Wang
x27;ll have the java stack, and other native information that might shed some light. Otherwise, if the Tomcat JVM isn't running as a daemon, is it nohup'ed? Andy On 01/11/2010 05:33 PM, Carl wrote: > Peter and Andy, > > Thanks for your quick responses. > > Memory: Phys

Re: JVM goes away

2010-01-11 Thread Andy Wang
dmesg check if the linux out of memory kill struck you :) Andy On 01/11/2010 04:37 PM, Carl wrote: > This is a new server, a Dell T110 with a Xeon 3440 processor and 4GB memory. > I have turned off both the turbo mode and hyperthreading. > > The environment: > > 64 bit Slackw

Re: IIS isapi_redirect.dll chunked encoding option

2009-09-02 Thread Andy Wang
I haven't looked that closely at the code, but was there enough worry that it would cause side effects to make it a compile time AND a configuration option? Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: IIS isapi_redirect.dll chunked encoding option

2009-08-21 Thread Andy Wang
Sorry, forgot to mention that. We're at the latest and greatest tomcat-connector version: 1.2.28. Thanks, Andy Peter Crowther wrote: 2009/8/21 Andy Wang : What are the general thoughts on the stability of the enable_chunked_encoding option for the IIS isapi redirector for tomcat an

IIS isapi_redirect.dll chunked encoding option

2009-08-21 Thread Andy Wang
we noticed was setting enable_chunked_encoding (with a redirectory built for chunked encoding of course) made everything work fine so I wanted to get a feel for just how experimental this really is and what the general consensus is on it's stabi

RE: Multi-Level Context Paths

2009-08-18 Thread Andy Ee
for now until sitemesh is better supported on my system. Thanks all. Best Regards, Andy Ee -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, August 19, 2009 12:28 PM To: Tomcat Users List Subject: RE: Multi-Level Context Paths > F

RE: Multi-Level Context Paths

2009-08-18 Thread Andy Ee
/sendmoney_demo.html /* Under /webapps/sg#server#test/WEB-INF/sitemesh.xml: Best Regards, Andy Ee -Original Message- From: Martin Gainty

RE: Multi-Level Context Paths

2009-08-18 Thread Andy Ee
Hi Martin, Under WEB-INF/sitemesh.xml: Best Regards, Andy Ee -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Wednesday, August 19, 2009 5:20 AM To: Tomcat Users

RE: Multi-Level Context Paths

2009-08-18 Thread Andy Ee
webapps/sg (No such file or directory) Assuming # symbol not recognized by Java utilities or sitemesh under Solaris 10. I will check more about sitemesh... Best Regards, Andy Ee -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, August 19, 2009 12:23 AM

RE: Multi-Level Context Paths

2009-08-18 Thread Andy Ee
path works! However, Tomcat 6 deploys the war file twice every time it starts up. It could be due to context element being defined under server.xml and Catalina/localhost/xxx.xml. So this method needs tweaking afterall. Thank you. Best Regards, Andy Ee -Original Message- From: Ognjen

RE: Multi-Level Context Paths

2009-08-17 Thread Andy Ee
sg#server#test.war again? Thank you. Best Regards, Andy Ee -Original Message- From: David Smith [mailto:d...@cornell.edu] Sent: Monday, August 17, 2009 8:37 PM To: Tomcat Users List Subject: Re: Multi-Level Context Paths Drop the path attribute from your ... definition. The path

RE: Multi-Level Context Paths

2009-08-17 Thread Andy Ee
Hi Mark, Before I prepare my .war file, there is an existing META-INF/context.xml and the content is, Should I remove the path parameter and prepare the war file again? With the path specified as /test, I am worried it will conflict how I setup Multi-Level path. Best Regards, Andy Ee

RE: Multi-Level Context Paths

2009-08-17 Thread Andy Ee
Hi Mark, Please see my responses below. Thanks. Best Regards, Andy Ee -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, August 17, 2009 7:04 PM To: Tomcat Users List Subject: Re: Multi-Level Context Paths Andy Ee wrote: > There is a new requirement

RE: Multi-Level Context Paths

2009-08-17 Thread Andy Ee
Hi Ognjen, Are you able to advice the mailing list for sitemesh? Is it under Tomcat as well? Best Regards, Andy Ee -Original Message- From: Ognjen Blagojevic [mailto:ogn...@etf.bg.ac.rs] Sent: Monday, August 17, 2009 7:31 PM To: Tomcat Users List Subject: Re: Multi-Level Context

RE: Multi-Level Context Paths

2009-08-17 Thread Andy Ee
WebApplicationContext Any idea? Thanks. Best Regards, Andy Ee -Original Message- From: Ognjen Blagojevic [mailto:ogn...@etf.bg.ac.rs] Sent: Monday, August 17, 2009 7:00 PM To: Tomcat Users List Subject: Re: Multi-Level Context Paths Hi Andy, Try to undeploy the old ap

Multi-Level Context Paths

2009-08-17 Thread Andy Ee
and couldn't find any posts with solutions to such issue. It seems that setting up multi-level context path in Tomcat 6 is not so straight-forwarded. Please kindly help, thanks. Best Regards, Andy Ee

Re: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-08 Thread Andy Wang
lable on MSDN. Thanks to both you and Rainer for filling in the blanks for me. And I thought Linux glibc compatibility was confusing but this Microsoft MSVCRT stuff makes glibc problems look easy to solve :) Andy - To unsubs

Re: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-05 Thread Andy Wang
with multiple msvcrt dependencies right? But, that brings up a really interesting point, considering that our customers may have their own modules and who knows how they build them. I'll have to consider that. Thanks, Andy --

Re: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-05 Thread Andy Wang
you recall an e-mail from Jess Holle regarding a "quieter" logging patch that he asked for comments on. Until we have time to look into Rainer's idea of stopping the nodes via the mod_jk status worker, we're using our patch for now, thus the need to build our own mod_jk. Tha

Re: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-04 Thread Andy Wang
#x27;m not sure what you're running into. Andy Martin Gainty wrote: Andy there is a dependency for libhttpd but when you try to build libhttpd you are displayed this error Configuration: libhttpd - Win32 Release Creating include/os.h Generating t

tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-03 Thread Andy Wang
5 tries to convert mod_jk.dsp to the newer format it complains with a "Cannot load the project due to a corrupt project file" popup. Does anyone really care about this or should I just ignore it? Thanks, Andy - To unsubs

Tomcat 6.0.18 custom JAASRealm configuration problem.

2009-06-01 Thread Andy Basu
user-password succeed and direct us to the resource. Please advise, or point to any appropriate bug/document etc. I can not make any progress without some more pointers. Thanks. -Andy Basu

nsapi_redirector with Sun Java System Web Server 7.0?

2009-04-03 Thread Andy Wang
ll be toying with it a bit now, but wanted to ask if there anyone has first hand experience. Thanks, Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

  1   2   >