Re: A way to know if file download has ended

2006-06-03 Thread Guido Schoepp
Bachler, Elisabeth (Elisabeth) schrieb: I have an application that uses tomcat 5.0.19. At one point in my application, the user has the possibility to click on a certain link in order to download a file. Once the file is downloaded, I would like the application to go to a certain jsp page is

Re: Why no GenericPrincipal?

2006-06-03 Thread Guido Schoepp
Mark Thomas schrieb: Mh, is this not the right list for these kind of questions? http://tomcat.apache.org/faq/tomcatuser.html#why So I hope it's "No one knows the answer". Guido - To start a new topic, e-mail: users@tomca

ajax response from tomcat by including JSP from a servlet - fails silently when HTML is badly formed.

2006-06-03 Thread Andrew Braae
I am having great trouble with an error that does not show up in the tomcat logging. Hours of googling and frigging around and I am no closer. Would really appreciate any help on this one. Basically I am using a blend of servlets and JSP to build up a response to an ajax request (using rico on th

Re: Problem with the JRockit

2006-06-03 Thread Benjamin
Thank you very much! I think it works right now! ^_^ Leon Rosenberg wrote: why do you set the classpath? I also use jrockit and suns jdk I installed both under /opt -> /opt/jdk1.5.0_06/ and /opt/jrockit-R26.3.0-jdk1.5.0_06 and have a link in /usr/local-> rwxrwxrwx 1 root staff 38 2006-05-16

Re: Why no GenericPrincipal?

2006-06-03 Thread Mark Thomas
Guido Schoepp wrote: > Mh, is this not the right list for these kind of questions? http://tomcat.apache.org/faq/tomcatuser.html#why - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: SSL with Tomcat and Apache..IE problems

2006-06-03 Thread Jim Jagielski
Another possible issue is the session cookie information, which IE has problems with when doing simple HTTP redirects. On May 27, 2006, at 1:05 PM, Rizwan Merchant wrote: We are running tomcat 5.5.16 on Fedora Core 4 OS. We just installed apache2.0 as a front to serve the pages using the mod

Re: Tomcat as a standalone webserver. Why not?

2006-06-03 Thread Jim Jagielski
On Jun 2, 2006, at 12:27 PM, Mladen Turk wrote: Jim Jagielski wrote: Web Servers are web servers primarily, focused on HTTP, compliance, speed and capability. Use the right tool for the right job :) Agreed. If you only need a web server, use a web server. I think that the question is not wh

Re: Tomcat as a standalone webserver. Why not?

2006-06-03 Thread Jim Jagielski
On Jun 2, 2006, at 12:19 PM, Remy Maucherat wrote: On 6/2/06, Jim Jagielski <[EMAIL PROTECTED]> wrote: IMO, if you need to move out of "pure Java" in your Java Web Server to get acceptable performance, then why use it in the first place? Plus, if you are "concerned" about the security of Apach

Re: Retrieve certain session data inside a servlet

2006-06-03 Thread Martin Gainty
Good Morning Eric and Carlos- Indeed there is a way to enable CrossContext communication via the CrossContext="true" directive inside the Context tag This capability is available from combined engineering staff from Sun Microsystems and the IBM Corporation. Tthe specific JSR-168 spec is pub

Re: Tomcat windows service terminated expectedly

2006-06-03 Thread Martin Gainty
Good Morning Bill- I agree this can be a bit of a challenge but I found starting with base webapps and then adding one webapp at a time usually helps Also in the server.xml turn on debug flag via debug attribute Then check the Logs and send that to us here HTH, Martin-- This email message an

Re: Why no GenericPrincipal?

2006-06-03 Thread Guido Schoepp
Mh, is this not the right list for these kind of questions? Guido Guido Schoepp schrieb: I set up a JSP to get the user principal. But when trying to access the principal by request.getUserPrincipal(), I'll always get a plain Principal class. I expected to get a GenericPrincipal class by

Re: Problem with the JRockit

2006-06-03 Thread Leon Rosenberg
why do you set the classpath? I also use jrockit and suns jdk I installed both under /opt -> /opt/jdk1.5.0_06/ and /opt/jrockit-R26.3.0-jdk1.5.0_06 and have a link in /usr/local-> rwxrwxrwx 1 root staff 38 2006-05-16 15:16 java -> /opt/java/jrockit-R26.3.0-jdk1.5.0_06/ then you only need to

Problem with tomcat realms - can't connect to MySQL

2006-06-03 Thread Sarah Parrott
Hi, I'm trying to use realms in tomcat to authenticate people at a website. I'm using eclipse to do this in, with a MySQL database to hold the usernames, passwords and roles. When I try to start the server, thru eclipse, I get the following output: 02-Jun-2006 15:25:27 org.apache.catalina.core.

Re: How can I modify the java.library.path in Tomcat?

2006-06-03 Thread Markus Schönhaber
Andi Heusser wrote: > I have a web application where I need to load some 3rd party libraries > DLLs) and I would like to have these DLLs in a subdirectory in my app > (webapps/MyApp/WEB-INF/lib). However when I try to do a 'loadLibrary' it > fails to find them. I then noticed that the 'Tomcat/bin'