Re: [ezmlm help]:Messages from the tomcat-user mailing list seem to have been bouncing

2001-08-21 Thread Kazi the P i R @ t {-
got the same issue here ... ... kazi - Original Message - From: SongDongsheng [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 2:55 PM Subject: [ezmlm help]:Messages from the tomcat-user mailing list seem to have been bouncing Hi, ezmlm give me a warning:

Re: getting the ServerName

2001-08-10 Thread Kazi the P i R @ t {-
) { this.context = context; } public void doSomething() { String name = context.getServletName(); } } In the servlet MyExample eg = new MyExample(this); -Original Message- From: Kazi the P i R @ t {- [mailto:[EMAIL PROTECTED]] Sent: 09 August 2001 11:11 To: [EMAIL

getting the ServerName

2001-08-09 Thread Kazi the P i R @ t {-
how can one of my packages (not a servlet) access the server's name?? I attempted to use the HttpServletRequest object in isolation and using the function getServletName() to achieve my goals... but it failed. It was just a shot in the dark... Now i am turning to you all... shed some light on my