ssl and firewall issue

2003-01-23 Thread anywhereInfo
hello,
in my app,  the user's session occurs over https. if i run tomcat on static ip, it 
works fine, but if i run it behind firewall, so that the
firewall has static ip and tomcat runs on local 10.10.10.xx ip, the users dont get 
back the replies. the firewalls is configured to pass any data on 443 to tomcat's 
internal ip on 443. All the systems are on windows advanced server , tomcat is 4.1.XX 
and i am using sun's1.4.1 sdk.
any suggestions would be higly appreciated.
regards
maninder

__
The NEW Netscape 7.0 browser is now available. Upgrade now! 
http://channels.netscape.com/ns/browsers/download.jsp 

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/

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




CATALINA_BASE

2002-11-07 Thread anywhereInfo
what is CATALINA_BASE and how can it be used ? what can i get more info onit

__
The NEW Netscape 7.0 browser is now available. Upgrade now! 
http://channels.netscape.com/ns/browsers/download.jsp 

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/

--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




another SSL question!

2002-11-06 Thread anywhereInfo
Does anyone knows any performance difference when SSL is implemented Via
org.apache.coyote.tomcat4.CoyoteConnector using  
org.apache.coyote.tomcat4.CoyoteServerSocketFactory 
Versus implementing SSL by
Connector className=org.apache.catalina.connector.http.HttpConnector
   port=8443 minProcessors=5 maxProcessors=75
   enableLookups=true
   acceptCount=10 debug=0 scheme=https secure=true
  Factory className=org.apache.catalina.net.SSLServerSocketFactory
   clientAuth=false protocol=TLS/
/Connector
--


__
The NEW Netscape 7.0 browser is now available. Upgrade now! 
http://channels.netscape.com/ns/browsers/download.jsp 

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/

--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org