I just wanted to post that I found the problem. I was using a servlet
mapping with a url pattern of "/". For some reason the servlet parameters
don't come through with this servlet mapping.
When I changed the servlet mapping from "/" to "/servlet", everything
worked fine.
This would seem to me to be a bug in Orion. I haven't checked Bugzilla
yet, but I will when a get a chance.
-----Original Message-----
From: Chuck Butkus [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 15, 2001 3:59 PM
To: Orion-Interest
Subject: Servlet Parameters
I am having a problem with servlet parameters. My servlets
gets parameters when I put Orion in debug mode and put it
directly under the "/orion/default-web-app/WEB-INF/classes/"
directory, but the parameters don't come through when I put it in a
web application.
Has anyone else seen this problem? Is there anything special that needs
to go into the "web.xml" file so a servlet can accept parameters. I would
greatly appreciate any help.
Chuck Butkus