|
From: Jeff D. <jef...@su...> - 2001-11-01 08:34:28
|
Heh Make was a lil batch file I made to play w/it :P get rid o'that Use ant. To compile it, get the J2EE SDK from java.sun.com/j2ee You'll need something like JBoss+Tomcat or JBoss+Jetty (check http://www.sourceforge.net/projects/jboss) As for your other errors, please ensure you're using the newest version (1.1) I fixed all (maybe?) of the problems with the .dtds pointing to wrongs spots and the like. I'm currently using OrionServer for jspShop (it's commercial, but free for development) So far I'm finding it about 300% - 400% faster than JBoss + tomcat / jetty. Probably something I'm missing on JBoss's side, so if anyone has an idea, let me know :) -Jeff -----Original Message----- From: jsp...@li... [mailto:jsp...@li...] On Behalf Of Drew Nichols Sent: Wednesday, October 31, 2001 9:21 PM To: jsp...@li... Subject: [Jspshop-users] Newbie questions 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. _______________________________________________ jspShop-users mailing list jsp...@li... https://lists.sourceforge.net/lists/listinfo/jspshop-users |