Re: While tomcat is initializing

2008-08-02 Thread Tushar Madhukar
Hi, One clarification - do you want the cache init to take place at the start of the container OR your web application? In the former case, you can implement the org.apache.catalina.LifecycleListener interface and nest a Listener element in the appropriate Connector element in server.xml In the

Re: Changing SSL Certificates

2008-08-02 Thread Mark Thomas
Ben Densmore wrote: Is there anyone that might be willing to help me get this fixed? I've tried following the docs from TomCat and am now getting this error. keytool error: java.lang.Exception: Public keys in reply and keystore don't match We'd be willing to pay, i just need to get this fixed.

example about deploy application from windows eclipse to linux Tomcat

2008-08-02 Thread Sam Wun
Hi, Can anyone link me an example about deploy application from windows eclipse to linux Tomcat? Thanks - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re-install fails to bring up Tomcat from NetBeans

2008-08-02 Thread Nicholas Jordan
A day or two ago, I started doing some work in Win:C:\Documents and Settings\All Users\Application Data\CompanyName thinking that because of the progress I was making on my Servlet that I should go to a folder that would retire some of the issues I was having because of path-prepended

Re: Does the http connector have any kind of debug logging?

2008-08-02 Thread Bill Barker
[EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I've been trying to enable debug logging on my http connector, but it never seems to go anywhere. ( Tomcat 5.5 ) I tried debug=4 in the connector but that didnt seem to generate something. Is there a full class name for the

Re: Status of threads in Tomcat( window service)

2008-08-02 Thread Bill Barker
The latest version of the service manager (aka tomcatNw.exe) has the ability to generate a thread dump for Tomcat running as a service. If this isn't an option in the menu on your version, you can upgrade just this component by grabbing tomcat6.exe and tomcat6w.exe from the most recent 6.0

Problem with Displaying Result of a MySQL Join in Tomcat

2008-08-02 Thread Glyn Thomas
I am in the process of converting a Tomcat front end for a MySQL database from Windows XP to Windows Vista. The XP version used MySQL Version 5.0.22, Tomcat 5.5.20, JRE 1.5.0 release 12 with Tomcat JDK 4 Compatibility Pack, and J/Connector 5.0.6. The Vista version is using MySQL

Re: Programmatically detecting login or logout events

2008-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, MartinOShea wrote: | Thanks for the reply. In the various servlets making up this application, I | don't currently have a user object in every request but tend to use | request.getRemoteUser() where necessary. This also to minimizes traffic.

Re: RealmBase's 'Container' requirement

2008-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, Bill Barker wrote: | Unless you pre-registester the Realm with JMX, the dummy needs to extend | ContainerBase. But otherwise, it just needs to implement getLogger() and | getContainerSuffix() (not needed if you JMX register yourself) to have

Re: enabling/disabling a servlet filter conditionally

2008-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, André Warnier wrote: | Can one dynamically disable a servlet filter under some conditions, from | within another preceding filter ? | | In other words, suppose I have a servlet configured approximately like | this : [snip] | And suppose

Would like to monitor memory use offline

2008-08-02 Thread Richard S. Huntrods
I've been running Tomcat for many versions now, mostly without incident. However with the latest set of upgrades rather forced upon me all at once (instead of managed more properly), my application appears to have a severe memory leak. System Info: OS is Solaris 10-u5 (2008); java

Re: Problem with Displaying Result of a MySQL Join in Tomcat

2008-08-02 Thread Sam Wun
why not use Linux? On Sun, Aug 3, 2008 at 10:02 AM, Glyn Thomas [EMAIL PROTECTED] wrote: I am in the process of converting a Tomcat front end for a MySQL database from Windows XP to Windows Vista. The XP version used MySQL Version 5.0.22, Tomcat 5.5.20, JRE 1.5.0 release 12 with Tomcat