Tomcat6 JSP refresh problem

2009-01-09 Thread Aegyssus
Hi, I know that tomcat is not supposed to "cache" the output of jsp and servlets but here is my issue: Our website has several hundred JSP pages, many of them with dynamic includes; when we modify a page that is more popular (accessed more often) than others, the change will not be reflected. Less

Re: REMOTE_USER is null to Tomcat

2009-01-09 Thread Ryu Fan
On Fri, Jan 9, 2009 at 7:36 PM, Martin Gainty wrote: > > if you're fronting with Apache 2.2 WebServer you need to rewrite the > environment variable REMOTE_USER and place on request to TC to allow TC to > use getRemoteUser() > > http://osdir.com/ml/apache.mod-auth-kerb.general/2005-10/msg9.h

Problems with disableproxyCache="false"

2009-01-09 Thread Al Blake
We are running a java based application served on SSL by Tomcat 5. Everything is working fine *except* for users who access the application using IE as their browser. They encounter the well-known *bug* in IE which causes downloads to fail over SSL if the server sends a no-cache in the header. As m

RE: REMOTE_USER is null to Tomcat

2009-01-09 Thread Martin Gainty
if you're fronting with Apache 2.2 WebServer you need to rewrite the environment variable REMOTE_USER and place on request to TC to allow TC to use getRemoteUser() http://osdir.com/ml/apache.mod-auth-kerb.general/2005-10/msg9.html HTH Martin __

RE: Memory Leak(?) causing tomcat to store 57610801 tomcat objects in ONE request

2009-01-09 Thread Caldarale, Charles R
> From: Leon Rosenberg [mailto:rosenberg.l...@googlemail.com] > Subject: Memory Leak(?) causing tomcat to store 57610801 > tomcat objects in ONE request > > HOW can it actually happen that a response object > contains 8.000.000 mime headers? Must be a very productive servlet... Sounds like you've

Memory Leak(?) causing tomcat to store 57610801 tomcat objects in ONE request

2009-01-09 Thread Leon Rosenberg
Hi, I was recently hunting what I thought to be a memory leak in our application. What happens is that the Old Gen Space is running full at once and then tomcat freezes because java is busy with Full GC all the time. I've managed to create a memory dump shortly before the crash and the top5 looked

REMOTE_USER is null to Tomcat

2009-01-09 Thread Ryu Fan
Greetings all, Please NOTE: I want to mention that what I'm about to describe is apparently a common problem. I have thoroughly searched the tomcat-user mailing list archives and the google. I have attempted the many, many suggestions put forth (which I will describe in more detail), and this is s

RE: Correct email address for Apache Tomcat

2009-01-09 Thread Caldarale, Charles R
> From: HASSAN Kamrul [mailto:kamrul.has...@alcatel-lucent.com] > Subject: Correct email address for Apache Tomcat > > Please let know the correct way (and correct email address) > to send email request with question regarding Apache/Tomcat > web server Looks like you figured out the e-mail addres

Correct email address for Apache Tomcat

2009-01-09 Thread HASSAN Kamrul
Please let know the correct way (and correct email address) to send email request with question regarding Apache/Tomcat web server Thanks kam - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Strange parser behavior from adding log4j

2009-01-09 Thread Ken Bowen
Mark, I'm more than willing. Are there nightly jar builds, or do I need to set up & do the build myself? (First time for this). Thanks Ken On Jan 9, 2009, at 5:17 AM, Mark Thomas wrote: Could be a variation of https://issues.apache.org/bugzilla/show_bug.cgi?id=45933 Can you try testing

RE: Tomcat Reload Problem with .zul file

2009-01-09 Thread Caldarale, Charles R
> From: Mohsen Saboorian [mailto:mohs...@gmail.com] > Subject: Re: Tomcat Reload Problem with .zul file > > I'm on Tomcat 6.0.13 + JDK 1.6.0 + WinXP. Eclipse's WTP is used for > managing tomcat server. Here is my element in server.xml: >source="org.eclipse.jst.jee.server:myapp"/> This doe

Re: Tomcat Reload Problem with .zul file

2009-01-09 Thread Mohsen Saboorian
On Fri, Jan 9, 2009 at 6:39 PM, Caldarale, Charles R wrote: >> From: Mohsen Saboorian [mailto:mohs...@gmail.com] >> Subject: Tomcat Reload Problem with .zul file >> >> Whenever I change something in a zul file, Tomcat fully >> reloads the module. > > Don't suppose you'd want to tell us a few basic

