Web app questions

2000-04-27 Thread Egor Savotchkin
Hi all, I'm trying to set up a small application similar to Java Pet Store Web Tier and I got the following problems/questions: 1) my main servlet main.jsp is mapped to /control/*, I set up a protected zone at /control/signin but unfortunately when I go to /control/signin orion server

Java pet store demo problem

2000-03-28 Thread Egor Savotchkin
Hi, I'm trying to make the Java Pet Store Demo work under Orion... well, 1) there are problems with custom tags: suprisingly enough when my doStartTag() return EVAL_BODY_TAG the body doesn't gets evaluated at all, but if it returns SKIP_BODY it works!!! (I modifiyed a little tag

ejb references

2000-03-27 Thread Egor Savotchkin
Hi, I tried to deploy a simple EJB and it turned out that in order to get this EJB referenced from my JSPits reference in JSP code should coincide with the location specified in both orion-ejb-jar.xml and orion-web.xml. It seems to me that it is not correct with the spec or I am missing