Re: Problems with servlets when migrating from JRun

2000-03-16 Thread Brien Voorhees
From: "Donald E. Vandenbeld" <[EMAIL PROTECTED]> > Second, I can't seem to forward from the servlet to a jsp! I get a > clickable link printed to the screen instead of the redirection taking > place. To redirect I'm using: > response.sendRedirect (response.encodeRedirectURL ("/announcement.jsp"

Problems with servlets when migrating from JRun

2000-03-16 Thread Donald E. Vandenbeld
I'm currently thinking about jumping ship from JRun to Orion (reasons too many to count :-) ). I have been working on a site for about a month but I'm having problems getting the servlets and beans running on Orion. The first problem is in how I create application and session scope beans. I c