I just found the problem (on my home machine, at least). I was telling JRun to use JRE 1.4 and it was choking but not giving the correct error condition (was merely saying it could not find the <jrun-root>/lib/jvms.properties file). Once I directed it to the 1.3 JRE it installed and ran correctly (there is no documentation that I could find on this). I just mapped my SQL Server 2000 database to it and am about to put struts.jar in the default server's lib directory and see if I can't get something cooking.
I tried to use the Struts demo app in the November issue of JDJ, but (typically) the author didn't list the code for 2 needed classes and the JavaBean. Would someone direct me to a quick and dirty tutorial where I can see how the Action* classes work in a servlet container? I would rather not use scriplets in JSPs, but tags are cool. Thanks, Mark ----- Original Message ----- From: "Bill Page" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, January 21, 2002 4:27 PM Subject: RE: Things that use Struts > what's the problem? I've just started trying out struts and haven't had any > real problems. I'm using the limited developer JRun and downloaded struts > about a week ago. I followed the instructions and got the example working. > I DID NOT do some extra thing I saw on the site and it worked anyway. I > then deployed it into the existing JRun site, modified the web.xml, > configured the struts xml and it worked. I'll admit that the above took > 10-12 shots. I also am restarting the JRun server after modifying anything > other than a JSP. I'm doing it often enough that I'm restarting from the > services (win2K) panel rather than the JRun admin console. > > If you think it will help, I'll email an annotated snippet list that I made > along the way (annotations not great). > > bp > > -----Original Message----- > From: Mark Galbreath [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 21, 2002 4:17 PM > To: Struts Users Mailing List > Subject: Re: Things that use Struts > > > I am attempting to, if I can ever get JRun to work properly with Struts... > :-( > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

