Is it possible to know in my Java code the port where a J2EE application has been deployed?
Is it possible to do a not container specific solution?
Thanks a lot in advance.
Edit: It whould be nice if this is discovered in a ServletContextListener
since it will be done on startup.