My questions are: 1. What if i what if i want the ability to call to this bean over RMI or Http is this possible. i guess its not and i don�t want to have bean for each protocol.
2. When i run the server i bind it to a specific address. on the bean i need to write the URL , can i avoid from set my host ? I don't know the customer IP? (I think write 0.0.0.0 there will need to work and I will check this)?
3. For advanced - why i need to deploy a servlet in order to support in ejb3 over https?