Re: Virtual Hosting and SSL

2005-10-11 Thread Justin Jaynes
I DID try, but there is no IP address attribute for
connector elements. .. at least not in the
documentation listed on the 5.5 documentation /
configuration setup.

How would I do it?  Can you please indicate the
syntax?

Thanks, Justin

--- Hassan Schroeder [EMAIL PROTECTED] wrote:

 Justin Jaynes wrote:
  I am running tomcat 5.5.12 and need to host two
 sites,
  both with ssl.  
 
  Can you set up two connectors (one port 443 and
 one
  port 80) for one specific ip address and another
 set
  of connectors for another ip address? 
 
 Yes. :-)
 
 That's exactly what you need to do. Try it, ask if
 you run into a
 specific problem...
 
 -- 
 Hassan Schroeder -
 [EMAIL PROTECTED]
 Webtuitive Design ===  (+1) 408-938-0567   ===
 http://webtuitive.com
 
   dream.  code.
 
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Virtual Hosting and SSL

2005-10-11 Thread David Smith
Try address=192.168.56.32 or whatever IP you want tomcat to bind to. 
The port attribute will do the same thing for defining what port number
to bind to.

--David

Justin Jaynes wrote:

I DID try, but there is no IP address attribute for
connector elements. .. at least not in the
documentation listed on the 5.5 documentation /
configuration setup.

How would I do it?  Can you please indicate the
syntax?

Thanks, Justin

--- Hassan Schroeder [EMAIL PROTECTED] wrote:

  

Justin Jaynes wrote:


I am running tomcat 5.5.12 and need to host two
  

sites,


both with ssl.  
  

Can you set up two connectors (one port 443 and
  

one


port 80) for one specific ip address and another
  

set


of connectors for another ip address? 
  

Yes. :-)

That's exactly what you need to do. Try it, ask if
you run into a
specific problem...

-- 
Hassan Schroeder -
[EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   ===
http://webtuitive.com

  dream.  code.






-
  

To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]







   
   
__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Virtual Hosting and SSL

2005-10-11 Thread Justin Jaynes
I'll try... thanks so much for such a fast reply.  Is
there any document about that feature on the tomcat
apache site?

Justin

--- David Smith [EMAIL PROTECTED] wrote:

 Try address=192.168.56.32 or whatever IP you want
 tomcat to bind to. 
 The port attribute will do the same thing for
 defining what port number
 to bind to.
 
 --David
 
 Justin Jaynes wrote:
 
 I DID try, but there is no IP address attribute for
 connector elements. .. at least not in the
 documentation listed on the 5.5 documentation /
 configuration setup.
 
 How would I do it?  Can you please indicate the
 syntax?
 
 Thanks, Justin
 
 --- Hassan Schroeder [EMAIL PROTECTED] wrote:
 
   
 
 Justin Jaynes wrote:
 
 
 I am running tomcat 5.5.12 and need to host two
   
 
 sites,
 
 
 both with ssl.  
   
 
 Can you set up two connectors (one port 443 and
   
 
 one
 
 
 port 80) for one specific ip address and another
   
 
 set
 
 
 of connectors for another ip address? 
   
 
 Yes. :-)
 
 That's exactly what you need to do. Try it, ask if
 you run into a
 specific problem...
 
 -- 
 Hassan Schroeder -
 [EMAIL PROTECTED]
 Webtuitive Design ===  (+1) 408-938-0567   ===
 http://webtuitive.com
 
   dream.  code.
 
 
 
 
 
 

-
   
 
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
 
 
 
 
 
  
  
 __ 
 Yahoo! Mail - PC Magazine Editors' Choice 2005 
 http://mail.yahoo.com
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
   
 
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 




__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Virtual Hosting and SSL

2005-10-11 Thread Hassan Schroeder
Justin Jaynes wrote:
 I DID try, but there is no IP address attribute for
 connector elements. .. at least not in the
 documentation listed on the 5.5 documentation /
 configuration setup.

On this page??

http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/http.html

Look again :-)

-- 
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

  dream.  code.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Virtual Hosting and SSL

2005-10-11 Thread Justin Jaynes
Strike that--I just found that documentation after
looking the hundredth time.  I guess we overlook what
we didn't know before, assuming it isn't what we
wanted to find--or something strange like that.

