Security Manager, Embedded and Class Loading

2001-09-04 Thread Nick Betteridge
I've a problem that I don't really understand. I'm in the process of getting the security manager to work with an Embedded setup and the bootstrap is virtually the same as Catalina's. If I create, for example, a (Standard)Server and (Standard)Service, I get objects generated. If I attempt to

Re: Javascript in JSP.

2001-11-26 Thread Nick Betteridge
As a user, I would welcome this. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Superb OSS Java IDE

2001-12-05 Thread Nick Betteridge
Ever tried Netbeans? http://www.netbeans.org -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Embedded 4.0.b6 - standard 'catalina.sh embedded' gives error

2001-08-01 Thread Nick Betteridge
I've just downloaded b6 and ran 'catalina.sh embedded' and 'catalina.sh embedded -security' and both failed. Have I omitted anything, or is there a bug? Solaris 8, jdk 1.3.1, tomcat b6 -- snip XmlMapper: Debug level: 3 XmlMapper: Validating = true ContextConfig[]: Scanning

Re: Catalina 4.0-b7 - StandardWrapper.load() - bug?

2001-08-28 Thread Nick Betteridge
) at com.syntactics.server.management.catalina.Bootstrap.main(Bootstrap.ja va:58) this code is running in class driven by a PrivilegedAction. Getting this to work with MBeans and a Security Manager is turning out to be quite tricky! Cheers Nick On Wed, 22 Aug 2001, Nick Betteridge wrote

Re: Catalina 4.0-b7 - StandardWrapper.load() - bug?

2001-08-30 Thread Nick Betteridge
with the standalone implementation. If nobody hears from me within a week, send in the dogs. Nick Nick Betteridge wrote: Hi Craig Thanks for your reply and apologies for the late reply. The goalposts have changed slightly but the problem appears to be the same. I've set up the MBean server

Re: Retry: PureTLS/Cryptix RPM at Apache ????

2002-02-15 Thread Nick Betteridge
JXTA holds puretls and cryptix jars on jxta.org - so it shouldn't be a problem on jakarta. Incidently, tls is not ssl, although there are many similarities. Just one question - are tls socket factories available for tomcat? GOMEZ Henri wrote: I still didn't receive replies on the hosting

Re: Retry: PureTLS/Cryptix RPM at Apache ????

2002-02-15 Thread Nick Betteridge
GOMEZ Henri wrote: JXTA holds puretls and cryptix jars on jxta.org - so it shouldn't be a problem on jakarta. Incidently, tls is not ssl, although there are many similarities. Just one question - are tls socket factories available for tomcat? You means TLSSocket instead of SSLSocket

Re: [Daemon] New commons component

2002-02-18 Thread Nick Betteridge
Patrick Luby wrote: Remy, This is great news! I scanned through the Unix code and noticed that it uses the chmod'ing executables with setuid bits instead of performing a JNI call to the setuid() and seteuid() C functions before and after binding of a ServerSocket (i.e. the place you

Re: pluggable security implementations

2002-03-11 Thread Nick Betteridge
I've written the TLS socket but haven't been able to get around to testing it yet - swamped. The socket also has a certificate factory to enable certificates to be read from a variety of sources. I hope that the following server.xml snip correctly describes the inclusion! Connector

Tomcat 4.0.4 Beta 2 Released - Is the catalina.jar the correct one?

2002-03-27 Thread Nick Betteridge
I've just downloaded the 4.0.4-b2 bin release and when building against the catalina.jar I find that there is no org.apache.catalina.loader.StandardClassLoader class, even though there is in the src and Bootstrap also refers to it. Cheers Nick -- To unsubscribe, e-mail: mailto:[EMAIL

Tomcat 4.0.4 Beta 2 Released - Is the catalina.jar the correct one?

2002-03-27 Thread Nick Betteridge
I've just downloaded the 4.0.4-b2 bin release and when building against the catalina.jar I find that there is no org.apache.catalina.loader.StandardClassLoader class, even though there is in the src and Bootstrap also refers to it. Cheers Nick -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Tomcat 4.0.4 Beta 2 Released - Is the catalina.jar the correctone?

2002-03-27 Thread Nick Betteridge
Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Using InstallAnywhere for Tomcat installer

2002-04-24 Thread Nick Betteridge
Good/free advertising for zerog if installanywhere is used! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Resend: SSL portability and Coyote

2002-04-26 Thread Nick Betteridge
Eric Rescorla wrote: This didn't make it out the first time so I'm resending... I'm looking at what needs to be done to make the 3.3 SSL portablity stuff work properly with Coyote. For the most part, this work has been done--if you set the SSLImplementation appropriately and the correct

Re: Resend: SSL portability and Coyote

2002-04-29 Thread Nick Betteridge
Eric Rescorla wrote: Nick Betteridge [EMAIL PROTECTED] writes: Eric Rescorla wrote: This didn't make it out the first time so I'm resending... I'm looking at what needs to be done to make the 3.3 SSL portablity stuff work properly with Coyote. For the most part, this work has

Re: Resend: SSL portability and Coyote

2002-04-29 Thread Nick Betteridge
Erik This is what I'm currently using for Catalina as a SSLServerSocketFactory - some of it may look familiar! rgds import java.io.InputStream; import java.io.IOException; import java.net.InetAddress; import java.net.ServerSocket; import java.net.Socket; import