bea.jolt.ServiceException: Invalid Session
The Appserv is a multihomed server with more than one IP address. When I start the appserv its started without any error. But when I open the PIA then I got the error "bea.jolt.ServiceException: Invalid Session". The Appsev name and JSL port is correct in the configuration.properties file. When I debug (netstat -a) I came to know that the server is not listening for Jolt session on all the IP addresses. From internet I came to know that we need to mentioned the IP address 0.0.0.0 inplace of %Machine Name% in the psappsrv.cfg file. I have made the same chages