From: Drew N. <dr...@me...> - 2001-11-01 04:20:28
|
Hi, I have problems! After trying to run the war and being unable i ran the make. It make doesn't appear to work (dir ejb-source doesn't exist). I have hacked the makefile but now it appears i need the javax.ejb apis. Do i need to make to run the code?? My experience with ejb is non-existent but i have been using jsp/servlet containers for some time (tomcat). Is the program able to run in this environment, or do i need an ejb container?? This is what i did>> jspshop.jar and counter.jar in the WEB-INF/lib as well as all the taglibs and the rae.jar. When i run the test.jsp i get Class javax.ejb.CreateException not found in try and the admin/default.jsp can't find the login tags No such tag login in the tag library imported with prefix login I love the idea, as i am a great java/internet supporter. Thanks for any help. Drew Nichols Ps the web.xml seems to fail parse on tomcat. The <login-config> must precede any <ejb-ref>. Also <tlibversion> is required. |