Memory is a little vague but I know I did not do the special instructions for jrun (current what is that 3.1?). But pay attention to the ISAPI connector if you're running IIS, the default is over in the jrun directories and it must be in the inetpub scripts directory (you switch that or add an additional scripts directory I suppose).
> -----Original Message----- > From: Gilson Nascimento D Elrei [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 12, 2002 10:23 AM > To: 'Struts Users Mailing List' > Subject: Struts on JRUN > > > I have installed STRUTS example package (.war) on my JRUN > installation - I > did modification like specified in jakarta-struts installation manual, > particularly i did some updates in JSP files (from > struts-example) for JRUN. > When i try to execute the sample strut application i got this > error in my > browser: > 500 Internal Server Error > /struts-example/index.jsp: > > javax.servlet.ServletException: Exception thrown processing JSP page. > javax.servlet.jsp.JspException: Missing message for key index.title > I have checked Archive and I found a suggestion to verify my > "applicationResources.properties" file, including the following lines: > index.title = my title page > > Ok, i did it and i save it in strut-example \WEB-INF\classes\ > directory but > I didn't get success. > I verify my web.xml file on strut-example \WEB-INF directory > and i found it: > <init-param> > <param-name>application</param-name> > > <param-value>org.apache.struts.webapp.example.ApplicationResou > rces</param-va > lue> > </init-param> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

