You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Lim Swee Tat <st...@3ui.com> on 2000/12/16 17:20:11 UTC

Problems with Jakarta Tomcat

Hi,
  I have the following errors that I'm hoping will be solved by sharing
it.
1. When using the HttpConnectionHandler of tomcat, if I specify a port
number, say 8080, I have specific instances where when I perform a
	response.sendRedirect(response.encodeURL("/xxx/something.jsp"));
   the tomcat server will redirect the page to the same server but without
setting the correct port number, that is:
  eg.  http://localhost:8080/index.jsp => http://localhost/something.jsp.
  This port number is crucial for me since I have tomcat running different
applications on different ports.

2. When servicing a Runtime process in Tomcat 3.2.1, the process will die,
returning an error and produce no readable or useful output data.  An
exception is caught, but is often not helpful.  Is there a way to know the
circumstances leading to the error?

3. In the current implementation of session interceptor, setting noCookies
to true does not work and usually the session fails when going to another
page.  The setting of this noCookies variable is valuable to me due to our
work on platforms that do not support cookies.

Where can I find help??

Ciao
ST Lim