DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6704>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6704

rmi client in jsp causes port down after large amount of requests





------- Additional Comments From [EMAIL PROTECTED]  2002-02-27 07:56 -------
In Tomcat 3.3.x, JSP pages are just special cases of Servlets.  As such, I find 
this one to be really strange.  However, there isn't really enough here to let 
me track it down.  It would help if you could post the Tomcat log files as an 
attachment to this bug.  

One other thing that would be interesting to try is if you get the same problem 
when you declare the servlet in the web.xml file:
<servlet>
  <servlet-name>MyRMIPage</servlet-name>
  <jsp-page>/rmipage.jsp</jsp-page>
</servlet>
and access it via a servlet-mapping:
<servlet-mapping>
  <servlet-name>MyRMIPage</servlet-name>
  <url-pattern>/MyRMIPage/*</url-pattern>
</servlet-mapping>

(The examples are instructive only, it shouldn't matter if you vary them).

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

Reply via email to