RE: How to measue performance? Log4j on/off.

2003-12-04 Thread Justin Brister
Jim, if you have any money to spend, it would be worth running a code profiler such as JProbe over the code. If you don't have access to such a tool / money, then you could try running JMeter to benchmark the site. J -Original Message- From: Jim Lynch [mailto:[EMAIL PROTECTED] Sent:

RE: How to measue performance? Log4j on/off.

2003-12-04 Thread Justin Brister
Graham, unfortunately, Java does not have a precompiler (although I think there are some third party pre-processors about). J -Original Message- From: Graham Reeds [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 2:05 PM To: Tomcat Users List Subject: Re: How to measue

RE: Hosting SSL clients within Tomcat

2003-11-19 Thread Justin Brister
in the catalina.bat file that starts Tomcat. Obvious Of course the better alternative is to develop and host using Linux or Solaris (but my client won't do that!!!) Later email: [EMAIL PROTECTED] http://www.mojoco.biz/ -Original Message- From: Justin Brister [mailto:[EMAIL

Hosting SSL clients within Tomcat

2003-11-18 Thread Justin Brister
I am trying to open a connection to an SSL server hosting WebServices. I am using the Glue libraries to abstract away all the nasty Web Service stuff, and my WebService client is implemented as a Servlet. I have imported the SSL certificate into my .keystore If I run my client code as a