Just curious,
Can a webapp know what appserver it is running on?

The very purpose of an appserver is to keep the webapp
free from the mundane housekeeping stuff like
session management and secure access. The webapp
is completely unaware of these issues. Instead,
is it possible for a webapp to provide its own
or possibly override appserver's session management
- or say inherit these from the app server thus
extending it? 

--st

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

Reply via email to