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 COM.claymoresystems.ptls.SSLC

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

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 corr

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: For additional commands, e-mail:

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: For additional commands, e-mail:

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:

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:

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! If

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 > pla

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

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: Superb OSS Java IDE

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

Re: Javascript in JSP.

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

Re: Service C code and security manager problem

2001-09-10 Thread Nick Betteridge
I just tried this and I think that it might be OK (in arguments.c) ... } else if (strstr(argv[x],"-verbose")==argv[x]) { args->opts[args->onum++]=strdup(argv[x]); /*} else if (strcmp(argv[x],"-D")==0) { log_error("Parameter -D must be followed by ="); */

Service C code and security manager problem

2001-09-10 Thread Nick Betteridge
I'm trying to set up catalina as a service running as a daemon and implement the security manager. I've hit a problem which is that arguments.c in {catalina_src)/server/native : a) doesn't provide for more than 1 '=' sign in a -D property (needed for -Djava.security.policy==/../../../conf/catal

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 cre

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

2001-08-30 Thread Nick Betteridge
pper type approach as used 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

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

2001-08-28 Thread Nick Betteridge
ntroller.doPrivileged(Native Method) 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 Nic

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

2001-08-22 Thread Nick Betteridge
Hi I'm using EmbeddedManager to start up and configure a Catalina instance. I can set up the ClassLoaders and proceed to create the hosts etc with no problems, but the startup always falls over when I'm running through StandardContext.start() -> loadOnStartup(findChildren()) -> (StandardWrapper)

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 -- XmlMapper: Debug level: 3 XmlMapper: Validating = true ContextConfig[]: Scanning web.xml tag

Re: java.security.policy problems with EmbededTomcat

2000-10-31 Thread Nick Betteridge
Aren't you mixing up windows and unix - it's either C:\..windows or /unix Stefán F. Stefánsson wrote: > > Hi. > > I'm having HUGE problems with EmbededTomcat and the Java 2 security > manager. > > I'm trying to start up Tomcat through the EmbededTomcat class and adding > one context for th