System properties

2002-05-03 Thread Richard Wooding
Hi all, Is it possible to change system properties from within' a JSP page. Regards Richard Wooding -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

web application using implementation Sun's JSSE

2002-05-02 Thread Richard Wooding
Richard Wooding -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: A bit off topic

2002-05-02 Thread Richard Wooding
Yes I've done it and it is possible. -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 15:02 To: [EMAIL PROTECTED] Subject: A bit off topic I know this is a bit off topic but I can't seem to get an answer from anywhere. Has anyone been

Extension Mechanism Architecture JSSE

2002-05-02 Thread Richard Wooding
on this problem. I think my web applications' class loader cannot see the JSSE libraries, jnet.jar, jsse.jar, and jcert.jar. Has anybody experienced the same problem? Regards, Richard Wooding

Apache + Tomcat + ssl

2000-11-07 Thread Richard Wooding
Hi, We have successfuly configured Apache to work with Tomcat and Virtual Hosts. However we would like to encrypt some of our JSP pages using ssl. What is the best way to modify your Apache/Tomcat configuration so that you can serve pages using the HTTPS protocol. Regards Richard Wooding

Re: Multiple Developers using Tomcat

2000-10-25 Thread Richard Wooding
Hi, Yes we do something just like that at our development company. We are using Apache/Tomcat on Redhat Linux 6.2. You can do this my configuring Tomcat for multiple JVMs or by using Virtual Hosting with multiple JVMs. (Each JVM does carry a memory footprint/overhead though :-( ). You can find