But I found it.  Thanks everyone.

Justin

--- Justin Jaynes [EMAIL PROTECTED]
wrote:

 I'll try... thanks so much for such a fast reply. 
 Is
 there any document about that feature on the tomcat
 apache site?
 
 Justin
 
 --- David Smith [EMAIL PROTECTED] wrote:
 
  Try address=192.168.56.32 or whatever IP you
 want
  tomcat to bind to. 
  The port attribute will do the same thing for
  defining what port number
  to bind to.
  
  --David
  
  Justin Jaynes wrote:
  
  I DID try, but there is no IP address attribute
 for
  connector elements. .. at least not in the
  documentation listed on the 5.5 documentation /
  configuration setup.
  
  How would I do it?  Can you please indicate the
  syntax?
  
  Thanks, Justin
  
  --- Hassan Schroeder [EMAIL PROTECTED]
 wrote:
  

  
  Justin Jaynes wrote:
  
  
  I am running tomcat 5.5.12 and need to host two

  
  sites,
  
  
  both with ssl.  

  
  Can you set up two connectors (one port 443 and

  
  one
  
  
  port 80) for one specific ip address and
 another

  
  set
  
  
  of connectors for another ip address? 

  
  Yes. :-)
  
  That's exactly what you need to do. Try it, ask
 if
  you run into a
  specific problem...
  
  -- 
  Hassan Schroeder -
  [EMAIL PROTECTED]
  Webtuitive Design ===  (+1) 408-938-0567   ===
  http://webtuitive.com
  
dream.  code.
  
  
  
  
  
  
 

-

  
  To unsubscribe, e-mail:
  [EMAIL PROTECTED]
  For additional commands, e-mail:
  [EMAIL PROTECTED]
  
  
  
  
  
  
  
 
 
  __ 
  Yahoo! Mail - PC Magazine Editors' Choice 2005 
  http://mail.yahoo.com
  
 

-
  To unsubscribe, e-mail:
  [EMAIL PROTECTED]
  For additional commands, e-mail:
  [EMAIL PROTECTED]
  

  
  
  
 

-
  To unsubscribe, e-mail:
  [EMAIL PROTECTED]
  For additional commands, e-mail:
  [EMAIL PROTECTED]
  
  
 
 
 
   
 __ 
 Yahoo! Music Unlimited 
 Access over 1 million songs. Try it free.
 http://music.yahoo.com/unlimited/
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 




__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Virtual Hosting and SSL

2005-10-10 Thread Justin Jaynes
I am running tomcat 5.5.12 and need to host two sites,
both with ssl.  Obviously one SSL cert/keystore will
not do for two sites.  I understand that SSL is IP
based  because the http header is not read until after
the connection is established.

I know you can configure tomcat to do virtual hosting
based on IP's by adding IPVHost=true to connectors
in server.xml file.  but you have to specify the
keystore a connector will use PER the connector--NOT
THE HOST.  So even though I can distinguish between IP
addresses, it is too late already.  The connector has
already opened the keystore--without understanding
which IP address the request has come from.

Can you set up two connectors (one port 443 and one
port 80) for one specific ip address and another set
of connectors for another ip address?  This seems to
me (and I am sometimes wrong) the logical way tomcat
should work.  What good is virtual hosting capability
based on IP's if you can't use SSL in conjunction with
them?  Everybody needs some SSL these days for
something or other.

Can you tell jsvc to make the daemon listen only on
one ip address when you start it, and simply start two
dameons listening to different IP's (which would mean
two servers running on my machine, and NOT the
scenario I would prefer)?

I hope some very seasoned pserson can help me.  This
list has never failed me yet and I have been asking
questions for over a year.

Mad-Props to all of you!  Thanks for everything.

Justin






__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Virtual Hosting and SSL

2005-10-10 Thread Hassan Schroeder
Justin Jaynes wrote:
 I am running tomcat 5.5.12 and need to host two sites,
 both with ssl.  

 Can you set up two connectors (one port 443 and one
 port 80) for one specific ip address and another set
 of connectors for another ip address? 

Yes. :-)

That's exactly what you need to do. Try it, ask if you run into a
specific problem...

-- 
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

  dream.  code.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]