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'

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

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

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: 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 Server port=PutDefaultPortNumberHere debug=1 Then check the Logs and send that to

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 Context path=/pluto crossContext=true / This capability is available from combined engineering staff from Sun Microsystems and the IBM

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

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

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

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