dynamic urls

2002-08-01 Thread SB



Hi
I want my URLs as
http://localhost:8080/webapp/MyServlet/2345
http://localhost:8080/webapp/MyServlet/23349
http://localhost:8080/webapp/MyServlet/345

all mapped to the same servlet, none are static.

Note that I do not want:
http://localhost:8080/webapp/MyServlet?23349
which is straightforward, but
http://localhost:8080/webapp/MyServlet/23349


How can I do it?

thanks
--st

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




Webapp - WebappServer interaction

2002-08-01 Thread SB

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]