RE: Tomcat Reload Problem with .zul file

2009-01-09 Thread Caldarale, Charles R
> From: Mohsen Saboorian [mailto:mohs...@gmail.com] > Subject: Tomcat Reload Problem with .zul file > > Whenever I change something in a zul file, Tomcat fully > reloads the module. Don't suppose you'd want to tell us a few basics: what version of Tomcat, what JRE/JDK, what platform, and are you

RE: Failed to Deploy

2009-01-09 Thread Caldarale, Charles R
> From: Zaki Akhmad [mailto:zakiakh...@gmail.com] > Subject: Re: Failed to Deploy > > Here's the log I found on /var/log/syslog > > java.util.jar.Manifest.read(libgcj.so.90)at Not only should you install a real Tomcat from tomcat.apache.org (as Konstantin's search link points out), but you al

SSL and client-authentication with smartcard

2009-01-09 Thread Benoit Maupas
I am using Tomcat with SSL and client-authentication by smartcard. My application uses Struts2 and Spring-Security. I would like to : 1/ get current SSL session retrieved from session-id 2/ close current SSL session in order to force end-user to typein again his pin code (i.e. a logout function)

RE: Deleting context files when redeploy application

2009-01-09 Thread Mark Thomas
> From: Sreenivas Reddy [mailto:srinivasredd...@gmail.com] > > I'm using Tomcat 6.0.18. When I re-deploy my application using tomcat > admin > console, it is deleting context files from > "/tomcat6.0.18/conf/Catalina/localhost" location. Pls help me to > resolve > this problem. There is no admin

RE: Strange parser behavior from adding log4j

2009-01-09 Thread Mark Thomas
> From: Ken Bowen [mailto:kbo...@als.com] > > [Tomcat 6.0.18, java 1.5.0_16, struts 1.2.8] > Has anyone any thoughts on what might be happening here? Could be a variation of https://issues.apache.org/bugzilla/show_bug.cgi?id=45933 Can you try testing with a build from trunk? Mark ---

Re: Failed to Deploy

2009-01-09 Thread Konstantin Kolinko
2009/1/9 Zaki Akhmad : > Here's the log I found on /var/log/syslog > > gnu.java.util.jar.JarUtils http://www.google.com/search?q=%22install+a+real+tomcat%22+site%3Awww.nabble.com - To unsubscribe, e-mail: users-unsubscr...@tomc

RE: File upload fails

2009-01-09 Thread Peter Crowther
> From: Alan Chaney [mailto:a...@compulsivecreative.com] > I assume that as you are using MSIE > then your dev. system is a PC? I develop on linux and don't > know of any particular network monitor to recommend. Wireshark again - http://www.wireshark.org/download.html has Windows downloads. Love

Tomcat Reload Problem with .zul file

2009-01-09 Thread Mohsen Saboorian
Hi, I'm developing an application with ZK. The standard file names for ZK page is .zul, which is an XML files being parsed and interpreted by a filter. Whenever I change something in a zul file, Tomcat fully reloads the module. Is this possible to specify some file extensions for tomcat, to ignore

Re: Failed to Deploy

2009-01-09 Thread Zaki Akhmad
Here's the log I found on /var/log/syslog Jan 9 15:51:41 freelance2 jsvc.exec[3664]: 9-Jan-09 3:51:41 PM org.apache.catalina.core.ApplicationContext log INFO: HTMLManager: install: Installing context configuration at '/home/za/tomcat/lpse/WEB-INF/web.xml' from '/home/za/tomcat/lpse' Jan 9 15:51:

Re: Failed to Deploy

2009-01-09 Thread Zaki Akhmad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Now the Tomcat Web Application Manager, shows my web application on its list. But the message shown is: FAIL - Application at context path /abcd could not be started. I try to undeploy and deploy it again. This time didn't take much time. Any hint?

Failed to Deploy

2009-01-09 Thread Zaki Akhmad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am trying to deploy my web application with Tomcat Web App Manager. Unfortunately, it takes time so long (more than 5 minutes). I add: the context path XML configuration file URL Directory URL I check the /var/lib/tomcat5.5/webapps director