Hi,
> It will be very usefull if the port number on which
> the SSL and Http non-ssl ports are running, is
> available runtime. (Ex:- 8080 and 8443).
> Is it possible?

> The "int getPort()" method of the CoyoteConnector
> class returns the port number but its not accessible
> at runtime. If there is a "sendRedirect()" method in
> some jsp, where one wants to redirect from http to say
> https, then the port number must be known in advance.
> So there is a need for such an API.
request.getServerPort()

see the jsp snoop example.

Guenter.



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

Reply via email to