Hard problem with tomcat 4.1 and jwsdp-1.3

2008-02-18 Thread Alex Florentino
Hi all, I installed java jdk 1.4, tomcat 4.1 and jwsdp-1.3, it are configured and is working ok. I create a servlet that handle SOAP messages, but it have strange result. see my codes... *base servlet class* package test; import java.io.IOException; import java.io.OutputStream; import java.ut

Re: Question about multiple SSL at same machine

2007-12-06 Thread Alex Florentino
know how setup another ip. some suggestion ? thanks. On Nov 29, 2007 9:56 PM, Peter Crowther <[EMAIL PROTECTED]> wrote: > > From: Alex Florentino [mailto:[EMAIL PROTECTED] > > I have windows colocation and have one site that have ssl and > > it works fine, > > no

Question about multiple SSL at same machine

2007-11-29 Thread Alex Florentino
Hi all, I have windows colocation and have one site that have ssl and it works fine, now I have another site and need set up another ssl, I think that change ssl port for second site is good solutions but my client don't like this idea, then I need set up another ip.. but I not sure how I make it.