Re: Logout-Problem

2004-04-13 Thread Paul Mansfield
On Tue, 2004-04-13 at 09:54, [EMAIL PROTECTED] wrote: In our application the user has to log in. When he wants to log out in a servlet I call session.invalidate() to kill the session and redirects to the login page. The session is definitly not existing anymore, but the user can't login until

Re: Tomcat for FreeBSD

2004-04-13 Thread Paul Mansfield
On Tue, 2004-04-13 at 10:09, Ronald Klop wrote: If you have installed the FreeBSD ports collection (which you probably have), than do this: AOL me too... we are using tomcat-5 on freebsd-current. works well, no complaints Paul

Re: servlet error

2004-04-08 Thread Paul Mansfield
On Thu, 2004-04-08 at 12:44, Moahmed A. Shalaby wrote: Hii I was using Oracle Application sever 4.0.8 to run my servlets , but When i'm executing my servlet using NetBeans IDE 3.5 and Tomcat it raise the following error : java.lang.NoSuchMethodError: main Exception in thread main how

[Fwd: Re: servlet error]

2004-04-08 Thread Paul Mansfield
error messages from sci.de domain mail system... xlink - you're in the RIPE records for the IP address of the mail handler for sci.de some retard signed up to the Tomcat Users List ([EMAIL PROTECTED]) and then killed the mailbox without unsubscribing and now anyone who emails the list gets back

Re: mod_jk leaks file handles on apache graceful restart?

2004-04-07 Thread Paul Mansfield
On Wed, 2004-04-07 at 01:41, David Rees wrote: Run strings on your binary and grep for 1.2 `strings mod_jk.so | grep 1.2`. The other way is to look at the output of mod_status (commonly accessible at http://example.com/server-status) not forgetting to modify apache.conf (or httpd.conf

build from scratch - was Re: Hi

2004-04-07 Thread Paul Mansfield
On Wed, 2004-04-07 at 14:04, werner S. Teunissen wrote: Hi, I need to setup a tomcat environmet manually, I run Redhat 7.3 and I want toinstall from scratch not using the rpm's but use the src's build them and install. How do I do that? there were recent postings on this list only

Re: Where to set JAVA_OPTS

2004-04-07 Thread Paul Mansfield
On Wed, 2004-04-07 at 14:43, Jon Wingfield wrote: No need to change the script. I normally set an Environment variable in the same place I define JAVA_HOME Go to Control Panel \ System \ Advanced tab \ Environment variables... Well, that's where it is on XP, which i'm currently running.

session tracking using uri not cookies (was How can I maintain state with Axis

2004-04-07 Thread Paul Mansfield
With recent discussions about session management, I recalled long time ago reading about URI rewriting for when the client doesn't handle cookies properly, and found a useful article about it http://access1.sun.com/techarticles/sessions.iws.html URL rewriting is the ability to use sessions and

Re: RedHat Enterprise breaks encoding

2004-04-06 Thread Paul Mansfield
My boss who's an expert on redhat brokeness told me about all the problems with various versions of redhat, so I built everything from scratch from source in this order - openssl - openssh - apache 1.3.28 - tomcat 5.0.1x - latest - modjk all into /usr/local it was very stable. It ran jetspeed

Re: A couple of performance related questions

2004-04-05 Thread Paul Mansfield
On Sat, 2004-04-03 at 18:57, Randy Paries wrote: BTW, yesterday someone sent out to the list a chart of times for connectors. I accidentally deleted it and can not find it on the archive. Could someone that still has that please email it to me directly? you really ought to run your own

Re: any standart way to keep passwords encripted???

2004-04-05 Thread Paul Mansfield
On Sat, 2004-04-03 at 02:10, Parsons Technical Services wrote: And if I am in control of the server, then I have access to that certificate as well. The point is simply that with proper permissions your password is as safe as it needs to be. If someone gets to it, you have way bigger

Re: calling native code

2004-04-05 Thread Paul Mansfield
On Mon, 2004-04-05 at 13:12, Astrid Wagner wrote: added to the LD_LIBRARY_PATH when Apache is started (apachectl) but when I restart tomcat this directory is no longer in it which leads to a java.lang.UnsatisfiedLinkError: error. Where can I modify the LD_LIBRARY_PATH within tomcat ? When

Re: calling native code

2004-04-05 Thread Paul Mansfield
On Mon, 2004-04-05 at 13:25, Astrid Wagner wrote: Hi, I just found out that setting the LD_LIBRARY_PATH var on the shell hmmm, that didn't work for me, so maybe it's a tomcat4 thing. - To unsubscribe, e-mail: [EMAIL

Re: Apache 2 Tomcat 5 connector location and configuration

2004-04-05 Thread Paul Mansfield
On Mon, 2004-04-05 at 16:08, Myles Moutoux wrote: I have checked the archives and there is nothing for tomcat 5, which is supposed to be the newest release. I have also seen quite a few of the I agree that tomcat5 + mod_jk2 documentation is very lacking, yes, there's discussions on the

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2004-04-05 Thread Paul Mansfield
On Mon, 2004-04-05 at 18:35, Kumar Abhay-CAK203C wrote: Hi, I am getting following error while creating Connection Pool using above code: Error Caught while creating a connection in EPP dB: = org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory, cause: Io

RE: Connection Pool setup.

2004-04-02 Thread Paul Mansfield
On Fri, 2004-04-02 at 13:47, Kal Govindu wrote: I'd like to know how to implement connection pooling in my application. This is what I had done so far. Pls let me know what I need to change you don't have to write any database pooling functions, it comes built in!

Re: Unix utils for Windows?

2004-04-02 Thread Paul Mansfield
On Fri, 2004-04-02 at 17:03, Shaw, Laurence wrote: Does anyone know where I can find a workable version awk for Windows,( and for that matter most common [U}[Lin]ix utilities) that will run on a windows 2000 box? I was attempting to run the makefile for Apache Server using MS C++ but at the

Re: How to set up JAVA_OPTS while running tomcat as a service

2004-04-02 Thread Paul Mansfield
On Fri, 2004-04-02 at 17:54, Mandy Joss wrote: I am running Tomcat 4.1.24 as service but under stress I get OutOfMemmoryError. To cure this I want to pass JAVA_OPTS=-server -Xms256m -Xmx1000m -Xincgc to the Tomcat. Can somebody please tell me where should I specify JAVA_OPTS so that Tomcat

Re: [OT] The Way Java Handles Date

2004-04-02 Thread Paul Mansfield
On Fri, 2004-04-02 at 17:47, Yansheng Lin wrote: Hi, Just wondering if anyone found this aspect of Java annoying. I know this is usually a faq, and a lot of people have put a lot of efforts making it better. But I just find that the learning curve is a bit too steep for new comers. And it