Re: HTTP Status 500

2003-06-02 Thread Mark Lowe
- Original Message - From: Nagendra Kumar O V S To: [EMAIL PROTECTED] Sent: Sunday, June 01, 2003 2:33 PM Subject: Re: HTTP Status 500 hi, make sure u have put ur .tld files and struts.jar files in proper locations -nagi ---Original Message

Re: HTTP Status 500

2003-06-02 Thread Giovanni Di Lembo
-INF/struts-logic.tld prefix=logic % ... - Original Message - From: Mark Lowe [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, June 01, 2003 2:54 PM Subject: Re: HTTP Status 500 have a logon form bean, defined in config xml or a form bean class? On Sunday

Re: HTTP Status 500

2003-06-02 Thread Giovanni Di Lembo
ok now thanks - Original Message - From: Nagendra Kumar O V S To: [EMAIL PROTECTED] Sent: Sunday, June 01, 2003 2:33 PM Subject: Re: HTTP Status 500 hi, make sure u have put ur .tld files and struts.jar files in proper locations -nagi

Re: HTTP Status 500

2003-06-01 Thread Nagendra Kumar O V S
hi, make sure u have put ur .tld files and struts.jar files in proper locations -nagi ---Original Message--- From: Struts Users Mailing List Date: Sunday, June 01, 2003 05:52:39 PM

Re: HTTP Status 500

2003-06-01 Thread Giovanni Di Lembo
html:base/ /head body html:form action=/logon html:text property=login / html:submit property=submit value=ciao/ /html:form /body /html:html - Original Message - From: Nagendra Kumar O V S To: [EMAIL PROTECTED] Sent: Sunday, June 01, 2003 2:33 PM Subject: Re: HTTP

Re: Http Status 500- No action instance for path /timeSearch could be created

2003-03-03 Thread Claude Betancourt
Make sure you've coded and defined (in struts-config.xml) the corresponding action and actionForm. Also, you do not need to specify the form name on the JSP html:form... tag, it'll be placed there by struts when the page is rendered. -c - Original Message - From: shashi_struts [EMAIL

Re: HTTP Status 500

2002-11-29 Thread Jens Khnberger
try http://localhost/wileystruts Paul Kavanagh wrote: Hi there, I'm trying to get the attached Struts webapp (from Chapter Three of Mastering Struts) working with Tomcat 4.1.12. My understanding is that I should be able to just drop the attached (unzipped of course) into a webappname/ folder

RE: HTTP Status 500

2002-11-29 Thread Vincent PROSPER
Paul, may you should have a look on how to build a webapp.war... and drop it into the webapps directory of Tomcat... Vince -Original Message- From: Paul Kavanagh [mailto:[EMAIL PROTECTED]] Sent: Friday, November 29, 2002 8:48 PM To: Struts Users Mailing List Subject: HTTP Status 500

RE: HTTP Status 500

2002-11-29 Thread David Bolsover
I could open it using TC4.1.7 - don't know what t is supposed to do though http://loaclhost:8080/wileystruts db -Original Message- From: Paul Kavanagh [mailto:[EMAIL PROTECTED]] Sent: 29 November 2002 19:48 To: Struts Users Mailing List Subject: HTTP Status 500 Hi there,

RE: HTTP Status 500 - What does the following mean?

2002-10-15 Thread James Mitchell
Evangelist http://www.open-tools.org -Original Message- From: Azita_m [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 9:39 PM To: James Mitchell Subject: RE: HTTP Status 500 - What does the following mean? Bill receive this error, same as me; Description: The server

RE: HTTP Status 500 - What does the following mean?

2002-07-18 Thread James Mitchell
Yes, Struts is not finding your resource file (typically called ApplicationResources.properties) It's configured in the struts-config.xml (for Struts 1.1b1) or the web.xml (for Struts 1.0.x) It looks like you are using Tomcat 4.1.x, make sure you've configured the files for your Struts version.

Re: http status 500 - Child of an Engine must be a Host

2001-04-22 Thread Craig R. McClanahan
On Wed, 18 Apr 2001 [EMAIL PROTECTED] wrote: Hi all, I get this error when trying to access my struts app over an intranet using just IP:port/context rather than hostname:port/context. I'm using struts source( ~4/13), tomcat 4.0-b1 standalone. This is a new one to me. This is most