Anyone knows how to get rid of the extra lines in HTML pages
that are generated from Orion server?
I am using jsp to dynamically return a file to the browser. The
file somehow has 30-something empty lines in the begining. And
I remember seeing this behaviour in the HTML pages also.
thanks
thomas
Have anyone seen Connection reset by peer doing a POST operation
using Netscape 4.7?
I got the error randomly.
Does Orion support URL rewrite like the one in Apache?
I want to be able to give URLs to my customer like
http:///feature/
Then, the rewrite will forward to HTTP request to something
like
http:///somewhere/handle.jsp?uid=
Is it possible to achive this with Orion?
thanks
thomas
I have installed my application in applications/app/app-web, and I can
access my app via http://:/app
Now the problem is that when I type http://:/app/\
, the JSP source code is returned to the browser. Is this a known
bug?