Ananta,

>1> When request comes from the user 1st time Load balancer sends the
request
to any of the web server in the cluster based on a round robin
algorithm.
Web server will convert the request to HTTP and then forward to one of
the
App server. When 2nd request comes to the browser load balancer should
send
to the same web server. Does it do it automatically or we have to take
care
something in our application for HTTPS request?

>2> When request comes from the user 1st time Load balancer sends the
request
to any of the web server in the cluster based on a round robin
algorithm.
When 2nd request comes to the browser load balancer should send to the
any
web server. In this case how does it work?

1) It does it "automatically" by setting it up to has based on SSL
session ID.  This would force incoming requests with that SSL session ID
to be forwarded to the proper web server.
2) I don't know what you're asking here..

as to the other 2 questions
>2> How to create a custom process like NT services or deamon processes
on
unix in Weblogic application server so that when the server is started
this
process will automatically get started?
2)  It depends on what kind of unix but typically you would create the
appropriate service in /etc/init.d and symlink a start and kill request
from /etc/rc3.d such as

/etc/init.d/foo
/etc/rc3.d/S80foo-> /etc/init.d/foo

hth,

m.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to